Applies To:
  • CitectSCADA 7.0
  • CitectHMI 7.0

Summary:


In V7, the behaviour of constants passed to super genie differs from V6.10. In the V7
help, to pass a constant number you would use "'123.456'" in the association
command when calling the super genie.

		
In V6.10, you could put ?INT 1? in graphics object to and it will interpret it as a number.

		
In V7.0, ?INT 1? does not get interpreted as a number but as a string. You need to use StrToInt() to cast it back to a number. This may be a problem when upgrading projects.

			 

Solution:

A hotfix for Version 7.0 has been developed to resolve this issue - HF700R139314.

 

Keywords:
 

Attachments