Hello,
I'm developing a software where I constantly read data from an equipment. In this software there is a command that requires a password to be input. I was trying to use the Prompt User for Input to receive the password from the user. However when the Prompt User screen pops up, my software stops reading the data from the equipment until the user inputs the password. I don't want that. I still want to read the data from the equipment while the user is inserting the password.
Is there a way to execute the Prompt User for Input in parallel process while executing the read data part? Is there another way to request a password from the user?
Thank you very much for helping!