We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From the example scadavis change the value of the TAG like sv.storeValue("TAG2", 100 + Math.random() * 80);.
sv.storeValue("TAG2", 100 + Math.random() * 80);
But, How do I know the SVG file has TAG?
The text was updated successfully, but these errors were encountered:
If you do not know beforehand, you can call sv.getTagList(). https://scadavis.io/synoptic/apidoc/global.html#getTagsList
Sorry, something went wrong.
So I must use the SCADAvis.io Synoptic Editor to give TAG to a SVG file because plain SVG file only has path. is that correct?
Yes, you have to use the editor to create markup for linking tag values with svg properties that will be animated at runtime.
No branches or pull requests
From the example scadavis change the value of the TAG like
sv.storeValue("TAG2", 100 + Math.random() * 80);
.But, How do I know the SVG file has TAG?
The text was updated successfully, but these errors were encountered: