05-18-2006 07:16 AM
05-18-2006 07:36 AM
Hi,
You will need to look at RunState.ProcessModelClient.FileGlobalDefaults.
Regards
Ray Farmer
05-18-2006 07:52 AM
05-18-2006 07:59 AM
Hi Samuel,
Rather than doing this in the processmodel, why not have a Callback sequence ReportOptions as part of your sequence file. You can then set the Parameters.ReportOptions.Directory from the value held in your SequenceFile Globals within the ReportOptions.
You dont have to modify your process model this way.
Regards
Ray Farmer
05-18-2006 08:11 AM
05-18-2006 08:29 AM
Hi,
There is an example at the following link which I used the ReportOptions in the SequenceFile, in this case I set up the xml format and I obtain the values from Locals, but it could have been from the FileGlobals.
http://forums.ni.com/ni/board/message?board.id=330&message.id=11031
Regards
Ray Farmer
05-18-2006 08:44 AM
Ray,
as I can see, the ReportOptions sequence call where you set the path is executed before the PreUUT. In my application, I will get the path in the PreUUT. So it is not possible to do this.
can I set the ReportOptions later?
regards samuel
05-18-2006 08:53 AM