Example: Redundancy functions
The status value is returned as a constant integer in decimal or hexadecimal.
PrimaryServerStatus("/Line1_HMI/FTViewDemo_HMI")
Returns
6
(or 0x00000006
in hexadecimal) in decimal or if the primary server is Active and no redundancy is configured.SecondaryServerStatus("/Line1_HMI/FTViewDemo_HMI")
Returns
-2
(or 0xFFFFFFFE
in hexadecimal) if redundancy has not been configured for a secondary server.Provide Feedback