Jump to content
OMRON Forums

paison

Members
  • Posts

    38
  • Joined

  • Last visited

Everything posted by paison

  1. hi, I urgently want to know how ISX13 should be set up, in my program, there are a lot of very short movement, after opening the Lookahead, feel with & 1 a sometimes can not stop the program
  2. thanks i set loop for start move Prog1,slove this problem
  3. thanks,There is now a problem is in the process of program 1 start setting coordinate system's feedrate is zero,This case is easy to appear can't start,For example: M5197->X:$002000,24,S M5197=P1*I10/100 ; It is easy to appear can't start program 1 when p1 = 0
  4. hi, Present a motion program stopped, I immediately start another Motion Program in the PLC program, find that Motion Program can't start sometimes,For example: &1 #1->2000X Open plc1 clear if(m115=1) if(Q0=0) Q0=1 cmd"&1a" p200 = 1 endif else Q0=0 endif close Open plc2 clear if(p200=1) if(Q1=0) Q1=1 while(m133=0) endwhile cmd"&1B1r" p200 = 0 endif else Q1=0 endif close open prog1 clear inc linear Ta(100) Ts(50) TM(500) x(100) close
  5. hi,PMAC how to get Previous move of the command position in real time?
  6. I want to realize vector movement, get a sensor signal, immediately with the opposite vector returns specified length, have what good method? Move Until Trigger function can't use here
  7. Manual only function parameter function is introduced, I found no range is introduced
  8. Thank you, my problem solved
  9. Hi,I want to ask DPRSetMem can set how much memory bytes at a time, pcom32 and pcomsever respectively is how much?I found that they are not the same.
  10. I would like to know the specific usage of WL, such as: P1 = 10, p2 = 20, p3 = 30 WL: $6000897093224, 131897093224, 132131413533172 I don't know 10 -- - > 89760930224131 20 -- - > 89760930224132 30 -- - > 131941395335172 Is how convert?
×
×
  • Create New...