Bi-directional strictly typed labVIEW interface for other programming languages
Table of Contents
Project for connecting Python or matlab to LabVIEW
This code can script a bi-directional strict interface between LabVIEW and the external language. With this you can provide users of your application with easy to use code in their own language.
This project is built for LabVIEW 2018 and above. Python Version 3 and above
- JKI StateMachine
- ZeroMQ
- JKI JSON
- JDP JSON
- json
- zmq
- Open the .lvproject that is in the repo
- Run the ZeroMQTest.vi
- Open the example_helloworld.py in the scripts folder
- Run the code and enjoy
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. I will try looking out for the issues created and answer any questions, but also feel free to reach out to me trough the contact information below.
If you have a suggestion that would make this better, please simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
Distributed under the MIT License. See LICENSE.txt
for more information.
Maarten Scherjon - @LinkedIN - maarten (at) vi-tech.nl
VI-Technologies - @VI-Technologies
- Patriek bruins for the original idea and code for this project