Skip to content

Latest commit

 

History

History
134 lines (78 loc) · 3.14 KB

README.md

File metadata and controls

134 lines (78 loc) · 3.14 KB

Remote LabVIEW Interface

Bi-directional strictly typed labVIEW interface for other programming languages

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgments

About The Project

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.

Project overview!

(back to top)

Built with and for

(back to top)

Getting Started

This project is built for LabVIEW 2018 and above. Python Version 3 and above

Dependencies LabVIEW

  • JKI StateMachine
  • ZeroMQ
  • JKI JSON
  • JDP JSON

Dependencies Python

  • json
  • zmq

(back to top)

Usage

  • 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

(back to top)

Contributing

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!

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Maarten Scherjon - @LinkedIN - maarten (at) vi-tech.nl

VI-Technologies - @VI-Technologies

(back to top)

Acknowledgments

(back to top)