Sequences in Asset analysis possible?

Hi,

 

I'm trying to implement a statechart/sequence like this:

 

If transition1 and state=1 then 2 else if transition2 and state=2 then 1 else NoOutput()

It is triggerd on transition1 and transition2;

Output varaible is 'state' and is historised to the DA

 

that is accepted by AF but i can't forward 'trigger time' time stamps for output 'state' as I get 'Cannot override output time stamp if any output is used as an input'

 

Do I miss something obvious or is that not possible? Any good workarounds?