Applies To:
  • CitectSCADA 1.00, 1.01, 1.10, 1.11, 1.20, 2.00, 2.01

Summary:
Question: Is there a way to get the value of animated text at an AN point? 

Solution:
Yes you can get the value of animated text by using the function DspAnInfo(). This function has an undocumented mode (2) that will return the value of text or the name of a button at the given AN point.

sStr = DspAnInfo(20, 2); ! get value of text an AN 20 


Keywords:
 

Attachments