Sub VI and controls inside it Questions
Hi
I was programming a sub vi and i have controls that are the numeric type. When i changed the data entry of one of the controls from0.0 to 0.01 that one works. But when i do this to another control of the same kind it does not work and when i select the data entry property I see the 0.01 entry from the last control even though i put it in the last one.
When i run it the first control iterates at 0.01 while the second control iterates by 1.0. Is this a bug that i found or am I doing something incorectly.
Another thing that I found was when the sub vi is running after robot main is running in the volatile mode (clicking the arrow) and when i go to the controls I can't type in to them with numbers or even select it. Is this because it is in a sub vi of is it a bug again?? If just being in a sub vi causes this bug then no controls that virtual controls will work by typing in them like in teleop or auto.
Any advice would be appreciated.
|