LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

access logs from a headless data logger

Solved!
Go to solution

I want to implement a headless data logger and access it's files via Ethernet without using a host VI on the PC that will be connected in the network. How can I implement this?

0 Kudos
Message 1 of 4
(2,836 Views)
Solution
Accepted by FyrewurX

Install a FTP server on your "headless data logger"…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 4
(2,808 Views)

You did not say what OS your headless logger was running so I will assume it's Windows.

 

Just share your data directory on the network, or put your data in one of the "Public" folders in Windows 7 and up, Eitherr way you can then use Windows Explorer to transfer the files.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 3 of 4
(2,778 Views)

We run LabVIEW Real-Time using a PXI as the "headless data logger" (it actually does a whole lot more than just log data).  From Windows, we did an "Add Network Location" and specified "ftp://10.1.0.101/" (or whatever was the IP of the PXI).  It then showed up as a "Device" in Windows Explorer, and if we clicked on it, we could see all of its files and folders and use "drag and drop" to transfer back and forth.

 

Bob Schor

0 Kudos
Message 4 of 4
(2,728 Views)