03-30-2007 04:43 AM
03-30-2007 04:10 PM
04-02-2007 03:22 AM
04-02-2007 03:51 PM
04-03-2007 01:28 AM
04-03-2007 02:36 PM
04-04-2007 08:56 PM
Hi Andy
Thanks for your feedback but for some reason I cannot give you the process model. However I created another process model for your reference. Basically it is a standard NI sequential Model. I only added the ProcessModel PostStep Callback and disable the callback result recoding by checking the "Disable result recoding for all step. There is no step inside the PMPostStep Callback
If I run any sequence file with this PM the XML result structure (for the steps) will be different from the normal NI PM (.without PMPostStep).That is why I need to know whether this is expected since my parsing software needs to read the steps and parse them into another format.
Please note that the changes only occured at low level. Try open the XML report generated using text editor and you can see (at least i did) that the way each steps are recorded is different (not the whole XML structure). The difference is more obvious if the step is a multiple numeric limit test
Details related to ProceeModelPostStep will be added to each step.
The XML result with PMPostStep something like this
PostStepDetails (Status)---> Step Details(Time, Name, Type, Status) ---> Step Measurements details (All the measurements)
WIthout PM postStep
StepDetails(Status) ---> Step Measurements Details(All the measurements) --> Step Details (Time, Name, Type)
For your information, if I open the XML using IE the result XML will looks the same.
Thanks
04-05-2007 03:17 PM