the D (Boiler) should be up (Value = true) when 8 (Pump) is up, and when 8 goes down, B and D should be down (false). In the screenshot you can see that CH_MA is No and the Log show it UP.
Create a new trend log with just the two items of interest on it, sampling them every 10 seconds or so. Keep the T3000 trend log screen open during the test. Manually toggle the inputs and outputs on and off for a few on -off cycles. Hopefully you see the trend log behaving. If not try setting different ranges like off-on instead of on-off.
Once you are done the test you can set everything back to auto and report back here. Also you could send your prog file by email, best not to send it here on the forum in order to keep your files private.
About trendlog, I had to explain that it’s best to map remote points to local points, just like in the demo. Since all remote points are considered analog, we haven’t checked the ana_dig attribute of each remote point, and there are many cases where we can’t get this information.
In addition, we support two ways to access remote modbus points, one is the old 1.2.MB_REGXX, the other is the newly added 2VARx,2INx,2OUTx, maybe the second way is more convenient.