jpam

MrPLC Member
  • Content count

    9
  • Joined

  • Last visited

Posts posted by jpam


  1. I don´t understand what you are saying and it´s quite urgent for me, please, what I do, is using a timer with timebase 10 ms and preset of 100 (1 second) that attaches an auxiliar mark that produces a pulse, I use this mark in other two tasks for counting the number of seconds of working of two different machines, and as I said, the fault of accuracy, I think is due to the scan cycle, please PLC rune or Chud could you explain what you suggest, maybe an example or image. Thank you very much

  2. Hello, I need to set a 1 second timer in a TSX 572623 plc with pl7 pro, the question is that using %s6 bit (1 second pulse) the timer is not exact enough, the program is 98 kb, not too big I think, I use the %s6 attaching to a positive pulse auxiliar mark in one section of the program and i use this mark %M in the rest of the program, but as i said, it is not quite exact, measuring the time displayed in a HMI connected to the plc, 40 seconds in the program (displayed in a HMI), it´s 47 seconds in a chronometer, it is not exact at all as I said, how can I solve this problem, can anyone help me? Thanks

  3. Hello i need to write a very long net in unity pro, the maximum length is 11, can I continue the net in the net below net using a conditional jump to a label? I have been trying but it doesn´t work, the net below is executed dispite the net above is not true as seen in the image attached, can anyone tell me how to continue a net that is too long? Thanks