LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i use shared variable PC to myRIO

Solved!
Go to solution

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?

 

0 Kudos
Message 1 of 5
(2,507 Views)

cant upload the picture... 

Download All
0 Kudos
Message 2 of 5
(2,506 Views)
Solution
Accepted by Pikles

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:

0 Kudos
Message 3 of 5
(2,493 Views)

Hello

 

i changed the name of shared variable into english, and it magically work!

 

thank you for your advice 🙂

0 Kudos
Message 4 of 5
(2,475 Views)

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.

0 Kudos
Message 5 of 5
(2,470 Views)