Thank you both for the solutions. I tried both and they work fine.
But both do not cover my requirements for 100 percent. The problem is, for every additional variable I need a step and I can not log the variables into the UUT_RESULT database table.
So I prefer the following workaround:
In SequentialModel.seq I configured the Step Type 'UUT'. I added all my additional variable into this step type.
Then I pass a reference to the variable 'Locals.UUT' to the MainSequence Callback step in the SequentialModel.seq.
Now I can access and assign my additional variables from MySequence.seq.
Also I can now log all this data to the UUT_RESULT database table with 'Logging.UUT.xyz'.
I tried this and it works fine.
The disadvantage of this solution, I have to customize the ProcessModel, and it is more complex.
But for me it covers my requirements.
Regards,
Matthias Brosig