Replies: 6 comments
-
|
Quick response:
Depending on your use case, it can be sufficient to implement a subaet of these methods. Regarding the implementation, you can take a look at the protocol definiton: https://github.com/pymeasure/leco-protocol/tree/pyleco-state What is the desired use case? |
Beta Was this translation helpful? Give feedback.
-
|
They have some labview code already running and while they want to move to pymodaq they are reluctant to transform everything at once. So the idea would be to use one of the pymodaq control module Director and control the instruments they have in labview and get back data into the pymodaq ecosystem! |
Beta Was this translation helpful? Give feedback.
-
|
I sent you my Private Email, which you might give them for better communication. Do I understand it correctly, that they want to control a Labview program from a PyMoDAQ dashboard? One option is to use the existing director plug-ins, that requires, however, to make the Labview Code behave like a pymodaq plugin bring remote Controller, including serialization of pymodaq objects. Another idea: They could write their own pymodaq plug-ins, which then communicate via LECO with the Labview Code. Now to the Labview code:
I might be able to give a Python example for "pyleco Light", as an idea what to implement in Labview. |
Beta Was this translation helpful? Give feedback.
-
|
Great, thanks for this detailed answer. I will look into it and present this to my colleagues. |
Beta Was this translation helpful? Give feedback.
-
|
@Ashwolaa you may be interested with this discussion |
Beta Was this translation helpful? Give feedback.
-
|
I think there is a big limitation. I could easily do the signin/signout stuff and also use "rpc.discover" to get the callable methods. I can even control an actuator and do an rpc on However, if I want to call the move_abs method, I need to give an additional payload which is the serialization of the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @BenediktBurger
I sent you an email about this but can tell also here: some colleagues would like to use Pymodaq with their existing setups that ran with labview. They were thinking about using ZMQ which is just fine with a PyMoDAQ Director.
Could you pinpoint the steps required to build an example from raw ZMQ to interact with the Director?
An example with python but without pyleco would be just fine. Or maybe we can bundle pyleco into a dll to be used within labview?
cheers
Beta Was this translation helpful? Give feedback.
All reactions