Jump to content
OMRON Forums

sushant.dighe

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by sushant.dighe

  1. Thanks Eric for replay my post

    i think yes by mistake i have changed the value in the terminal or restarted without a save command.

    and if i remove the Motor[x].fatalfe error and jog the motor only one cycle run the motor and again get the Motor[x].fatalfe error.

     

    one more think how to jog Digital motor ?

    how to tuning that please help us ..

  2. I have fresh power PMAC controller

    1.when i'm start first time motor(#1j+/#1j-) is working fine.

    2.when i use some unwanted command on motor that time PWR LED is off and motor not working . And error showing Motor not active ( then i check in troubleshooting why motor is not running there shows motor[x].ServoCtrl is wrong value set but these value set automatically then i correct this error and once again write the command #1j+/#1j- that time i get the motor[x].FeFatal error how to resolve this issue ?

    3.now i need to how to run motor continues ?

     

    4.see below program

     

    // &1 // Address C.S. 1

    // #1->1000X // Motor 1 assigned to X-axis, 1000 counts/unit

    // Motion program code

    open prog 1 // Open buffer for entry

    linear; // Linear interpolation move mode

    abs; // Absolute move mode

    ta500; // 1/2-second accel/decel time

    ts0; // No S-curve accel/decel time

    f5; // Speed of 5 axis units per time unit

    X10; // Move X-axis to position of 10 units

    dwell500; // Sit here for 1/2-second

    X0; // Move X-axis to position of 0 units

    dwell500; // Sit here for 1/2-second

    close // Close buffer, end program entry

     

    how to run above motion program code

×
×
  • Create New...