instruction
stringlengths 19
151
| input
stringclasses 1
value | output
stringlengths 22
946
|
---|---|---|
Please, Append to Calculator
|
Add(QAIFlowType.Calculator);
|
|
Please, Append to CalculatorConditionFormula
|
Add(QAIFlowType.CalculatorConditionFormula);
|
|
Please, Insert to EventListener
|
Add(QAIFlowType.EventListener);
Add(QAIFlowType.EventListenerCondition);
|
|
Please, Insert to Receiver
|
Add(QAIFlowType.Receiver);
Add(QAIFlowType.ReceiverCondition);
|
|
Please, Insert to PlcEventTrigger
|
Add(QAIFlowType.PlcEventTrigger);
Add(QAIFlowType.PlcEventTriggerCondition);
|
|
Please, Insert to Sender
|
Add(QAIFlowType.Sender);
Add(QAIFlowType.MessageAdapter);
|
|
Please, Insert to ByPass
|
Add(QAIFlowType.ByPass);
|
|
Please, Insert to SECSTraceHandler
|
Add(QAIFlowType.SECSTraceHandler);
|
|
Please, Insert to GEMHandler
|
Add(QAIFlowType.GEMHandler);
|
|
Please, Insert to FtpUploader
|
Add(QAIFlowType.FtpUploader);
|
|
Please, Insert to FtpDownloader
|
Add(QAIFlowType.FtpDownloader)
|
|
Please, Insert to StaticVariableSetValueSetter
|
Add(QAIFlowType.StaticVariableSetValueSetter);
|
|
Please, Insert to Decision
|
Add(QAIFlowType.Decision);
Add(QAIFlowType.DecisionCondition);
|
|
Please, Insert to CalculationHandler
|
Add(QAIFlowType.CalculationHandler);
|
|
Please, Insert to DynamicDecision
|
Add(QAIFlowType.DynamicDecision);
Add(QAIFlowType.DynamicDecisionCondition);
|
|
Please, Insert to LinkerSetter
|
Add(QAIFlowType.LinkerSetter);
|
|
Please, Insert to DataStoreSetter
|
Add(QAIFlowType.DataStoreSetter);
|
|
Please, Insert to FunctionSetter
|
Add(QAIFlowType.FunctionSetter);
|
|
Please, Insert to Goto
|
Add(QAIFlowType.Goto);
|
|
Please, Insert to Comment
|
Add(QAIFlowType.Comment);
|
|
Please, Insert to Sleep
|
Add(QAIFlowType.Sleep);
|
|
Please, Insert to GotoLabel
|
Add(QAIFlowType.GotoLabel);
|
|
Please, Insert to SqlAppender
|
Add(QAIFlowType.SqlAppender);
|
|
Please, Insert to SqlExecuter
|
Add(QAIFlowType.SqlExecuter);
|
|
Please, Insert to SqlDataAdapter
|
Add(QAIFlowType.SqlDataAdapter);
|
|
Please, Insert to MailSender
|
Add(QAIFlowType.MailSender);
|
|
Please, Insert to MailSenderAdapter
|
Add(QAIFlowType.MailSenderAdapter);
|
|
Please, Insert to ExternalDataLoader
|
Add(QAIFlowType.ExternalDataLoader);
|
|
Please, Insert to ExternalFlowExecuter
|
Add(QAIFlowType.ExternalFlowExecuter);
|
|
Please, Insert to ExternalDataSetter
|
Add(QAIFlowType.ExternalDataSetter);
|
|
Please, Insert to PlugInCommandHandler
|
Add(QAIFlowType.PlugInCommandHandler);
|
|
Please, Insert to LogHandler
|
Add(QAIFlowType.LogHandler);
|
|
Please, Insert to AutoTraceHandler
|
Add(QAIFlowType.AutoTraceHandler);
Add(QAIFlowType.TraceMessageAdapter);
|
|
Please, Insert to TraceMessageAdapter
|
Add(QAIFlowType.TraceMessageAdapter);
|
|
Please, Insert to EventListenerCondition
|
Add(QAIFlowType.EventListenerCondition);
|
|
Please, Insert to EventListenerFormula
|
Add(QAIFlowType.EventListenerFormula);
|
|
Please, Insert to PlcEventTriggerCondition
|
Add(QAIFlowType.PlcEventTriggerCondition);
|
|
Please, Insert to PlcEventTriggerFormula
|
Add(QAIFlowType.PlcEventTriggerFormula);
|
|
Please, Insert to ReceiverCondition
|
Add(QAIFlowType.ReceiverCondition);
|
|
Please, Insert to ReceiverFormula
|
Add(QAIFlowType.ReceiverFormula);
|
|
Please, Insert to MessageAdapter
|
Add(QAIFlowType.MessageAdapter);
|
|
Please, Insert to TraceMessageAdapter
|
Add(QAIFlowType.TraceMessageAdapter);
|
|
Please, Insert to ByPassAdapter
|
Add(QAIFlowType.ByPassAdapter);
|
|
Please, Insert to StaticVariableValueSetter
|
Add(QAIFlowType.StaticVariableValueSetter);
|
|
Please, Insert to DecisionCondition
|
Add(QAIFlowType.DecisionCondition);
|
|
Please, Insert to DecisionFormula
|
Add(QAIFlowType.DecisionFormula);
|
|
Please, Insert to DynamicDecisionCondition
|
Add(QAIFlowType.DynamicDecisionCondition);
|
|
Please, Insert to DynamicDecisionFormula
|
Add(QAIFlowType.DynamicDecisionFormula);
|
|
Please, Insert to Calculator
|
Add(QAIFlowType.Calculator);
|
|
Please, Insert to CalculatorConditionFormula
|
Add(QAIFlowType.CalculatorConditionFormula);
|
|
Add a feature to send a Message in LinkOnX.
|
Add(QAIFlowType.Sender);
Add(QAIFlowType.MessageAdapter);
SetMessage("MessageName");
|
|
Add functionality to send a Message in LinkOnX.
|
Add(QAIFlowType.Sender);
Add(QAIFlowType.MessageAdapter);
SetMessage("MessageName");
|
|
Add a Decision to LinkerSet 'LinkerSetName' in LinkOnX.
|
Add(QAIFlowType.Decision);
SetLinkerSet("LinkerSetName");
Add(QAIFlowType.DecisionCondition);
Add(QAIFlowType.DecisionFormula);
|
|
Add a Decision to evaluate conditions in LinkerSet 'LinkerSetName' in LinkOnX.
|
Add(QAIFlowType.Decision);
SetLinkerSet("LinkerSetName");
Add(QAIFlowType.DecisionCondition);
Add(QAIFlowType.DecisionFormula);
|
|
Add functionality to evaluate conditions using a Linker in LinkOnX.
|
Add(QAIFlowType.Decision);
Add(QAIFlowType.DecisionCondition);
Add(QAIFlowType.DecisionFormula);
|
|
Add 'DataStoreHandler' to LinkOnX.
|
Add(QAIFlowType.DataStoreHandler);
|
|
Add functionality to Insert, Update, and Remove in DataStore in LinkOnX.
|
Add(QAIFlowType.DataStoreHandler);
SetDataStore("DataStoreName");
|
|
Add DataStore operations in LinkOnX.
|
Add(QAIFlowType.DataStoreHandler);
SetDataStore("DataStoreName");
|
|
Add an EventListener in LinkOnX.
|
Add(QAIFlowType.EventListener);
|
|
Add functionality to use an Event as a Trigger in LinkOnX.
|
Add(QAIFlowType.EventListener);
Add(QAIFlowType.EventListenerCondition);
|
|
Enable Event usage in LinkOnX.
|
Add(QAIFlowType.EventListener);
Add(QAIFlowType.EventListenerCondition);
|
|
Add functionality to use an Event triggered by receiving a Message in LinkOnX.
|
Add(QAIFlowType.EventListener);
Add(QAIFlowType.EventListenerCondition);
|
|
Add functionality to use an Event triggered by receiving a Message with conditions in LinkOnX.
|
Add(QAIFlowType.EventListener);
Add(QAIFlowType.EventListenerCondition);
Add(QAIFlowType.EventListenerFormula);
|
|
Add functionality to handle receiving a Message named 'xxxx' in LinkOnX.
|
Add(QAIFlowType.Receiver);
Add(QAIFlowType.ReceiverCondition);
SetMessage("xxxx");
|
|
Add functionality to received Message named 'xxxx' in LinkOnX.
|
Add(QAIFlowType.Receiver);
Add(QAIFlowType.ReceiverCondition);
SetMessage("xxxx");
|
|
Add functionality to receive a Message named 'xxxx' and retrieve or set its Item value in LinkOnX.
|
Add(QAIFlowType.Receiver);
Add(QAIFlowType.ReceiverCondition);
SetMessage("xxxx");
Add(QAIFlowType.LinkerSetter);
SetLinkerSet('LinkerSetName');
|
|
Add functionality to send a Message named 'xxxx' in LinkOnX.
|
Add(QAIFlowType.Sender);
Add(QAIFlowType.MessageAdapter);
SetMessage("xxxx");
|
|
Add functionality to receive a Message named 'xxxx' and send a Message named 'zzzz' in LinkOnX.
|
Add(QAIFlowType.Receiver);
Add(QAIFlowType.ReceiverCondition);
SetMessage("xxxx");
Add(QAIFlowType.Sender);
Add(QAIFlowType.MessageAdapter);
SetMessage("zzzz");
|
|
Add functionality to receive a Message named 'xxxx', retrieve or set its Item value, and send a Message named 'zzzz' in LinkOnX.
|
Add(QAIFlowType.Receiver);
Add(QAIFlowType.ReceiverCondition);
SetMessage("xxxx");
Add(QAIFlowType.LinkerSetter);
SetLinkerSet('LinkerSetName');
Add(QAIFlowType.Sender);
Add(QAIFlowType.MessageAdapter);
SetMessage("zzzz");
|
|
Add functionality to use an Event triggered by Message reception, use the Message’s Item, and send a Message named 'zzzz' in LinkOnX.
|
Add(QAIFlowType.EventListener);
Add(QAIFlowType.EventListenerCondition);
Add(QAIFlowType.LinkerSetter);
SetLinkerSet('LinkerSetName');
Add(QAIFlowType.Sender);
Add(QAIFlowType.MessageAdapter);
SetMessage("zzzz");
|
|
Add functionality to use an Event triggered by Message reception, retrieve or set the Message’s Item value, and send a Message named 'zzzz' in LinkOnX.
|
Add(QAIFlowType.EventListener);
Add(QAIFlowType.EventListenerCondition);
Add(QAIFlowType.EventListenerFormula);
Add(QAIFlowType.LinkerSetter);
SetLinkerSet('LinkerSetName');
Add(QAIFlowType.Sender);
Add(QAIFlowType.MessageAdapter);
SetMessage("zzzz");
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.