

Inductive automation ignition forum software#
This month we'll start new project and I'll be using this Ignition software instead of Siemens WinCC. I have been testing this software now for quite a while and I must say that is very good. displayPathOrSource (the display path if it is set, otherwise the source) Re: Request: Inductive Automation Ignition.The properties available to this object are: This does not include the full alarm path. String alarmName - The name of the alarm.This event has a variety of arguments available for use in the script: The Alarm Active event fires whenever a new active alarm event occurs. Boolean missedEvents - A flag indicating that some events have been skipped due to an event overflow.Boolean initialChange - A boolean flag indicating whether this event is due to the initial subscription or the first execution after a Tag update.This is a qualified value, so it has value, quality, and timestamp properties. Object currentValue - The current value.

Object previousValue - The previous value.String tagPath - The full path to the Tag.Since Tags use a 'qualified value', which include a value, quality, and timestamp, this script will fire whenever any of those change. The Quality Changed event is fired whenever the quality of this particular Tag changes.

This means that to get to the value of the currentValue, your script would need to access currentValue.value Quality Changed The currentValue and previousValue arguments are qualified values: objects that contain a value, timestamp, and quality.
