Jump to content
OMRON Forums

zhangzheng2277

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by zhangzheng2277

  1. In order to gain remote access to the PMAC controller, I used the reverse proxy, SSH can communicate normally, but the Power PMAC IDE communication window has no port setting, how to change the port?

    image.png.d3a55eb11502b374eb811cbcca871640.png

  2. I am having an issue with CK3E crashed,The crash occurred after I downloaded the program,The firmware version of this newly arrived controller is 2.5.4.0,However, this program works fine on the firmware version 2.5.2.0 controller.Any help on why this is happening would be appreciated.
  3. The feedforward servo gains on the follower motor can end up trying to predict the future behavior of the master encoder, leading to noise. You might try these settings for the follower motor:

    Motor[x].Servo.Kaff=0
    Motor[x].Servo.Kvff=Motor[x].Servo.Kvfb
    Motor[x].Servo.Kviff=Motor[x].Servo.Kvifb
    

     

    Thanks Eric,I'll try your method.

  4. This is probably a result of “noise” in the master position being “amplified” by Motor[x].MasterPosSf. You can use the “Motor[x].SlewMasterPosSf” to “filter out” noise. For details see the description of this parameter in the “Power PMAC Software Reference Manual” starting on page 521. Also see the section “Processing the Master Position Signal” in the “Power PMAC User’s Manual” for other suggestions, starting on page 769 (770 electronic).

     

    Thanks for your reply. You're right.

    I used the "Motor[x].MasterMaxSpeed" and "Motor[x].MasterMaxAccel" to basically solve the problem.

  5. Hello,

     

    I'm currently using the Position-Following mode to implement a Jog/Increment Handwheel. I'm enabling following in normal mode (Motor[x].MasterCtrl = 1). I'm running into one issues with its behavior.

    The handwheel control axis normal at 0.1mm and 1mm per revolution, but the mechanism will make abnormal sound at 10mm per revolution, and it is normal at other modes of control.The handwheel has 400 pulses per turn,The controller CK3E,Is there any parameter that can improve this situation?

×
×
  • Create New...