alarmserver scripting to change triggervalue during run time

A forum devoted to the discussion of all topics having to do with scripting and other advanced programming using iX Developer.
Post Reply
ygui003
Posts: 3
Joined: Thu Nov 07, 2013 4:38 pm

alarmserver scripting to change triggervalue during run time

Post by ygui003 »

I am trying to change the trigger value in the alarm server during runtime.
Can this be achieved?
Capture.PNG
Capture.PNG (42.64 KiB) Viewed 6303 times

User avatar
Russ C.
Posts: 213
Joined: Thu Nov 16, 2017 3:32 pm
Contact:

Re: alarmserver scripting to change triggervalue during run

Post by Russ C. »

You should be able to using this syntax:
Globals.AlarmServer.Default_AlarmItem0.TriggerValue = 10;
Best regards,

Russ
(801) 708-6690
Technical Support
Contact Us

Beijer Electronics AB
http://www.beijerelectronics.us

Post Reply