I've installed my first Do-More and it's such an improvement over the DL260s that I've been using that I'm considering migrating some of my existing DL260 CPUs to Do-More.
During migration, I've started to read about the differences in PID loops in the Do-More vs the DL260. But I haven't been able to find anything about Cascade mode.
With the DL260, a PID loop can be placed in Cascade mode and run inside another PID loop, which I need to do.
With the Do-More, since it has only Auto and Manual modes (no Cascade mode), I'm not sure how I would programmatically change the SP variable pointer in the PID loop structure when I need to change it from Auto mode to a Cascade mode. So in Auto, the loop SP could be V1000 for example but in Cascade the SP needs to change to read from V2000.