Sets the gate trigger point and gate condition for a specific point in a data table.. | |
Syntax: | object.SetDataLogPtGateTrig pointID, triggerID, logicLevel |
Parameters: |
pointID As
String - The name of the point
whose gate trigger point and state are to be set
triggerID As
String - The name of the trigger
point
logicLevel
As CimDigitalLevelEnum - The
corresponding logic level
|
Description: | The CimTable.SetDataLogPtGateTrig method
allows you to set the gate point and corrosponding logic level for
a specific point in a data table. Note: This method is only valid for data tables. Example dataTable.SetDataLogPtGateTrig "POINT_B", "LIGHTS_ON",
cimLogicTransition |