01-06-2010 07:45 PM
01-07-2010 01:41 AM
Interesting. Some quick comments:
02-26-2010 07:53 PM
No need for orange wires. in fact i went back and used U8 and everything still worked. The c-style programming block gives me orange out and i couldn't figure out how to change it. So that is why they are orange. I put a convert to U8 after it now.
And yes i removed the property node to the stop button and fixed that part too 🙂 I wrote this back when i first started labview 2 years ago.
02-26-2010 09:41 PM
You need to declare your variable in the formula node. If you have a line int32 degree; at the top, you get an I32 for the degree variable. If you have uint32 degree; you get a U32. Both of which are blue integer type wires.