27.2.2.5 getTagValuesWithDeadband

 

Get real-time tag values with deadband checking

TagExecuteResultgetTagValueWithDeadband(string lid, string projectName, List<string> tagNames, List<double> deadbandList, string isFormat, long interval, string intervalWPush)

 

Push notification method:

dispatchTagValues

 

Parameter:

Ø lid : customized connection id(ex: lid of widget)

Ø projectName : Project name

Ø tagNames : Tag name list

Ø deadbandList : deadband list

Ø isFormat : the returned value is formatted

Ø interval : the push interval in milliseconds(value is 0 if realtime)

Ø intervalWPush : ‘Y’ - Use early push

 

Return value:

Ø tagExecuteResult : Please refer to 2.1