11-06-2013 04:16 PM
Hello all,
Newcomer here, recenlty just took core 1 and 2 the past couple of months
So I'm working on a project which requires an input value sent through to a controller that controls the voltage to a Motor that spins a shaft. The project entails that the voltage needs to change after a certain time, the voltage would increase and the motor would spin faster. Is there a way for Labview 9.0 to read the values from a table like in my attachment and apply both values, Voltage and Time, also to continue on its own to the next row with different values?
Thanks in advance for any help.
11-06-2013 04:41 PM
I'd recommend taking a look at the Gen Voltage Update.vi example in the LabVIEW example finder. You can pair that with the Read From Spreadsheet File, a for loop and a time delay to accomplish what you're trying to do.
11-07-2013 10:33 AM
@Snoepunter so i looked at the Gen Voltage Update.vi and tried to pair it up with the read from spreadsheet file vi and it was erroring out. can you tell me why?
11-07-2013 10:39 AM
You need to add a for loop like I mentioned in my previous comment.