Driver objects |
CIFMPI32 -> Creating variables -> Driver objects and datatypes -> Driver objects |
Show all Hide all |
The following object types are available in this driver:
Driver object type |
Channel type |
Read / Write |
Supported data types |
Comment |
---|---|---|---|---|
Output |
11 |
L / S |
USINT, BOOL, SINT, UINT, INT |
|
Input |
10 |
L |
USINT, BOOL, SINT, UINT, INT |
|
Ext. data block |
34 |
L / S |
REAL, BOOL, DINT, UDINT, USINT, INT, UINT, SINT, STRING |
|
PLC marker |
8 |
L / S |
REAL, BOOL, DINT, UDINT, USINT, INT, UINT, SINT, STRING |
|
Counters |
23 |
L / S |
UDINT |
|
Time |
22 |
L / S |
REAL |
|
Driver variable |
35 |
L / S |
BOOL, SINT, USINT, INT, UINT, DINT, UDINT, REAL, STRING |
Variables for the statistical analysis of communication. Find out more in the chapter about the Driver variables |
Objects for process variables in zenon
Info |
Driver is not compatible with the rest of the S7 drivers, considering the object numbers. |
PLC |
zenon |
Range of values |
---|---|---|
Byte |
BYTE signed |
-128 to 127 |
Unsigned Byte |
BYTE without prefix |
0 to 255 |
Integer |
WORD signed |
-32768 to 32767 |
Unsigned Integer |
WORD without prefix |
0 to 65535 |
Long |
WORD signed |
-2147483648 to 2147483647 |
Unsigned Long |
DWORD without prefix |
0 to 4294967295 |
Real |
float |
+/- 3.4028 e+38 |
BOOL |
Bit |
0,1 |
String |
String |
Character string |