Search FAQs
What is the correct syntax to access a Vijeo Designer Int Variable in a script?
Issue:
Unable to read a value from a Vijeo Designer variable inside of a script.
Product Line:
Vijeo Designer (all versions)
Resolution:
Suppose you have a Vijeo Designer variable called "INT01".
If you want to read or write to this variable via script, use the following:
To read: INT01.getIntValue();
To write: INT01.write(1000);
Unable to read a value from a Vijeo Designer variable inside of a script.
Product Line:
Vijeo Designer (all versions)
Resolution:
Suppose you have a Vijeo Designer variable called "INT01".
If you want to read or write to this variable via script, use the following:
To read: INT01.getIntValue();
To write: INT01.write(1000);
Released for:Schneider Electric South Africa
Explore more
Range:
Explore more
Range: