The UNIGATE IC2's increased performance, unavoidable hardware differences, or the specific implementation of your script may result in behavioral differences. Please also refer to our Wiki chapters on Migration from UNIGATE IC to UNIGATE IC2
Please drop your script onto the box below and receive hints specific to your script.
Bus_Type
Your script utilizes the parameter Bus_Type
. IC and IC2 bus types differ to allow distinguish the hardware within the script.
ReadBusState
Only applies to PROFINET devices:
Your script utilizes the parameter ReadBusState
. The PROFINET signaling event now triggers a script event. It is no longer reflected in the ReadBusState parameter.
SendRS / SendRsWithBreak
Your script utilizes the command SendRS / SendRsWithBreak
.
Due to the increased performance and script processing speed, TX buffers overflows are more likely for scripts not checking the available buffer space.
FastDataExchange
Your script utilizes the command FastDataExchange
.
Due to the increased performance and script processing speed, TX buffers overflows are more likely for scripts not checking the available buffer space.