07-16-2024 09:21 AM
Hello,
Is there someone out there with some experience sending commands via Modbus to a rotary table WEISS.
Solved! Go to Solution.
07-16-2024 09:07 PM
A picture doesn't give us much information to help you answer your question. Does the company have a LabVIEW driver? Do you have a detailed manual that describes how to control this "Rotary table WEISS" (model number not provided)? Have you contacted WEISS?
Bob Schor
07-16-2024 09:25 PM
@henk1000 wrote:
Hello,
Is there someone out there with some experience sending commands via Modbus to a rotary table WEISS.
are you looking to hire or seeking guidance?
Are you familiar with using the Modbus library in LabVIEW?
07-17-2024 02:32 PM
I am looking for guidance. I have used the modbus library in Labview. I have not contacted the company yet. I will have a look to see if they provide a driver.
07-18-2024 06:37 AM
The documentation available from their website doesn't even tell anything about how to interface to that drive. What makes you think you can/need to use Modbus?
07-18-2024 01:02 PM
Their documentation mention Modbus communication. I have succeeded using python but not with only the Labview blocks.
07-18-2024 10:22 PM
@henk1000 wrote:
Their documentation mention Modbus communication. I have succeeded using python but not with only the Labview blocks.
If you could share your Python code, it is possible to reproduce it in LabVIEW equivalent or in the worst case, use the Python code as such.
07-22-2024 09:58 AM
@santo_13 wrote:
...in the worst case, use the Python code as such.
lol, terrible option for sure.
But seriously op, post the python code.
07-24-2024 03:49 AM
That's the answer from WEISS
"
As I suspected, we cannot help you.
Unfortunately, we do not have anyone who knows anything about programming with LabView.
I cannot give you any further references either, as we have not come across this topic before.
"
😪
07-24-2024 05:14 AM
@henk1000 ha scritto:
That's the answer from WEISS
"As I suspected, we cannot help you.
Unfortunately, we do not have anyone who knows anything about programming with LabView.
I cannot give you any further references either, as we have not come across this topic before.
"
😪
This is not a solution definitely. If you succeded with Python, you can certainly do the same with the LabVIEW library. The matter is to use the proper functions with the proper arguments (addresses, for example, may not match).
Again, post your Python code and whatever you came up with LabVIEW describing what works (if any) and what doesn't.