User Tools

Site Tools


gestaltpnid:gestalt_pnid:event_manager_reference

This is an old revision of the document!


Event Manager

Write Value

Writes a value to the snapshot of the specified tag.

Method Signatures
writeValue("[Datasource Name]", "[Tag Name]", "[Value To Write]", "[Note]", "[Success Callback]", "[Fail Callback]")
Parameter Type Description Required?
Data Source Name string The qualified data source name the tag belongs to. Yes
Tag Name string The name of the tag the value is to be written to.Yes
Value To Write string/numeric The value to be written to the tag. It can be a string value or a numeric value. Yes
Note string A note to be attached to the value being written No
Success Callback function Function that will be called when the write is successful. No
Fail Callback function Function that will be called when the write fails. No
gestaltpnid/gestalt_pnid/event_manager_reference.1712920028.txt.gz · Last modified: 2024/04/12 11:07 by su