Hi
I want to create a routine in slowsequence that it is trigger when and ask.
That routine create a table and convert in a file in the memory but just when I ask trigger.
You can create an event table as per a normal table, then trigger the table by a 'Call tablename' when you want just specific data. You can call a table from anywhere.
You can also call the table every scan/slowscan then with a trigger to activate the call table to record the event.
I prefer to use the call tablename
Sometimes i nest the call tablename with all the other call tables, but add conditions to the call table, as iftime to call the table at a different time sequence or additionally a true/false condition.
You have to be careful with timing and sequence