fuzzyladybug Posted March 16, 2012 Report Share Posted March 16, 2012 Hey Everyone, I'm new at labview, and have created a VI that takes keyboard input. However when I posted it as a remote panel, the initalize keyboard function initalized the server keyboard, and not the users. Is there anyway to make sure that the user's computer is the one the VI initalizes? Many thanks Quote Link to comment
GregR Posted March 16, 2012 Report Share Posted March 16, 2012 Remote panel as the name implies only shows the panel on the remote machine. The diagram runs on the server machine. This allows the diagram to still access hardware on the server machine like DAQ devices. The same goes for the Input Device palette. If you want to capture keyboard input from the remote panel, you will need to use front panel events. Those are the only thing that will be redirected from the remote UI back to the diagram. Check out the Key Down event on "This VI". Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.