Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

create a table and file in slowsequence


kokihualpa May 29, 2020 02:30 PM

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.


Nigel Jun 3, 2020 02:08 AM

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 

Log in or register to post/reply in the forum.