Hi, Everyone:
i have an UR CB3 robot, i found an polyscope soft keyboard input problem. i will describle this problem detaily in the following context:
-
i need input workorder information by ployscope soft keyboard on product manfacture process
-
i want the workorder information type in by the QR scanner ( the information contained in the QR)
-
the workorder information contain Chinese character;
-
when the ployscope soft keyboad is show up by the request_string_from_primary_client() function , i start scanned the QR code then the character will showed in the ployscope keyboard. unfortunely, some Chinese character is converted to double quotation mark(“).
5)you know the “ will be seemed as illegal character by ployscope, so the program will paused here unless i delte the “ signal by manually. but i dont want to do that manually because too many workorder need be inputed on daily work.
6) So does anyone know is there any ways to solve this problem autoly, like by UR script or URcap.
tks very much for ur help, i looking forward to someone can give me some help.