GetDigGateValue

Top  Previous  Next
Description        

It returns the value of the specified digital gate through name and numerical identifier. This value is an integer number.

 

Syntax

Int GetDigGateValue(String Name, Int Id)

 

Parameters

Name = name of the gate you want to read

Id = identifier of the gate you want to read

 

Returned value

value of the specified gate

 

Related functions        

SetDigGateValue()

 

Example                

 

DigiGate0001= GetDigGateValue("Gate0001",1);