Debugging on the industrial control site is generally bundled with the configuration/PLC manufacturer,and it is often necessary to verify the normal and effective communication of the equipment before actual wiring.However,the de-vice communication driver files accumulated on site between different software manufacturers often cannot be reused.The original device communication verification method is to use similar serial port/network debugging software for the most prim-itive command and data transmission,with almost no reusability.At the same time,the final parameters of the device often require secondary calculations on top of the original data.Based on the above pain points of on-site debugging,this pa-per designs a general debugging software based on Qt,and introduces a Lua script that is very suitable for embedding in the main program to meet the requirements of dynamic computing.
industrial control general debuggingQtLuadrive file