10-31-2016 10:57 PM
Hi everybody,
I'm working on a project about the Modbus using the 'Modbus on desktop.vi'. In the Vi, the type of 'coil values to write' is a boolean array. I want to change it into a single boolean. is it possible? I include a screenshot of the block diagram and front panel.
thanks.
Solved! Go to Solution.
10-31-2016 11:44 PM
You can just use the build array function with a "single boolean".
This will give you an array with one item.
steve
11-01-2016 12:16 AM
hi stevem181 thanks. it helped me a lot!