Jump to content
OMRON Forums

'Long-Form Command' does not work


hjpark

Recommended Posts

Long-Form Command, like 'Jog/ 1' 'abort prog1', does not work

 

But if I write two lines, it works.

 

like this,

abort prog1

abort prog1

Jog/ 1

Jog/ 1

 

Not always.

 

Sys.NoShortCmds is set to 0.

 

Are there any more parameters I should check?

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Where are you issuing the commands?

 

If you are trying in the terminal window, that syntax is incorrect--it would be "&1 abort" and "#1 Jog/".

If you are trying from inside of a script, the syntax for the first set is still incorrect--it would just be "abort 1", as you abort an entire coordinate system, not a specific motion program.

 

I suspect that your commands are "working" the first time, but addressing the wrong motor/coordinate system.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

×
×
  • Create New...