07-05-2024 04:32 AM
I've tried writing the register using python but it did not work. The manual talks about writing to the memory but I do not fully understand it..., how I am supposed to use the blocks in Labview and writing in the memory of the device.
07-05-2024 04:41 AM
Hi Henk,
@henk1000 wrote:
I've tried writing the register using python but it did not work. The manual talks about writing to the memory but I do not fully understand it..., how I am supposed to use the blocks in Labview and writing in the memory of the device.
At first: You should ask the manufacturer when you have questions on their manual…
My interpretation of the shown text snippet: you need to write certain values to a command register (@320) to have your device actually use the changed values in the parameter registers…
07-05-2024 05:00 AM
I have sent them email early when I arrived at work. Still waiting for a reply.
I will write a single register to @320 and after try to write to @142, 143 and see if it works.
07-05-2024 07:41 AM
Did not work 😑
07-05-2024 12:37 PM
How is the controller connect to your PC ?
Can you share your test vi with us?
07-05-2024 01:21 PM
Computer -> switch (static address) -> device
For reading it works now. The main problem is to write. I am now trying with python for writing the values in the register.
07-12-2024 01:30 AM
So far the solution is using a python script.