06-10-2019 09:53 AM
Hi i am currently using Labtop, SICK's LMS100 (LiDAR) and myRIO for actuating my rover.
currently i am receiving LMS100's data through PC and i want to send the "distance" data to myRIO, but I can't send the data PC to myRIO.
as you can see in picture 2, I want to send 3 variable into myRIO, but in picture 3, the variable is not sending properly
and i searched lots of solutions and i disabled all my fire-walls, still cannot send the data to myRIO.
I also tried to use global variable, but it has same result.
how can i share the variable with PC to myRIO?
Solved! Go to Solution.
06-10-2019 09:54 AM
cant upload the picture...
06-10-2019 10:24 AM
Put indicators on the shared variable error outputs to see what they say.
(PS: The pictures are only slightly helpful. It is impossible for us to read Chinese or Japanese, whichever those characters are.):smileywink:
06-11-2019 09:01 AM
Hello
i changed the name of shared variable into english, and it magically work!
thank you for your advice 🙂
06-11-2019 09:11 AM
I'm glad I inadvertently helped you solve the problem.
I'm guessing those characters need unicode to be able to be displayed. LabVIEW often has difficult with Unicode, and I would certainly believe the code that underlies Shared Variable communication to make it work would have issues with it.
Changing it to English must have eliminated the problem.