04-26-2021 05:55 PM
Hi,
I'd like to add TEDS support to my DAQ devices that Veristand handles.
Is there an easy way to do this ?
Is the DAQ part of VeriStand a custom device that is shared and can modify ? I didn't find it on the github repo.
I'm using Veristand 2020, and the system is running in a PXIe-1084 + PXIe-8880 with PharLaps.
04-26-2021 06:01 PM
Have you looked at the SCALES section of the System Def file? You should be able to import data to apply from a file or MAX and apply it to a channel.
04-27-2021 08:22 AM - edited 04-27-2021 08:26 AM
Hi Joshe,
I've looked at scales section, and as you said you can link MAX scales or a file to it.
But how does this help with TEDS ?
TEDS scaling are stored in an EEPROM on the sensor itself. It then needs to be read to be applied to acquired data.
DAQmx publishes functions to achieve this... but, as far as I know, MAX does not expose these capabilities.
Am I wrong ?
Any suggestion ?