08-10-2005 03:32 AM
08-10-2005 10:22 AM
Hi reen,
DIAdem Date/Time stamp channels store values as DBLs, where the value is the number of fractional seconds sinche 0 AD. So you can just add these two channels together to get the full precision. Let's say that your two channels are called "Secs" and "Msecs", and you want to create a new channel called "Time"-- then you would execute:
Call FormulaCalc("Ch('Time'):= Ch('Secs') + Ch('Msecs')")
ChnFormat("Time") = "Time"
Ask if you have further questions,
Brad Turpin
DIAdem Product Support Engineer
National Instruments