Jump to content
OMRON Forums

PowerPMAC IDE sending "Hold" command when I using Parameter information.


Onsys_JHLEE

Recommended Posts

Hi 

Some time  Some motor not moving because coordinate feed 0%.

This problem is reproduced in the following situations:

- Incorrect command is issued to show the value of array data

   'h' is included in the name of the array , and is recognized as this "Hold" command.

image.png.8669feb5db8855e80afae3ee33c31c70.png

 

 -  It is same when I using terminal ( feed will go to zero)

image.png.698e2db3e2c42167bd60c5148245135e.png

 

So I didn't use parameter information.

but the function is very useful. 

image.png.ba5642d7ad346f5ae8cd5da961991dd8.png

 

Is there a solution?

 

Thank you.

jaehyuk

 

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

"- Incorrect command is issued to show the value of array data"

 

As you stated, if the correct name (with index--"gHomeEna(0)" instead of "gHomeEna") is issued, this should not cause problem.

However, if you are concerned about user issuing wrong command, you can set Sys.NoShortCmds = 1.

This will disable the "short" version of all commands, so "H" will no longer be valid, and instead "Hold" must be used.

However, it will also disable short versions of other commands.

image.png

 

There is no way to only disable "H" command, so it would either be all short commands or none.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...