Button input?

Hey Cheif Delphi! I am new to programming and labVIEW is really killing me. We currently have no idea how to get button input so we can export the boolean value. Please help! Any help would be greatly apreciated.

Ryan,

Check out my post in THIS thread, it’ll explain how to get the boolean value.

Good luck!

  • Austin

Wire up a joystick and a get value. Hook up an unbundle by name( found in the programming–> Clusters,classes,variants.) to the joystick wire on the joystick–> get.vi. Hook the unbundle by name to a case structure(programming–> structures). Then put what ever you want to happen in that case structure. The true is for if the button is pressed down. The false is if it isn’t pressed down.

Thanks guys!