03-12-2007 11:10 AM
Trying to setup WinXP PC COM1 serial i/o w Labview 8.0, device works Any suggestions please |
03-12-2007 11:45 AM
03-12-2007 02:57 PM
Thank you Dennis, then I have diffrent problem I think. OK here is what I am trying to do. I have a device for pulse width modulation (PWM) with serail communication. It works fine with hyperterminal. In hyperterminal, I have to enter % on time like 50 or 60. When I type the 50, it doesn't show the number, but once I hit the enter button; 50 % duty cycle is applied to device and device automatically sends back the % duty cyle, in my case 50. I am having trouble in operating this device with Labview. I tried diffenet examples available in Labview help like basic serial write and read.vi. This example doesn't give any errors but, the the PWM device doesn't work. I have tried loop back test with pins 2 and 3 shorted on serial cable and that works fine. So I don't understand why I am not able to communicate with device using labview. (I am going to put this problem in forums too).
Any suggestions on what I am missing. Reply would be greatly appreciated.
03-12-2007 03:08 PM
07-12-2013 02:43 PM
Update to Dennis's helpful reply: As of LV2012, the input is a ring, not an enum. You can wire 0d10, 0d15, and 0d20 directly to the VI for selections of "1.0", "1.5", and "2.0". You can also create you own ring with these values or use the ring on the VI's front panel.