Dataset Viewer
Auto-converted to Parquet
instruction
stringlengths
14
155
input
stringclasses
1 value
output
stringlengths
17
930
QAIFlowType ์€ ๋ฌด์—‡์ธ๊ฐ€์š”?
LinkOnX์˜ Flow Object ์—์„œ 'OperationFlow' ๋ฅผ ๋ถ€๋ชจ Object์œผ๋กœ ๊ฐ€์ง€๋Š” Object ๋“ค ์ž…๋‹ˆ๋‹ค. QAIFlowType์€ Enum ์ž…๋‹ˆ๋‹ค. ์ง€์›ํ•˜๋Š” ๊ฐ’์€ ์•„๋ž˜์™€ ๊ฐ™์Šต๋‹ˆ๋‹ค. QAIFlowType = { EventListener,Receiver,PlcEventTrigger,Sender,ByPass,SECSTraceHandler,GEMHandler,FtpUploader,FtpDownloader,StaticVariableSetValueSetter,Decision,CalculationHandler,DynamicDecision,LinkerSetter,DataStoreSetter,FunctionSetter,Goto,Comment,Sleep,GotoLabel,SqlAppender,SqlExecuter,SqlDataAdapter,MailSender,MailSenderAdapter,ExternalDataLoader,ExternalFlowExecuter,ExternalDataSetter,PlugInCommandHandler,LogHandler,AutoTraceHandler,TraceMessageAdapter, EventListenerCondition,EventListenerFormula,PlcEventTriggerCondition,PlcEventTriggerFormula,ReceiverCondition,ReceiverFormula,MessageAdapter,TraceMessageAdapter,ByPassAdapter,StaticVariableValueSetter,DecisionCondition,DecisionFormula,DynamicDecisionCondition,DynamicDecisionFormula,Calculator,CalculatorConditionFormula }
LinkOnX์—์„œ C# Code ๋ฐฉ์‹์œผ๋กœ ์ง€์›ํ•˜๋Š” Function(Method) ์€ ๋ฌด์—‡์ธ๊ฐ€์š”?
์•„๋ž˜์˜ 3๊ฐœ์˜ Function๋งŒ์„ ์ง€์›ํ•ฉ๋‹ˆ๋‹ค. -Add(QAIFlowType qType); -SetMessage(string messageName); -SetLinkerSet(string linkerSetName);
LinkOnX ์—์„œ Add(QAIFlowType qType) Fuction(Method) ๋Œ€ํ•ด์„œ ์„ค๋ช…ํ•ด์ฃผ์„ธ์š”.
QAIFlowType ์—์„œ ์ง€์› ํ•˜๋Š” Type์„ ์ถ”๊ฐ€ํ•˜๋Š” Method ์ž…๋‹ˆ๋‹ค. [Method] Add(QAIFlowType qType): [Parameters] - qType : QAIFlowType ๊ฐ’ { EventListener,Receiver,PlcEventTrigger,Sender,ByPass,SECSTraceHandler,GEMHandler,FtpUploader,FtpDownloader,StaticVariableSetValueSetter,Decision,CalculationHandler,DynamicDecision,LinkerSetter,DataStoreSetter,FunctionSetter,Goto,Comment,Sleep,GotoLabel,SqlAppender,SqlExecuter,SqlDataAdapter,MailSender,MailSenderAdapter,ExternalDataLoader,ExternalFlowExecuter,ExternalDataSetter,PlugInCommandHandler,LogHandler,AutoTraceHandler,TraceMessageAdapter, EventListenerCondition,EventListenerFormula,PlcEventTriggerCondition,PlcEventTriggerFormula,ReceiverCondition,ReceiverFormula,MessageAdapter,TraceMessageAdapter,ByPassAdapter,StaticVariableValueSetter,DecisionCondition,DecisionFormula,DynamicDecisionCondition,DynamicDecisionFormula,Calculator,CalculatorConditionFormula } [Sample] Add(QAIFlowType.Receiver);
LinkOnX ์—์„œ QAIFlowType.Receiver ๋ฅผ ์‚ฌ์šฉํ•˜๋Š” Case ๋Š” ์–ด๋–ค๊ฒƒ์ด ์žˆ๋‚˜์š”?
Message ๋ฅผ ๋ฐ›์•˜์„ ๊ฒฝ์šฐ, Message ๋ฅผ ์ˆ˜์‹  ํ–ˆ์„ ๊ฒฝ์šฐ, ๋ฉ”์‹œ์ง€๋ฅผ ๋ฐ›์•˜์„ ๊ฒฝ์šฐ, ๋ฉ”์‹œ์ง€๋ฅผ ์ˆ˜์‹  ํ–ˆ์„ ๊ฒฝ์šฐ.
LinkOnX ์—์„œ QAIFlowType.ReceiverCondition ๋ฅผ ์‚ฌ์šฉํ•˜๋Š” Case ๋Š” ์–ด๋–ค๊ฒƒ์ด ์žˆ๋‚˜์š”?
Receiver ์— ๋ฐ›์„ Message๋ฅผ ์„ค์ • ํ•  ๊ฒฝ์šฐ.
LinkOnX ์—์„œ QAIFlowType.EventListener ๋ฅผ ์‚ฌ์šฉํ•˜๋Š” Case ๋Š” ์–ด๋–ค๊ฒƒ์ด ์žˆ๋‚˜์š”?
Message ์ˆ˜์‹  Event.
LinkOnX ์—์„œ QAIFlowType.EventListenerCondition ๋ฅผ ์‚ฌ์šฉํ•˜๋Š” Case ๋Š” ์–ด๋–ค๊ฒƒ์ด ์žˆ๋‚˜์š”?
EventListener ์— ๋ฐ›์„ Message๋ฅผ ์„ค์ • ํ•  ๊ฒฝ์šฐ.
EventListener ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.EventListener);
Receiver ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.Receiver);
PlcEventTrigger ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.PlcEventTrigger);
Sender ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.Sender);
ByPass ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.ByPass);
SECSTraceHandler ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.SECSTraceHandler);
GEMHandler ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.GEMHandler);
FtpUploader ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.FtpUploader);
FtpDownloader ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.FtpDownloader)
StaticVariableSetValueSetter ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.StaticVariableSetValueSetter);
Decision ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.Decision);
CalculationHandler ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.CalculationHandler);
DynamicDecision ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.DynamicDecision);
LinkerSetter ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.LinkerSetter);
DataStoreSetter ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.DataStoreSetter);
FunctionSetter ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.FunctionSetter);
Goto ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.Goto);
Comment ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.Comment);
Sleep ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.Sleep);
GotoLabel ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.GotoLabel);
SqlAppender ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.SqlAppender);
SqlExecuter ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.SqlExecuter);
SqlDataAdapter ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.SqlDataAdapter);
MailSender ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.MailSender);
MailSenderAdapter ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.MailSenderAdapter);
ExternalDataLoader ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.ExternalDataLoader);
ExternalFlowExecuter ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.ExternalFlowExecuter);
ExternalDataSetter ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.ExternalDataSetter);
PlugInCommandHandler ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.PlugInCommandHandler);
LogHandler ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.LogHandler);
AutoTraceHandler ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.AutoTraceHandler);
TraceMessageAdapter ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.TraceMessageAdapter);
EventListenerCondition ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.EventListenerCondition);
EventListenerFormula ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.EventListenerFormula);
PlcEventTriggerCondition ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.PlcEventTriggerCondition);
PlcEventTriggerFormula ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.PlcEventTriggerFormula);
ReceiverCondition ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.ReceiverCondition);
ReceiverFormula ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.ReceiverFormula);
MessageAdapter ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.MessageAdapter);
TraceMessageAdapter ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.TraceMessageAdapter);
ByPassAdapter ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.ByPassAdapter);
StaticVariableValueSetter ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.StaticVariableValueSetter);
DecisionCondition ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.DecisionCondition);
DecisionFormula ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.DecisionFormula);
DynamicDecisionCondition ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.DynamicDecisionCondition);
DynamicDecisionFormula ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.DynamicDecisionFormula);
Calculator ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.Calculator);
CalculatorConditionFormula ์ถ”๊ฐ€ ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.CalculatorConditionFormula);
EventListener ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.EventListener);
Receiver ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.Receiver);
PlcEventTrigger ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.PlcEventTrigger);
Sender ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.Sender);
ByPass ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.ByPass);
SECSTraceHandler ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.SECSTraceHandler);
GEMHandler ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.GEMHandler);
FtpUploader ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.FtpUploader);
FtpDownloader ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.FtpDownloader)
StaticVariableSetValueSetter ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.StaticVariableSetValueSetter);
Decision ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.Decision);
CalculationHandler ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.CalculationHandler);
DynamicDecision ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.DynamicDecision);
LinkerSetter ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.LinkerSetter);
DataStoreSetter ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.DataStoreSetter);
FunctionSetter ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.FunctionSetter);
Goto ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.Goto);
Comment ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.Comment);
Sleep ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.Sleep);
GotoLabel ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.GotoLabel);
SqlAppender ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.SqlAppender);
SqlExecuter ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.SqlExecuter);
SqlDataAdapter ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.SqlDataAdapter);
MailSender ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.MailSender);
MailSenderAdapter ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.MailSenderAdapter);
ExternalDataLoader ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.ExternalDataLoader);
ExternalFlowExecuter ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.ExternalFlowExecuter);
ExternalDataSetter ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.ExternalDataSetter);
PlugInCommandHandler ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.PlugInCommandHandler);
LogHandler ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.LogHandler);
AutoTraceHandler ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.AutoTraceHandler);
TraceMessageAdapter ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.TraceMessageAdapter);
EventListenerCondition ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.EventListenerCondition);
EventListenerFormula ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.EventListenerFormula);
PlcEventTriggerCondition ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.PlcEventTriggerCondition);
PlcEventTriggerFormula ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.PlcEventTriggerFormula);
ReceiverCondition ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.ReceiverCondition);
ReceiverFormula ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.ReceiverFormula);
MessageAdapter ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.MessageAdapter);
TraceMessageAdapter ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.TraceMessageAdapter);
ByPassAdapter ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.ByPassAdapter);
StaticVariableValueSetter ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.StaticVariableValueSetter);
DecisionCondition ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.DecisionCondition);
DecisionFormula ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.DecisionFormula);
DynamicDecisionCondition ์‚ฝ์ž… ํ•ด์ฃผ์„ธ์š”.
Add(QAIFlowType.DynamicDecisionCondition);
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
78