Gets and sets the digital point that triggers the configured maintenance actions. | |
Syntax: | String =
object.DigitalMaintenancePointID object.DigitalMaintenancePointID = String |
Description: | CimTable.DigitalMaintenancePointID is an
string containing the name of the boolean point which upon reaching
the logic level specified by CimTable.DigitalMaintenanceState
causes the maintenance actions to ocurr. Examples myTable.DigitalMaintenancePointID = "SWITCH" myTable.DigitalMaintenanceState = cimLow |