PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

File/data save to and read from the host computer on RT engine

I am building labview (v1.6) applications to run on a 8146RT connected to a pc using ethernet. What is the best way to save/read data/file to/from the host computer? Thanks!
0 Kudos
Message 1 of 3
(3,425 Views)
DTM Carnegie -

I must assume you are using LabVIEW 6.1. There is not a single answer that would apply to you. It purely depends on your application. I have attached a link below that should help you identify what transfer methods you should use.
Your options include, but are not limited to: FTP, TCP, UDP, and DataSocket

Using these methods you would have to create your own solution in LabVIEW 6.1. However, in LabVIEW 7.0 and 7.1 a utility called the "Remote Communication Wizard" was designed to do just that. It uses a more deterministic approach to transferring data between your Host PC and your RT Controller.

What Methods of C
ommunication Can I Use Between My Embedded Real-Time VIs and My Host PC VIs?


Regards,
Erik
0 Kudos
Message 2 of 3
(3,425 Views)
DTM Carnegie -

I must assume you are using LabVIEW 6.1. There is not a single answer that would apply to you. It purely depends on your application. I have attached a link below that should help you identify what transfer methods you should use.
Your options include, but are not limited to: FTP, TCP, UDP, and DataSocket

Using these methods you would have to create your own solution in LabVIEW 6.1. However, in LabVIEW 7.0 and 7.1 a utility called the "Remote Communication Wizard" was designed to do just that. It uses a more deterministic approach to transferring data between your Host PC and your RT Controller. The wizard can be used to generate code that will perform the communciaton for you.

What Methods of Communication Can I Use Between My Embedded Real-Time VIs and My Host PC VIs?

Regards,
Erik
0 Kudos
Message 3 of 3
(3,425 Views)