Thank you in advance for any help you can offer. I have a reporting project for a customer and I am not sure where to begin. Working in ignition 8.0.
The customer needs a report generated that will show when they initiated various tests on their system and the outcome of those tests.
Once a quarter they initiate each test via their scada system by pressing a button on the screen which toggles a boolean tag in a PLC. That PLC tag is tied to a tag in ignition that has history and alarming enabled (lets call this tag TestModeActive). The PLC tag also toggles other logic in the PLC which sets an alarm off in the PLC and in ignition after a delay.
I would like to create a report that finds whenever the TestModeActive tag changes to a value of true, and at that time record the date and time and the current value of 2-3 other tags at the time that tag became true. List that information in a row for each occurrence.
I just am not sure where to begin. I've been playing around in the reporting module and watching reporting videos at Inductive University but nothing stuck out so far to point me in the right direction.