Syntax
Point.Enabled
Description
Boolean. To determine if the point is enabled to be collected from the PLC.
' Return if the point is disabled.
If MyPoint.Enabled = FALSE then
exit sub
end if
More information
CIMPLICITY Extensions to Basic