03-31-2009 11:14 PM
I want to use the already existing sensor as a PLUG and PLAY sensor. For this I want to connect a EEPROM externally and then laod the TEDS into it by using LABVIEW. How can I do this?
Thanks
Sruthi
04-02-2009 05:30 AM
TEDS follows IEEE 1451.0. format of storing the sensor data. Run a search in Google to find the data format based on which the TEDS data is stored.
NI has devices that are capable of reading TEDS data from sensors. Those hardware would give the capability to read TEDS.
First check out the TEDS format and basics of how to store the data in EEPROM-Load the data in that format into EEPROM through flash programmers-Connect it to NI Hardware capable of reading TEDS-Use the TEDS function in LabVIEW to read the sensor data.