Currently updating an HMI from CX-Designer to Sysmac Studios. CX-Designer UI has String Display & Input which allows user to input a new value via keypad, and also displays user specified message for confirmation (Yes or No option / or Message String ).
In Sysmac String Display & Input are seperated into 2 different button types. Data Display (Displays Variable Value only, no keypad/input option) & Data Edit (Displays variable value, has keypad/input option). Im looking to click on the DataEdit (or w/e works) , input a value, have a user specified message display. If I click yes, a keypad will show to input the new value, and if I click No it will not input anything.
So far I have used a DataEdit button, have my plc tag 'HMI.HMI_Shift1_String' mapped to Global Events to Display my popup message so when I click on the button the keypad first popsup, I enter the value, and press enter, It then displays my popup screen. However when I click "NO" it still submits the value I dont want entered in the DataEdit button. How do I get this "NO" button on my popup to work correctly and not input anything that was registered into the Keypad when pressed and my "YES" Button to register whats in the keypad?
NO is currently not connected to any variables so of course it won't close anything. But wondering how I can go about this to configure correctly.