LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Pythonnode

Solved!
Go to solution

Hello, I would like to use Pythonnode to transfer data from Labview to Python so that I can continue working with it in Python. So I would like to use Pythonnode only for one-way transfer, is this possible? Or is Pythonnode only meant to integrate a Python function into Labview? My problem is because it is a function I don't get any data displayed on Python that I can retrieve. Maybe I have to look for another possibility for the data transfer?


Thanks for the help

 

0 Kudos
Message 1 of 4
(407 Views)
Solution
Accepted by TheOne951

Python node allows you to call Python script from LabVIEW. It is like calling a DLL.

What you are trying to do is the reverse, calling VI from Python. Connect to a LabVIEW VI And Executable From Python

-------------------------------------------------------
Control Lead | Intelline Inc
Message 2 of 4
(404 Views)
Solution
Accepted by TheOne951

Hi,

I agree with  ZYOng comments. You can use TCP or UDP to transfer data from LabVIEW to Python.

0 Kudos
Message 3 of 4
(338 Views)

The easiest solution is to have LV write a file that you read in Python.

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
Message 4 of 4
(293 Views)