send data from LabView to Python and get back
问题 How do I send data from LabView to Python and get a result back? 回答1: One other solution is using the smart messaging library ZeroMQ, which comes with a lot of bindings, almost for all major languages. For the Python/Labview case there is a nice demo project on sourceforge: Python-LabVIEW Communication Client-side ~LabVIEW + Server-side part (example) #-----------------------------------------# INFRASTRUCTURE for communication context = zmq.Context() # I/O-DAEMON CONTEXT socket = context