WWW.NNC.IR
Macro Reference
395
8
Appendices
Vision System FH/FZ5 Series
User’s Manual (Z340)
Function-based Index
General Instructions
Arithmetic Calculations
Command Function References
Dim Defines the array variable. Reference:
X
Details (p.461)
Do Loop While
Repeatedly executes the statements between Do and
Loop while the specified condition meets.
Reference:
X
Details (p.465)
Erase Releases array variable. Reference:
X
Details (p.512)
Errcmnd$
Get the function name of the macro where an error
occurred.
Reference:
X
Details (p.513)
Errno Gets the error number. Reference:
X
Details (p.515)
For To Step Next
Repeats the statements between the For and Next
statements.
Reference:
X
Details (p.526)
Gosub Operate the specified subroutine. Reference:
X
Details (p.556)
Goto
Move the process to the statement line with a specified
label.
Reference:
X
Details (p.558)
If Then Else
Controls the process flow according to the specified
condition.
Reference:
X
Details (p.562)
If Then Elseif Else EndIf
Controls the process flow according to the specified
condition.
Reference:
X
Details (p.564)
Select Case Case Else End
Select
Controls the process flow according to the specified
condition.
Reference:
X
Details (p.694)
Try Catch End Try
Detects an error occurrence and executes an exception
process.
Reference:
X
Details (p.773)
Command Function References
Abs Gets the absolute value of the specified expression. Reference:
X
Details (p.403)
AND Gets the logical product of two expressions. Reference:
X
Details (p.409)
ApproximationCircle Gets the approximate circle. Reference:
X
Details (p.411)
Atn Getting the arctangent of the specified expression. Reference:
X
Details (p.417)
Cos Gets the cosine of the specified expression. Reference:
X
Details (p.450)
Crspoint Gets the intersection between 2 straight lines. Reference:
X
Details (p.452)
Date$ Reads out the date from the internal clock. Reference:
X
Details (p.454)
Dposline Gets the shortest distance between the line and point. Reference:
X
Details (p.467)
Exp
Gets the value of the exponential function of the base e
natural logarithm.
Reference:
X
Details (p.520)
Fix
Gets the integer of a value by rounding off digits to the right
of the decimal point.
Reference:
X
Details (p.524)
Int Converts numeric value to integer value. Reference:
X
Details (p.575)
Log Gets the natural logarithm. Reference:
X
Details (p.609)
Lsqumeth
Gets the approximate straight line from the coordinates of
multiple points using the least squares method.
Reference:
X
Details (p.610)
MOD Gets the remainder. Reference:
X
Details (p.624)
NOT Gets the "not" result (negation) of the expression. Reference:
X
Details (p.626)
OR Gets the logical sum of two expressions. Reference:
X
Details (p.635)