11 years, 2 months ago.

PWM and Labview RPC Serial

Hello guys. I have a labview project in wich i need to control pwm output from the labview interface. I downloaded the RPC Serial library and everything but it just won't work. I tried the Sine Demo file and it won't work neither. When trying it with LED1, it lits up when mbed receives 1, and it lits down for all of the other values within [0,1[ . Any body can help me please ?

I have the same problem. You need to change "," for "." In regional setings of your operating system.

posted by Cristian Roig 01 Jun 2013

2 Answers

11 years ago.

You have to download the labview library as well post some code and pics of your block diagram...

Did you already find the solution because i have the same problem :) I now bypass the problem by making it in labview a RPCVariable and then use this variable in a PWM program on the mbed. but i dont understand how to connect the different PWMout, PWMOut_period, PwmOut_write blocks in labview greetings

posted by Adriaan Van Steendam 09 May 2013
11 years ago.

I couldn't make it work with the RPC, so i had to write my own code for the mbed and labview.