Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years, 6 months ago.
PWM RPC with Labview
Hello I have a problem with sending PWM RPC commands with labview.
PwmOut led4(LED4, "led4");
so far everything goes well i can enter in the browser:
/rpc/led4/write 0.2
but i dont understand how to connect the different LABVIEW subvi to each other so i can make this work i have done so far: connecting PwmOut to PwmOutWrite but this doesnt work, a 1 makes led4 high but everything onder 1 gives 0. Anybody has an idea? thnx