09-14-2006 02:19 PM
09-14-2006 02:55 PM - edited 09-14-2006 02:55 PM
Message Edited by Jarrod S. on 09-14-2006 02:56 PM
09-14-2006 04:46 PM
09-15-2006 08:29 AM
hi there
here are some tipps from my side:
- create an indicator for the error-output of the timed loops to see the reason of the error
- then there's a third element "loop3" in the string array of the loops, remove this element (and yes, remove the additional EOL character Jarrod has mentioned)
- make sure the loops are running when trying to synchronise them
see attached VI and let us know
09-15-2006 08:33 AM
09-15-2006 09:05 AM
09-15-2006 11:47 AM - edited 09-15-2006 11:47 AM
Message Edited by mepausle on 09-15-2006 12:48 PM
09-15-2006 04:08 PM
09-16-2006 04:24 PM
hi there
be aware of the priority issue. make sure that not both loops have the same priority (it is impossible to run two loops deterministic at the same time!). you may also think of a phase shift between both loops (take the duty time of one loop as the phase shift for the second one).