Hello fellow LabVIEW users,
I am currently working on a project that requires me to control a stepper motor via LabVIEW's Web UI Builder. The idea is to allow a user from any computer to control the motor's parameters. My current idea is to use an Arduino Uno to communicate between LabVIEW and the stepper motor. Before I move forward, I would like to make sure that the Arduino will communicate with the Web UI Builder successfully as it would with a single user on the same computer that the Arduino is connected to. Does anybody have experience with this or know if this will work?
Thank you.