Contents
Partner Programs
Sepasoft - MES Modules
Cirrus Link - MQTT Modules
Resources
Knowledge Base Articles
Inductive University
Forum
IA Support
SDK Documentation
All Manual Versions
Ignition 8.0
Ignition 7.9
Ignition 7.8
Scripting_function |
---|
Panel | ||
---|---|---|
| ||
Writes a value to a tag. Note that this function writes asynchronously. This means that the function does not wait for the write to occur before returning - the write occurs sometime later on a different thread. |
Panel | ||
---|---|---|
| ||
This scripting function has no Client Permission restrictions. |
Panel | ||
---|---|---|
| ||
system.tag.write(tagPath, value, suppressErrors)
String tagPath - The path of the tag to write to. Object value - The value to write. Boolean suppressErrors - A flag indicating whether or not to suppress errors. (optional, client-only).
int - 0 if the write failed immediately, 1 if it succeeded immediately, and 2 if it is pending.
All |
Panel | |||||||
---|---|---|---|---|---|---|---|
| |||||||
|