This driver supports the following functions:
Control of the Simulator
Variables of the Simulator change their value in online operation depending on the set "operation mode" between the "lower limit" and the "upper limit" with the "defined step width". The value input at the runtime can occur by way of the common setpoint input (dynamic element, function, etc.). The control of the Simulator Driver for variables is done via predefined markers with fix addresses (the variable name is arbitrary).
Mode |
Driver object type: PLC marker |
Upper limit |
Driver object type: PLC marker |
Lower limit |
Driver object type: PLC marker |
Step width |
Driver object type: PLC marker |
zenOn6.ini entries
[SIMULATOR] |
|
OFFSET=0 |
Offset for control variables in the simulator |
DWBEGIN= |
Beginning of the DWORD variable addresses |
DWEND= |
End of the DWORD variable addresses |
FLOATBEGIN= |
End of the float variable addresses |
FLOATEND= |
End of the float variable addresses |
UPDATE= |
Update rate in milliseconds |
BACKUP=1 |
0: HD variables are not stored on hard
disk |
MAXHDVALS=1024 |
Sets the maximal offsetarea-4 for HD-data. For HD-string the offset has to stay 4 under this value. Default: 1024. Maximum 65535. |
|
|
[SIMULATORTREIBER] |
Drivername as defined in the Driver Selection |
Rampe=0 |
The mode set in the Runtime. 0 to 3 |
Obergrenze=65535 |
The upper limit set in the Runtime. |
Untergrenze=0 |
The lower limit set in the Runtime. |
Schrittweite=10 |
The step width set in the Runtime. |