String To Real (Stor); Relay Ladder Operands; Structured Text - Allen-Bradley Logix5000 Reference Manual

1756 controllogix, 1768 compactlogix, 1769 compactlogix, 1789 softlogix, 1794 flexlogix, powerflex 700s with drivelogix
Hide thumbs Also See for Logix5000:
Table of Contents

Advertisement

String To REAL (STOR)

STOR
String to Real
Source
Dest
Operand
Type
Source
String
Destination
REAL
STOR(Source,Dest);
Description:
Arithmetic Status Flags:
Fault Conditions:
Type
Code
Cause
4
51
The LEN value of the string tag is greater than the DATA size
of the string tag.
4
53
The output number is beyond the limits of the destination data
type.
ASCII Conversion Instructions (STOD, STOR, DTOS, RTOS, UPPER, LOWER)
The STOR instruction converts the ASCII representation of a floating-point
value to a REAL value.
Operands:

Relay Ladder Operands

?
??
?
??
Format
Tag
Tag

Structured Text

The operands are the same as those for the relay ladder STOR instruction.
The STOR converts the Source to a REAL value and places the result in the
Destination.
· The instruction converts positive and negative numbers.
· If the Source string contains non-numeric characters, the STOR converts
the first set of contiguous numbers, including the decimal point [ . ]:
– The instruction skips any initial control or non-numeric characters
(except the minus sign in front of a number).
– If the string contains multiple groups of numbers that are separated by
delimiters (for example, / ), the instruction converts only the first group
of numbers.
Arithmetic status flags are affected.
Rockwell Automation Publication 1756-RM003N-EN-P - October 2011
Enter
Tag that contains the value in
ASCII
Tag to store the REAL value
Recovery Method
1. Check that no instruction is writing to the LEN member of
the string tag.
2. In the LEN value, enter the number of characters that the
string contains.
Either:
·Reduce the size of the ASCII value.
·Use a larger data type for the destination.
Notes
String data types are:
·Default STRING data type
·Any new string data type that you create
Chapter 19
625

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents