Search FAQs
You are currently viewing the content available in Vietnam. If you are looking for information for another region, please select the correct country from the top-left dropdown in the page and 'Navigate to Browse FAQs' in the Support menu.
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 Vietnam
Explore more
Range:
Explore more
Range: