Jump to content
OMRON Forums

How to achieve saving I veriable only?


dzrong

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

When the PMACTuningPro2 is closed, it should delete any programs or PLCs it had created. Otherwise, they have to be deleted manually (or added to header download file) before issuing a Save (i.e. open plc 29 clear close, open prog 30 clear close). Regarding P and Q variables, they can be either reloaded from the editor or re-initialized (to the desired values) in a startup PLC. If no particular values are to be maintained, a P0..8191=0, and similarly Q0..8191=0 can be issued from editor/PLC. In this manner, a Save can be safely issued. Note that the .. syntax is an online command notation. Example: //=====================// Open PLC 1 Clear CMD"P1..8191=0 Q1..8191=0" ; user code added here Dis PLC 1 Close //=====================//
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

×
×
  • Create New...