Contents
Partner Programs
Sepasoft - MES Modules
Cirrus Link - MQTT Modules
Resources
Knowledge Base Articles
Inductive University
Forum
IA Support
SDK Documentation
Scripting_function |
---|
Panel | ||
---|---|---|
| ||
Performs an asynchronous bulk write. Takes two sequences that must have the same number of entries. The first is the list of tag paths to write to, and then second is a list of values to write. This function is dramatically more efficient than calling write multiple times. |
Panel | ||
---|---|---|
| ||
This scripting function has no Client Permission restrictions. |
Panel | ||
---|---|---|
| ||
system.tag.writeAll(tagPaths, values)
String[] tagPaths - The paths of the tags to write to. Object[] values - The values to write.
int[] - Array of ints with an element for each tag written to: 0 if the write failed immediately, 1 if it succeeded immediately, and 2 if it is pending.
All |
Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|