Upgraded from 398t to 399a.
The development computer is Win7 Pro 64-bit, the application runs fine.
The 2 HMI panels are Win7 Pro 32-bit, the application runs at turtle pace, not usable; click any windows' control takes over 5 mins to response or does not response at all.
The code has a few modbusTCPCom read and write in timer1_Tick event. The slow problem goes away if the timer is disabled or all the modbusTCPCom codes in the timer event are commented out; all windows' buttons and tabcontrol are responsive.
Not sure if the following 2 changes in the 399a release note have anything to do with the slow problem in the 32-bit computer.
Modbus - Writes are synchronous to avoid SendQue full
Modbus - Improved response with Waithandle
I am unable to troubleshoot since the HMI computers do not have VS installed and they belong to the client.
I need a quick fix else will have to rollback to 398t.
Thanks