11-20-2008 12:22 PM
11-21-2008 06:02 AM
Hi AK,
i had the same problem and solved it by logging the Sequence Status (RunState.StepIndex) to a database.
As Primary key i used the UUT Number....
(Do not logg the UUT Number as 1st step, check first, if it already exists)
Now you have to read the database entry on the beginning.
Set the StepIndex from the database as a FileGlobal and set it as next step...
RunState.StepGroup = "Main",
RunState.NextStepIndex = FileGlobals.ABORT_STEP
hope, this helps you 😉
(sorry if my english is a little bit broken....)
11-21-2008 05:04 PM
11-22-2008 08:55 AM
Hi AK,
Sorry for the poor description....
I am working on a documentation in German and English.
I used a new access database, the TestStand database logs the enters with an ID as Primary key, not the UUT Serial....
My Database has the UUT Serial number as Primary key and a column "CURRENT_STEP" that contains the StepIndex of the last Step....
On the Startup you've got to read the database... If the "CURRENT_STEP" = 0 -> start from the beginning, if not -> set
RunState.StepGroup = "Main",
RunState.NextStepIndex = FileGlobals.ABORT_STEP
I hope the documentation is finished on Monday, it should help you....
But I can't guarantee, that the English version is free of misspellings.....
But it contains many Screenshots 😉
11-25-2008 04:32 PM
Your english is fine 🙂
I am trying to do this from within LabVIEW code - I have a UI within a LabVIEW program.
I've tried your suggestion, but run into the problem that I don't have an execution on start up. After saving the step index to the database, shutting down, then restarting, how do I get an execution so that I can set the NextStepIndex on it?
Thanks for your help.
11-26-2008 07:05 AM
Hi,
Please give me your email address.
I'll send you the Documentation.
11-26-2008 09:50 AM
email: arrakhuo@gmail.com
Thanks.