‎11-11-2003 07:37 AM
First I'll describe what we do and how we want to do it:
We run a test system with a main module in it which is replaced quite often. Inbetween the replacements we're doing some tests with it. 😉
All data we get is logged to a Citadel 5 database. And now we're just about to start creating real data and we don't want to get lost in it. So far so good.
Now I'd like to log all data into one database and to sort it there a bit. My plan was to name data sets after the module name (serial number, whatever is unique) and for the tests we do with each module I'd like to use data runs.
Now I found that I can set the run names programmatically (I read
the data set logger tutorial), but I didn't find a way to set the data set name in a VI. Is this possible?
The result should be a VI in which a user just enters the name of the new module and the name of the test and this VI creates then the new data set or the new data run respectively.
Thanks for any comments,
Carsten
PS:Maybe I could use a dirty "workaround" and mess around with 'dscdatasets.ini'? Could I use the INI-VIs to create a new section with the new data set name?
‎11-12-2003 11:37 AM
‎11-12-2003 12:20 PM
‎11-13-2003 02:24 AM
‎11-13-2003 10:04 AM
‎11-13-2003 10:48 AM