labwindows

NI CVI with Python

人走茶凉 提交于 2019-12-10 22:23:25
问题 I'd like to integrate a Python IDLE-esque command prompt interface into an existing NI-CVI (LabWindows) application. I've tried to follow the Python.org discussions but seem to get lost in the details. Is there a resource out there for dummies like me? 回答1: Here is a python sample code calling a CVI. There are DaqMx python bindings too. 来源: https://stackoverflow.com/questions/91666/ni-cvi-with-python

How can I install multiple versions of the LabWindows Development Environment on the same machine?

こ雲淡風輕ζ 提交于 2019-12-10 12:26:39
问题 I develop software in LabWindows for multiple customers. Often it is the case that a customer is using a backlevel version of the CVI Run-Time Engine (RTE). When possible the customer is urged to upgrade to the latest, but when they can't I must build the software targeting the older RTE. LabWindows does not support compiling for previous versions of the RTE so the work-around is to install multiple versions of the LabWindows Development Environment, and compile using whichever matches the

How can one target older CVI versions during build?

蹲街弑〆低调 提交于 2019-12-08 07:08:44
问题 I am currently using LabWindows/CVI 2012 to develop lab automation software. My customer's lab stations all have the CVI 9.0 runtime environment (RTE) installed. The customer strongly prefers to avoid updating their lab stations to the latest CVI RTE. I have installed the older version of LabWindows (9.0) on my machine and successfully built my project so I know that my code compiles under both environments. Ideally I would like to use LabWindows 2012 and just tell it to target the older CVI

How can one target older CVI versions during build?

偶尔善良 提交于 2019-12-06 21:31:30
I am currently using LabWindows/CVI 2012 to develop lab automation software. My customer's lab stations all have the CVI 9.0 runtime environment (RTE) installed. The customer strongly prefers to avoid updating their lab stations to the latest CVI RTE. I have installed the older version of LabWindows (9.0) on my machine and successfully built my project so I know that my code compiles under both environments. Ideally I would like to use LabWindows 2012 and just tell it to target the older CVI RTE. Is this possible? No, this is not possible. Applications built in LabWindows/CVI are only