I'm working on a project that contains 11 PID loops. One of them is pretty well on on it's own, while the other 10 will be very similar with identical tuning, just different PVs, SPs, and outputs.
The question is: when would you use a PID Memory Block instead of creating individual PID Heap Items? Is this such an occasion? Does the Memory Block approach make initializing and managing the loops easier or is it just a way to make a bunch of somethings at once? I guess I'm looking for an example use case for each type.
Thanks!
-Jeremy