SystemLink Forum

cancel
Showing results for 
Search instead for 
Did you mean: 

myRIO collecting data and sending it to systemlink

Solved!
Go to solution

Hi 

 

I am currently having problems with my systemlink, when i want to write data to systemlink. I have this error -251011. I need some suggestions to tackle this error. Thank You

 

Below is my codes and my front panel

Download All
0 Kudos
Message 1 of 5
(1,592 Views)

Look up a SystemLink example.  You need to tie your API key call into the tag writes.

David Wilt
The New Standard LLC
0 Kudos
Message 2 of 5
(1,553 Views)

Hi 

I made the changes to the call of the API key it gave me a new error. It gave me error 56 and error 1967362020 at the write tag vi and the open tag vi. I need some advise.

 

Thank You

Download All
0 Kudos
Message 3 of 5
(1,532 Views)

Hi JonTeo, 

 

Since you've posted your API key in the screenshots to this forum I strongly recommend you delete those API keys from your account to prevent unauthorized access to your data. In the future please be careful not to share API keys with anyone. 

Mark
NI App Software R&D
0 Kudos
Message 4 of 5
(1,512 Views)
Solution
Accepted by JonTeo47

You are closing the connection before the While loop completes.  You need to stop the Close from occurring until you are done posting data.

David Wilt
The New Standard LLC
0 Kudos
Message 5 of 5
(1,498 Views)