I have a tag set up to highlight some differing run states on a palletiser in the production model.
tag values
0 = stopped, do not record downtime
1= running, do not record downtime
2= running, accumulation full, do not record downtime
3= running, powersave, do not record downtime
n= alarm states, record downtime
In the downtime table this appears to work as advertised with things like state=3 not showing
However if I use an Analysis time chart, states marked as “do not record downtime” show as downtime.
Eg I mocked up a quick example
The palletsiser in state=3 throughout - as you can see it does not show in the table, but shows incorrectly in the chart.
Chart is a scheduled vs actual.
Ignition is 7.6.3-rc2 (b2448), DB=postgres
Am I doing something wrong?