From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

lookout modbus costom command

We try to send custom command to one slave device (Microchip pic) through Lookout. For instance 0x64. But the lookout seems not support the custom command. Can someone help me? Thanks.
0 Kudos
Message 1 of 2
(2,581 Views)
Greetings,
If you would like to do customer modbus communication, you won't be able to use the modbus object in Lookout because it handles the communication for you, therefore you cannot customize it. What you will need to do is use the ASCII object, which gives you the ability to communicate with any device that transmits and accepts formatted strings of ASCII data. You will have to use the modbus protocol manual to put together a correctly formatted string and send it via the ASCII object to your device. This will give you the flexibility of using any modbus commands that you choose.

I hope that this helps. Good luck and have a good day.

Regards,

Patrick
0 Kudos
Message 2 of 2
(2,581 Views)