andydoc Posted July 24, 2009 Share Posted July 24, 2009 I have a need to control the speed of an electric motor. The motor accepts a voltage in for control. I want to control the motor to different RPMs (aka voltages) at different times, which I have in an excel file for the voltage & time values. Is there a way to directily control this? Could it be done another way? Link to comment Share on other sites More sharing options...
AzeoTech Posted July 27, 2009 Share Posted July 27, 2009 You could save the excel file as a CSV file (do save-as and change the type), then use the File.ReadDelim() function to read the values into a two dimensional array that you could then parse to change your outputs. Link to comment Share on other sites More sharing options...
andydoc Posted July 27, 2009 Author Share Posted July 27, 2009 thanks...I'll give it a try... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.