Jump to content
OMRON Forums

franz91

Members
  • Posts

    17
  • Joined

  • Last visited

franz91's Achievements

Apprentice

Apprentice (3/14)

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

Recent Badges

0

Reputation

  1. Hi, I have a system with motor #1 which control X and Y axis and motor #2 which control Y axis. The coordinate system is : #1-> 8000X and #2-> -8000X+8000Y But I want control my system as a rotation system, like it is possible with A and B (I want command my axis as angles and roll-over when I want). But as it was already said I can't make a CS like #1-> 8000A and #2->-8000A+8000B. With #1-> 8000X and #2-> -8000X+8000Y, when I ask, at home position, in a motion program, X(370), it's make a complete round plus 10 degrees, but I want the shortest move (a move of -10 degrees in this example, like when I command A(370) with roll-over enabled).
  2. Hi, How allow roll-over with X axis ? It only works with A, B and C axes...
  3. I work with ABS angles. Should it be the problem? OPEN PROG 1 CLEAR &1 ABS FRAX(A,B) DWELL 300 A(P1) B(-P2) F 4000 CLOSE
  4. Hi there, I have an other problem. I don't understand how calculate/fix the feed rate (F command) in a motion program which control A and B axis. There are a lot of parameters which interfere with the others when I try to hacking. I searched and again and again in the 2 user manuals but I can't get how configure them correctly. Any clue? &1 #1->8000A #2->8000B I5190=60000
  5. Thank you. With your help, it works.
  6. Hi there, I search to create a system with that configuration: Axe 1 goes from 0 to 360° and could make many round, but I can ask for any time to go to 0 to an other end position without make the roll in the other displacement. Example: I ask first to go from 0° to 1 round plus 40° (=400°). After if I ask for go to 30°, the motor have only to do -10°. Axe 2 goes from -5 to 185°, and goes never from 185° to 355°. Can I program that complex system easily with the PMAC system?
  7. Hi, I have some motion program in memory and I don't found Terminal command or Pewin window for delete them... How I do that? Also, what is the difference between motion program and PLC? I have understand that PLC is a task. Motion program is only a sequential program? Regards.
  8. Hi there, How stop motor movement if rotor is bloqued by something? I have tried current limit registers and the fatal following error registers but they does not help for that I want. Best regards.
  9. [quote='franz91' pid='1163' dateline='1295860658'] [quote='fahmad' pid='1042' dateline='1294785713'] I will try to put together a LabView VI to capture these event and post it soon. [/quote] Hi, Have you tried to make a VI? Thank. [/quote] No clue?
  10. [quote='fahmad' pid='1042' dateline='1294785713'] I will try to put together a LabView VI to capture these event and post it soon. [/quote] Hi, Have you tried to make a VI? Thank.
  11. [quote='franz91' pid='981' dateline='1293786938'] I'm sure that a function exist but where? I use the Interop.PCOMMSERVERLib dll. In the "class" PmacDeviceClass, there is about 200 functions, but I didn't found a function's name that do that I want. Can you tell me the function's name that I need? [/quote] No idea?
  12. I'm sure that a function exist but where? I use the Interop.PCOMMSERVERLib dll. In the "class" PmacDeviceClass, there is about 200 functions, but I didn't found a function's name that do that I want. Can you tell me the function's name that I need?
  13. Thank you very much all for your explanations. One more question: I working with LabVIEW and PMAC2 Turbo with USB connection. How can I know with LabVIEW if USB was disconnect during runtime?
  14. How can I reset counter? $$$ can do it, but I search a command for only reset counter. Thanks. edit: OK, it looks like to be $$*
  15. Is this frequency determine the PLC and PLCC frequency execution?
×
×
  • Create New...