I hope that after converting the plc ladder diagram into an STL program, how can I make the STL program not be restored to the LAD program? ---------- There is also a NOP0 empty command in the block after conversion to STL, you can delete the NOP0 that appears, it can also prevent this program from being converted into a ladder diagram, and Does not affect the operation of the program Want to achieve only use STL display, but can not be converted into ladder diagram, write a few more logic operations in a NETWORK, of course, this must first choose to write programs in STL. Give a simple example: Electric Logistics Vehicle Battery Supply Shenzhen Sunbeam New Energy Co., Ltd , https://www.sunbeambattery.com
A: --------- The simpler way is, after you convert the program into STL, you can put multiple STL programs into a program segment, for example, the method given upstairs.
NETWOEK1
Am0.1
=m10.0
Am0.2
=m10.1
This will display these instructions even if you select the ladder diagram. If you write the above procedure as follows, you may be able to convert to ladder diagram.
NETWORK1
Am0.1
=m10.0
NETWORK2
Am0.2
=m10.1
The answer on the 2nd floor is correct, and I did the same. Or an easier way is to write a statement that is useless in the program after each assignment ends. as follows:
NETWOEK1
Am10.3
........
=m11.0/* is your valid program*/
Join as follows:
Am10.0
=m2.7/*M2.7 is not called in your entire program*/