03-27-2008 10:32 AM
03-27-2008 10:37 AM
Hi RogerW,
your timed loop never stops, so the code after this loops never runs.
Mike
03-27-2008 10:56 AM
03-27-2008 11:27 AM
03-27-2008 11:29 AM
Hi Roger,
you can use Queues, Notifier or local variables to transfer data between different loops.
Mike
03-27-2008 01:11 PM
03-27-2008 01:14 PM
Hi Roger,
right click on the control or indicator you want a local from and select create -> local variable. After that you can right click on the local variable and select "Change to Read" or "Change to write".
Mike
03-27-2008 07:23 PM