I have a project that uses the hobbyist toolkit to program a Raspberry Pi. This code is deployed to ten Raspberry Pis. Every time I make a change to the code, it takes time to connect to each target one at a time and deploy code. (Note: I have tried to use RAD but it did not work well with the Raspberry Pi).
I am able to use scripting to change the target's IP address in the project. Thank you to the folks at this post for helping with that:
Can LabVIEW change RT target IP address through LabVIEW scripting? - NI Community
Once I change the IP address, I would like to be able to Connect / Disconnect from the Raspberry Pi target using the connect and disconnect command available in the Target Drop Down Menu.
Can you Connect / Disconnect from a RT Target using LabVIEW Scripting?
Thanks.