Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - CBaker

Pages: [1]
1
Support Questions / Re: KeyboardInput output help
« on: March 09, 2022, 12:15:34 PM »
That is exactly what I needed.

Thanks a lot!

2
Support Questions / KeyboardInput output help
« on: March 09, 2022, 10:50:04 AM »
Hello,

I have a KeyboardInput component in my application, and I'm trying to have the user confirm their input before sending it off to my PLC. I have a KeyboardInput1_EnterKeyPressed event that triggers a messagebox, which asks the user "You entered <partnumber>. Is this correct?" and has a Yes button and a No button.

I then want to check the result of the messagebox and log the change and output it to the PLC if it is yes. How can I set it up so that it only sends my input if I select Yes?

Pages: [1]