03-13-2020 03:22 PM
Hi,
I am working on my third-year university project and I am using LabVIEW to control a gantry system. I am not well versed in LabVIEW, but I have decent understanding of Python and so I wanted to know if I can control my SoftMotion axes within Python. I have tried looking at available documentation and resources online but I am unsure how to pass an Axis through to a Python node if that's even doable.
Thank you
03-15-2020 02:11 AM
Hi HeadieOne,
I'm not familiar with SoftMotion, so I can't address your question directly, but after looking at the manual for SoftMotion I'll suggest/guess the following:
Perhaps if you try getting started with SoftMotion in LabVIEW you'll find it easier than you expected, especially with the learning materials and forums available for LabVIEW help. If you post programs you're having problems with, people will probably be able to help you.
As I mentioned above, if you have complicated calculations you want to use Python for, you can also do that using the Python Node and some information about Integrating Python Code in LabVIEW (note a common issue is to try and return arrays (e.g. NumPy) from Python to LabVIEW - you must return a list in Python to have it as a LabVIEW array using the built-in Python Node).