LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Python 3 compatibility with labview programs

Solved!
Go to solution

Hello, I have a question regarding the compatibility of Python3 with a control program created with labview:

Basically we have a vacuum chamber with several motors and gauges controlled by a labview program in Windows 10, I was wondering If I am able to install Python 3 in this machine to run non driver related scripts without interfering with the labview control program?

 

Thank you for your time!

 

0 Kudos
Message 1 of 3
(2,787 Views)
Solution
Accepted by topic author ED_123

hi ed,

running labview and python2/3 side-by-side should be no problem at all.

especially when you don't try to control the same hardware with both programs at the same time 😉


If Tetris has taught me anything, it's errors pile up and accomplishments disappear.
0 Kudos
Message 2 of 3
(2,780 Views)
Solution
Accepted by topic author ED_123

As long as both programs don't use too much resources it should be OK.

 

When Python (or LV) starts using a lot of CPU, memory, network or disk bandwidth, they might obviously interfere.

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