Programming manual SCU-series
HB-37500-820-10-12F-EN SCU Programming manual
Page 237 of 252
Status: 19.03.2021
5.6.5. Monitoring functions
For the monitoring functions, there are two way of processing that generate additional IL code.
5.6.5.1. Cascading
The following functions are cascadable:
•
SEL, SLS, SOS:
The following code is generated:
Example: SOS:
LD
MX.x
ST
DriveSOS_EN0.0.0
NOT
AND MX.y
OR
DriveSOS0.0.0
ST
MX.y
ST
DriveSOS0.0.0
•
SCA
Special casel
LD
MX.x
ST
DriveSCA_EN0.0.0
NOT
OR
DriveSCA0.0.0
ST
DriveSCA0.0.0
If
“
enable unconditioned
“
is used, the following code is generated:
Example: SLS:
S1
DriveSLS_EN0.0.0
With all other monitoring functions, simple LD commands and simple SD commands are used.