E_LON_setting_t
Used by: SNVT_setting
TYPE E_LON_setting_t :
(
eLON_SET_NUL := -1,
eLON_SET_OFF := 0,
eLON_SET_ON := 1,
eLON_SET_DOWN := 2,
eLON_SET_UP := 3,
eLON_SET_STOP := 4,
eLON_SET_STATE := 5
)
END_TYPE
eLON_SET_NUL: Invalid value
eLON_SET_OFF: Change state to off
eLON_SET_ON: Change state to on, restoring the last on setting
eLON_SET_DOWN: Decrease the setting by the offset supplied in the setting field
eLON_SET_UP: Increase the setting by the offset supplied in the setting field
eLON_SET_STOP: Stop any motion, for example for blinds
eLON_SET_STATE: Change the setting to the value specified
Requirements
Development Environment | TwinCAT 3 PLC library to be integrated |
---|---|
TwinCAT from v3.1.4020.14 | Tc2_LON from 3.3.4.0 |