How to reduce IAC Variable and is there any way
We have SIL to SIL communication and NON SIL to SIL too many IAC variable hece can u suggest how to pack and unpack
Answers
Hi,
for communication from non-SIL to SIL it is higly recommended to use MMSComLib; from my experience I suggest to use FB from Control Module Types.
other method is to create own struct type variable and use it as IAC Variable. FB used in logic is a simple Join / Split; Data type could be declared in application or in common library used through project.


BR,
Kornel
for communication from non-SIL to SIL it is higly recommended to use MMSComLib; from my experience I suggest to use FB from Control Module Types.
other method is to create own struct type variable and use it as IAC Variable. FB used in logic is a simple Join / Split; Data type could be declared in application or in common library used through project.


BR,
Kornel
Add new comment