01-24-2012 12:07 PM
I am interested in placing a subVI in an event structure. The subVI will allow a user to change specific control setpoints for a seperate application I am running on a cRIO. I do not want to use a button, because these control setpoints should only be changed by specific people. I am interested in doing a CTRL+Button(a)+Button(b) that will register as a user event and execute the subVI. Is this possible.
I have a computer that communates with the cRIO and will be the computer monitoring for the event described. I have everything ready to go. As soon as the subVI is completed, the program will reconnect to the cRIO and load the new information. I really just dont want to use a button.... ![]()
Windows 7, LV2011....if that matters.
01-24-2012 01:11 PM
I'm confused. You said you don't want to use a button, but you want to do a CTRL+Button(a)+Button(b). ummm... could you clarify?
01-24-2012 01:19 PM
01-24-2012 01:20 PM
I think there is an easier way to do this. If someone has a better way I am sure they will reply.
But basically it boils down to keeping track of which keys are down.
01-24-2012 04:09 PM
Thanks Steve! Your example got me going in the right direction.
I used CTRL+ALT+H as my combo. The attached code is how simple it can get. Not sure there is a better way than what I did ![]()