Sepasoft - MES Modules Cirrus Link - MQTT Modules
Knowledge Base Articles Inductive University Forum IA Support SDK Documentation
Ignition 8 Ignition 7.9 Ignition 7.8
Please update this selection as the are no videos covering Scripting in the new reporting module, version 7.8.
Hello there,
The nested pages in this section have some examples and IU vidoes to start with, but we do want to add much more content here.
How does one send a message to a database about a tag changing?
By "sending a message" do you mean insert something? If so then you would most likely want to do this on either a Tag Change or Tag Event script with one of the system.db functions:
system.db.runPrepUpdate would handle the insert
Either of the following two events would effectly trigger the insert:
Tag Change Scripts
Tag Event Scripts
What is the syntax for addressing parameters from script?
StartDate is a Parameter in the Reporting Module
startTime is a local script variable
startTime = data['StartDate']
7 Comments
Anonymous
Please update this selection as the are no videos covering Scripting in the new reporting module, version 7.8.
Paul Scott
Hello there,
The nested pages in this section have some examples and IU vidoes to start with, but we do want to add much more content here.
Anonymous
How does one send a message to a database about a tag changing?
Paul Scott
By "sending a message" do you mean insert something? If so then you would most likely want to do this on either a Tag Change or Tag Event script with one of the system.db functions:
system.db.runPrepUpdate would handle the insert
Either of the following two events would effectly trigger the insert:
Tag Change Scripts
Tag Event Scripts
Anonymous
What is the syntax for addressing parameters from script?
Anonymous
StartDate is a Parameter in the Reporting Module
startTime is a local script variable
startTime = data['StartDate']
Anonymous
StartDate is a Parameter in the Reporting Module
startTime is a local script variable
startTime = data['StartDate']