<< Click to Display Table of Contents >>
WriteTag |
WriteTag(TagName, Value, Callback)
Writes a value to a Tag. The TagName parameter is the Tag's name. The Value parameter is the value to write. The Callback parameter is a function that receives the asynchronous return of this operation. Example of use:
WriteTag("demo:TagInternal1",
15,
function(er) {
}
);