I have an issue where my boolean tags are keep getting logged even while they have the same value. Massivly filling the database with unwanted data.
what setting is recomend for a boolean to only log when it acualty changes value.
this is what i have tried/used
deadband style: discrete
deadband mode: absolute
historical deadband: tried both the default 0.01 and 1.0
min time between samples: 5 sec
max time between samples: 0
ignition 8.1.35
Could it be becaus the tag sometimes goes to another quality, deu to OPC performace limitations in the PLC?
"Good_Overload("Sampling has slowed down due to resource limitations.")"
example off unwanted data
tagid | intvalue | floatvalue | stringvalue | datevalue | dataintegrity | t_stamp |
---|---|---|---|---|---|---|
3706 | 1 | NULL | NULL | NULL | 192 | 1719569874932 |
3706 | 1 | NULL | NULL | NULL | 192 | 1719569875922 |
3706 | 1 | NULL | NULL | NULL | 192 | 1719570071429 |
3706 | 1 | NULL | NULL | NULL | 192 | 1719570075495 |
3706 | 1 | NULL | NULL | NULL | 192 | 1719570334535 |
Other question. When do changes to tag settings regarding history go in effect, seems that the changes i do do nothing.