Jump to content
OMRON Forums

wbzhong

Members
  • Posts

    21
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

wbzhong's Achievements

Explorer

Explorer (4/14)

  • Dedicated Rare
  • Collaborator Rare
  • First Post
  • Conversation Starter
  • Week One Done

Recent Badges

0

Reputation

  1. Thanks for the comments. It turned out that I named a PLC "reset", and this PLC was assigned an ID of 3 by the IDE.
  2. Hi, when we run "ecat reset" in the terminal, it reports an error: error#20: illegal cmd: ecat 3 Could you give us some insights in the error?
  3. Thanks for the reply. We set Sys.RtIntErrorCtr to 0, and then reboot the system, the error can be cleared. I am not sure if this is due to the EtherCAT clock configurations.
  4. The CK3M reports the Sys.RtIntErrorCtr error on startup. This error cannot be cleared with $$$***. The software manual doesn't discuss the possible cause for this error. Please advice on how to clear it, and what are the possible reasons? Thanks!
  5. Hi Raghav, Do spikes occur at same positions of the same axis? If it is the case, the feedback may be containinated.
  6. We have used two encoders for a single axis (a higer res. encoder for positioning mode, low res. for velocity mode). There two encoders are connected to two channels of ACC24E3. We used a PLC to switch the motor feedback. Renishaw has high-precision rotary encoder that uses two reader head but outputs one compensated signal. You will need to configure multiple Enocder Conversion Tables to process these feedback. The Motor[x].EncType does not control any function itself. You can manually set the affected parameters in PLC.
  7. Hi Raghav, the encoder feedback should be ok since you have tested the output for the whole range (when motor is not on?) The amplifier/motor noise is highly suspectable, it may interference with the feedback. Chekc the wiring and make sure the feedback/motor cables are properly earthed, and they are separacted in the track.
  8. Hi, you can upload the NC file to the PMAC with a FTP client (e.g. FileZilla). The destination folder should be in /var/ftp/usrflash/. Then, issue the following command to ininitialize the sub prog: // No space between -i and /var gpascii -i/var/ftp/usrflash/Temp/mysubprog.nc And don't forget to enclose the subprog code in the following structure: open subprog xxx <subprog code> return close
  9. Hi, I am using the rotary buffer to run a large program file. I found the rotary buffer does not support while loop when initializing the buffer. For example, run the scripts in the terminal: &1 open prog 0 P0=0 while(P0<10){ P0+=1 } close PMAC reports "error #31: missing }: while(P0<10){" However, the fixed buffer is fine.
  10. When user specifies a non-existent G/M-codes, i.e. the jump label is not defined in the G/M subprogram, PMAC will execute the command from the top of G/M subprogram. I can catch the error at the top, but how can I know which code does the user specified, i.e. the jump label?
  11. Hi, is there any way to persist data/status in the motion/plc script? We would like to recover some persisted data/status after power on.
  12. Hi, the acc 65E manual does not mention the output behaviou at power on. We are using the outputs to control some safety functions, which require determinstic behaviour at power on.
  13. Thanks Steve and Alex. That's really helpful.
  14. Thanks Steve. Initially, we would like to use S code to change the spindle command speed to any value, such as S5000. But it turns out that S code works like G/M code, the code value range is limited rather than an arbitrary value. We will find another way to implement this function.
  15. Thanks Steve and Eric. But can you advise how to implement the restore project command using SSH command? We would like to change it on the fly without using the IDE, if possible.
×
×
  • Create New...