02-24-2010 03:27 PM
Solved! Go to Solution.
02-25-2010 01:55 PM
Hey jftak01,
The first step in reading data into LabVIEW is knowing where the data is coming from. Are you looking to read the data from a webpage, from a file, from another program, from an instrument, etc. These are all valid ways of bringing data into LabVIEW; and all require different means of doing so. If you have your data in a text file, you could do a simple read from text file, extract your data, and do your calculations. There are plenty of examples that demonstrate file i/o. If you are reading from a website, you could use the internet toolkit. If you are interested in reading from this third party program, you would likely want to use ActiveX (you would need to make sure this third party software has the appropriate ActiveX controls). So, where is this data that you are looking to bring into LabVIEW?
02-25-2010 02:03 PM
Thanks...
I have posted the same problem and have a great response on following link:
http://forums.ni.com/ni/board/message?board.id=170&message.id=478020#M478020
See you there.
02-25-2010 02:38 PM - edited 02-25-2010 02:42 PM
One of the features listed for this motor controller is:
Why not just read the values directy into LabView via ModBus using an RS-232/RS-485 converter and the MODBUS Library for LabVIEW?
http://sine.ni.com/devzone/cda/epd/p/id/4756
BTW: They don't like it when you start two threads that are basically asking the same question...
02-25-2010 02:47 PM
thanks Ben..it's a great Idea if it works.!!
I just don't know how to analysis its data in Labview!!! you know... in DriveView software I can see the voltage, current, power and other motor parameters easily ... every thing is readyin Driveview
Is it easy to get motor parameters by your procedure????
Would you please reply your answer on following link: http://forums.ni.com/ni/board/message?board.id=170&message.id=478020#M478020
because i like other guys see your idea , too...
I have uploaded some files and pictures overthere too
thank you so much.
jeff
02-25-2010 02:49 PM
03-09-2010 10:47 PM
I used MODBUS.
Now, it works well.
Thank you all.
Jafar