Parameter
 
Variable function
Example:
A, A2, AAA, BBB, xxx, abc,..... ( some of reserve word can't be assign as a variable)
if there is brance "{}" inside the process string please refer to Brance process.
 
Reserve word:
Command:
Remark:





Example 1:
Description Test Item
Section1 Variable
Section2 stringA
Command Str=
min  
max  
value3 ["AAA"+"BBB"]
   
 
 
 
 
 
 
 
 
 
 
 
 
Example 2:
Description Test Item
Section1 Variable
Section2 A
Command =
   
MIN 158
MAX 158
value3

0xFF0/0xFF+1010.b+ROUND(sin(1.5)+100)+

ABS(-1)+INT(1.9)+ROUND(1.6)+log10(10^4)+

log2(2^4)+max(1,2,min(3,4,5))+(1<<4)

P4  
 
Example 3:
Description Field_Process
Section1 Variable
Section2 Field_Proc
Command  
FieldName Field1;Field2
FailAction  
Min  
Max  
value3 ['Field1';'Field2']
 
 
 
 
 
 
 
 
 
 
 
 
 
Example 4:
Description Field_Process
Section1 Variable
Section2 Field_Show
Command  
FieldName  
   
MIN  
Max  
value3 ["AAA"+'Field1']
P4 (color) $FF0000
P4 (Font size) 25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  • Field_Proc:
    • get specific PIS result field and do some process  (could be a smart format).
    • See Example 2
    • support multi field format but you must put value3 as ["f1_value;f2_value;f3_value"] instead of f1_value;f2_value;f3_value.
 
  • Field_Show:
    • Command: 1 or 2
    • 1: show on bottom of image area
    • 2: show on above of 1's area
    • value3 Show information (could be a smart format) on bottom of image area.
    • value4 to set color, default is black (if value4  not exist)
    • value5 to set Font Size, default is 16 (if value5 not exist)
  • Date_Proc:
    • Date + ? days or Date - ? days
    • Command:  "+" or "-"
    • Value 3: Date,  "20031119"   means 2003/11/19
    • Value 4: ? day ,  365 means  365 days
    • Result = Value 3 + Value 4  ( date + days)
      or
      Result = Value 3  - Value 4  ( date + days)
Depending on sign of command
See example 4
 
[color #]
Black = $000000
Maroon =$000080
Green = $008000
Olive = $008080
Navy = $800000
Purple = $800080
Teal = $808000
Gray = $808080
Silver = $C0C0C0
Red = $0000FF
Lime = $00FF00
Yellow = $00FFFF
Blue = $FF0000
Fuchsia = $FF00FF
Aqua = $FFFF00
LtGray = $C0C0C0
DkGray = $808080
White = $FFFFFF
 
See Example 3
Example
example: field_proc
 
example: variable assign
 
example: variable field_show
 
example: variable expression
expression related Expression_Process.
 

Copyright © 2020
IntretechTW. All Rights Reserved.