LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do you log values from RT target to the computer?

Hi,

 

I am using sbRIO 9633. How do you log values from RT target to the computer?

I created a shared variable on the RT target and used them on the log VI created under "My Computer", but I get error.

 

I get this error..

 

 \\192.168.1.140\temp deployment failed (error: -1967357949, IAK_SHARED:  (Hex 0x8ABC8003) Unable to query Measurement & Automation Explorer for the Shared Variable Engine. Make sure the Shared Variable Engine exists on the RT target and check that the network connection is valid.).

 

kdm

0 Kudos
Message 1 of 3
(2,614 Views)
Did you install the Shared Variable Engine on the sbRIO? If not, you need to do that, using the Remote Systems->Software tree item in MAX.
0 Kudos
Message 2 of 3
(2,577 Views)

What are your data rates?  If you are producing data "continuously", you might find that Network Streams are easier and more reliable than Network Shared Variables.  In any case, you need an "engine" on one side (Host or Target) or the other.  I'm streaming 24 channels of 16-bit data from a PXI controller to a PC this way, with three other streams handling two-way messaging and transmission of "occasional" time-stamped data to the PC.

 

Bob Schor

0 Kudos
Message 3 of 3
(2,545 Views)