Hi.
I'm trying to control a robotic arm with labview for my undergrad dissertation, and I have a decent polar coordinate control panel made, but there is one problem; it checks for changes in the coordinates every five seconds, while I want it to only check on the touch of a button (ie, go!, I've changed your coordinates!). The changes are calculated with a while loop comparing the last value of theta, x and z in a while loop with the current one. I can't find a way of putting that into a case structure. If there is a way of making the while loop progress at the push of a button, I think it would work. The VI's attached below.
Thanks in advance for any help.
Cathal Scanlon
ps, sorry about the mess, I'm going to reorganise the while loop into 2 if I can get the control button working.
Message Edited by CatScan on 02-08-2007 02:45 PM