10 years, 12 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

Be the first to answer this question.