Dear Community,
During a development of some project we faced a need to input some 200~300 bytes of ASCII text (a string) from a Windows application (such as notepad) to a B&R controller which implements a VC4 visualization and is accessible on that Windows system via a VNC connection. Typing this much of text manually is not feasible. So, pasting a string from the clipboard is the only realistic possibility.
Could someone give me some clues or basic tips on how to implement this kind of idea? For example, is the Edit control and the Global Key Action Clipboard with mode Paste is the proper/best way to do this? Or is there another way?
I have studied the AS Help about the VC4 capabilities, but I couldn’t find a consistent guidance about this. I feel that it is not the most complicated issue to solve, yet I still could not find the relevant part of the VC4 technology to work with.
So, I would greatly appreciate if someone from the community could point me to some relevant details in the AS Help, B&R TM documents or elsewhere.
Thank you and Best Regards,
Alexander
PS. I do realize that the VC4 technology is not the latest & the greatest among B&R products, but I do not have a freedom of choice here. We need to stick with VC4 and VNC, upgrading to the mapp View 5.x or 6.x and web browser-based UI is not an option for us now.