「Field Proc」修訂間的差異
跳至導覽
跳至搜尋
Vincentcheng2116(討論 | 貢獻) |
Vincentcheng2116(討論 | 貢獻) |
||
| (未顯示同一使用者於中間所作的 8 次修訂) | |||
| 行 1: | 行 1: | ||
| − | + | === Example: Scrip call and back === | |
| − | field_proc.jpg| | + | [[檔案:field_proc.jpg]] |
| − | < | + | {| class="mw-collapsible mw-collapsed wikitable" |
| + | ! Example Code | ||
| + | |- | ||
| + | | | ||
| + | |||
| + | [[檔案:Field process itts ver.png|有框]]<br>example: field_proc to verify itts version | ||
| + | copy xml contents and paste to scrip editor | ||
| − | |||
<Item> | <Item> | ||
<Text> </Text> | <Text> </Text> | ||
| 行 34: | 行 39: | ||
</i3> | </i3> | ||
</Parameter> | </Parameter> | ||
| − | </Item> | + | </Item> |
| + | |||
| + | |||
| + | |} | ||
| + | '''copy xml contents and paste to scrip editor''' | ||
| + | |||
| + | [[http://intretech-tw.synology.me/mediawiki/index.php?title=ITTS_Scrip ITTS_Scrip_Command]] | ||
於 2020年10月28日 (三) 14:52 的最新修訂
Example: Scrip call and back[編輯]
| Example Code |
|---|
|
example: field_proc to verify itts version copy xml contents and paste to scrip editor <Item>
<Text> </Text>
<Description> Check ITTS Version</Description>
<ItemType> 2</ItemType>
<Skip> 1</Skip>
<ItemSection1> Variable</ItemSection1>
<ItemSection2> Field_Proc</ItemSection2>
<ItemCommand> </ItemCommand>
<FailAction> </FailAction>
<FieldName> ITTS_VER</FieldName>
<FieldNumber> 7</FieldNumber>
<ErrorCode> TDE300;</ErrorCode>
<RetryTimes> 0</RetryTimes>
<RetryDelay> 0</RetryDelay>
<Process> </Process>
<FieldType> ;</FieldType>
<Parameter>
<i1>
<Content>02101010</Content>
<Description>min</Description>
</i1>
<i2>
<Content>99999999</Content>
<Description>max</Description>
</i2>
<i3>
<Content>['&ITTS_VER']</Content>
<Description>Version</Description>
</i3>
</Parameter>
</Item>
|
copy xml contents and paste to scrip editor

