LVFan,
You should be able to change the values of any client sequence variables or properties from the process model by modifying the properties under "RunState.ProcessModelClient.Data".
For example, if I want to change the value of a local variable in the MainSequence, I can insert a statement step with the following line:
"RunState.ProcessModelClient.Data.Seq["MainSequence"].Locals.LocalNumericVariable = 2"
If I want to change the value of a Sequence File Global, I would use the expression:
"RunState.ProcessModelClient.Data.FileGlobalDefaults.FileGlobalNumeric = 88"
Those statements will change each instance of the client sequence to have the variable values that you assign from the process model.
If you have other questions, just let us know.
Reg
ards,
Shannon R.
Applications Engineer
National Instruments