Applies To: |
|
Summary: |
There are some modes (types) for the PageInfo Cicode command that are not listed in the Online Help if you are running CitectHMI/SCADA v5.42r0 or earlier, which cite modes 1 - 15. What are they? |
Solution: | ||||||||||||||||||||
The PageInfo(Type) function returns information about the current page as a STRING. The undocumented types are:
Types 16 and 17 return a REAL number between 0 and 1 (as a STRING) and they will both be identical, as the dynamic scaling will not allow a change in the aspect ratio. Type 18 returns the following:
Types 19 and 20 return "0" (false) or "1" (true) as a STRING. Types 21 and 22 return the resolution number of the current graphics page as a STRING (i.e. "1024" x "768"). The following labels have also been implemented: FlashColourState() is equivalent to StrToInt(PageInfo(18)) InAnimationCycle() is equivalent to StrToInt(PageInfo(19)) InCommunicationsCycle() is equivalent to StrToInt(PageInfo(20)) Types 16 - 22 have been added to the Online Help in CitectHMI/SCADA v5.50r0. For information on extended modes for the TagInfo command, please refer to Knowledge Base article Q3484. |
Keywords: |
Related Links
Attachments