Program instructions
7.5 Convert
S7-200 SMART
214 System Manual, 09/2015, A5E03822230-AC
Examples of valid and invalid input strings
Example string conversion: Substring to integer, double integer, and real
S_I converts the numeric string to an inte-
ger value.
S_DI converts the numeric string to a
double integer value.
S_R converts the numeric string to a real
value.
LD I0.0
STI VB0, 7, VW100
STD VB0, 7, VD200
STR VB0, 7, VD300
Assigning a constant value for instructions (Page 69)