A simple IDE where you can write a PLC program, and compile it into a C program which can run on an emmbeding system.
Main Functions: 1.Write a LD Program and compile it into IL Program. 2.Compile IL Program into C Program. 3.Put the C Program into the app.c of a RTOS(Real-time Operating System), and compile the RTOS into a .hex file.