Jump to content
OMRON Forums

ksambo

Members
  • Posts

    8
  • Joined

  • Last visited

ksambo's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter

Recent Badges

0

Reputation

  1. ksambo

    master/slave

    Ixx06 doesn't work. Extra motion is added when the program is started. I basically want to switch to a mode where I can use the hand wheel to precisely position an axis and then exit this mode. Any motion that occurred with the hand wheel will be forgotten. In other words, when I return to the normal run mode and start the program, the axis moved by the hand wheel will return on path. motion added by the hand wheel is removed and the program will resume as normal. Is the approach I am taking the wrong one. Someone mentioned using jog commands to accomplish this positioning. I know jog would work correctly but I don't quite know how to program hand wheel motion using jog commands.
  2. ksambo

    master/slave

    I have attached my code. The lines that end with ;*** are changes I have made for testing purposes.IHIPendantExperiment.pmc
  3. ksambo

    master/slave

    I meant Ixx06 = 0
  4. ksambo

    master/slave

    I meant Ixx05 = 0
  5. ksambo

    master/slave

    I tried putting Ixx05 = $35C0. Even though Ixx06 is set to 1, the axis suddenly jumps. I don't think this method will work for us.
  6. ksambo

    master/slave

    Yes, I set Ixx6=0 to disengage the master axis. I will look at Ixx05 and verify what is being done.
  7. ksambo

    master/slave

    I am having a problem with implementing hand wheel control on one of our customers machines. The machine is using a PMAC Brick controller. A hand wheel is connected to an axis channel on the Brick. I am using Ixx6=1 to engage the master. A problem occurs when we are slaved and move the master axis. Of course the slave follows and this works well. However when we disengage the slave from the master, and execute a motion program, the axis that was slaved moves the amount loaded into the master position register, then it moves and executes the program as it should. We tried to zero the master position register of the slaved axis; this causes the axis to move abruptly to the original position. We have tried executing the PMATCH command from within our PLC and this doesn’t seem to do anything. Can we manipulate the MXX61..64 variables to eliminate this unwanted motion? Do you have any suggestions on how we should implement this hand wheel so that when we disengage it and run a program the programs run normally.
  8. ksambo

    Power Clipper

    Does this mean that currently the PPmac Clipper will not close the servo loop? If so, when do you anticipate this feature to be available? Also, I am not that familiar with EtherCat architecture; If you are interfacing to 4 EtherCat drives is a star connection used and if so, can a normal switch be used?
×
×
  • Create New...