12-16-2014 11:45 AM
Hi,
I want to log in the database my fileglobals etc.
to the best of my knowledge there is no straight forward way to acheive this (want to avoid using StationGlobals - which works)
even if i use the LogtoDatabase callback, I cant enter parameters & later select them in the Configure Database tool.
the Only way around was modifying the NI_Databaselogger.seq file . (i am just getting started )
12-16-2014 02:24 PM
Why don't you just add an additional results step and put them in there?
Regards,
12-17-2014 02:05 AM
Thanks jigg,
the thing is I have a custom UUT_RESULT field & I save only the UUT Result (Database Options-> Apply to-> UUT Result )
& in this I need to save some FileGlobals.Variables
had it been Step result or Property result - adding additional results would have helped.