Phase 3 - PLC Optimisation - _STD_CM_AI
· One min read
Optimising _STD_CM_AI
Method
- Added UDTs
_STD_AI_Ctrl,_STD_AI_Parand_STD_AI_StattoProject Library > Types. - Versioned Originals as V0.0.1
- Edited the above UDTs employing arrays and positioned the bits of each boolean array, so that when the optimised DB is transferred to non-optimised DB the bit will be in the write absolute address for the SCADA's DA server.
- Re-defined all usage of M bit memory within the FB to use the
InputorInOutblock interface. all prefixed with "system" Need to replace global memory bit tags with Global DB tags. - _STD_CM_AI compiled and copied to
Project Library > Types
published pre-release tia-v0.1.1 - Optimisation - _STD_CM_AI