
S88 Equipment Modules... I don't get it...
To my fellow batching individuals, Equipment modules how do you code them
Background:
I am trying to learn S88 and I have been reading all the available documentation online I can find. Equipment module implementation always seems to be glossed over.
Control Modules (CMs), easy, a function block that handles real work devices.
Equipment Modules (EMs), is a collection of control modules that accomplish some grouped functionality on a Unit e.g. Temperature control.
I use sequences for all my code at the moment, e.g. Heating, Cooling, Reflux etc. but on each vessel I code a new sequence that is largely the same with control modules swapped out.
My understanding is that phases should be controlling CMs and EMs, but my sequences feel like a phase/EM mashup.
So my question is, how are you guys implementing Equipment Modules? Function blocks sequences, and then how are your phases using those modules. I am playing with Omron, but any direction would be appreciated. If you could base it off temperature control of a vessel that would be appreciated.
Links: (I am trying to work with the example in this article)