From 11:00 PM CDT Friday, Nov 8 - 2:30 PM CDT Saturday, Nov 9, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
From 11:00 PM CDT Friday, Nov 8 - 2:30 PM CDT Saturday, Nov 9, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
07-30-2014 09:09 AM
Hi, I´m a little new in LabVIEW and I will like ask some questions....
-There are a possibility to run some Labview projects or to trigger them from a batch file or if the exist and possibility to control labview or run it from a extern application?
- A raspberry PI or beaglebone API exists for LabVIEW?
- Wich Power supply can you recommend for control with LabVIEW? (some chip solution witn 0-30v/ 0-3A DC)
Thanks alot for your advice!
Best regards,
Elena
Solved! Go to Solution.
07-30-2014 09:48 AM
Elena,
i don't know about raspberry, so no comment on this.
For the rest:
- Do you want to create tools for developers? If so, you have to look into VI Server and the VI Project API. If not, please compile your LV application as executable and call that one using a batch file.
- LV doesn't prefer specific power supplies. LV is a programming language. There are many power supply vendors (including NI) who directly provide LV APIs for their power supplies. So essentially the approach is:
1. Pick the power supply which serves your requirements.
2. Check if the power supply has a standard interface for programming (e.g. Ethernet, GPIB or if the power supply is PXI, it already has to provide a programming interface!)
3. Check if LV API (so called "instrument driver") is available for the device. In case of a PXI device, you would look for a device driver (e.g. NI DCPower).
4. Check if LV examples are available (e.g. in the LV Example Finder once you installed the driver).
Norbert
07-30-2014 10:00 AM
Thanks so much for your fast answer 🙂
Actually I´m working in a research company, and the only thing they ask me was like we will try build an new HW test box for testing of devices, so first off all my colleges want know the questions I wrote before...
I will come back when I have more information about this, but your answer was really help.
Elena