Macro command reference

Name
Explanation
refAbs(Function)
Get the absolute value of the expression specified.
refAddGlobalData
Adds global data
refAddSystemData
Adds system data
refAnd (Function)
Get the logical product (AND) of 2 specified expressions.
refApproximationCircle
Get approximate circle
refAsc (Function)
Get the value of the character code for the specified character.
refAtn (Function)
Get the arc tangent of the expression specified.
refBusyOut
Output BUSY state
refChr$ (Function)
Gets the character corresponding to the character code.
refClearMeasureData
Clear processing unit measure data
refClose
Closes the specified file
refCont
Continues the execution of a program halted by a stop statement.
refCopyMeasureImage
Copy processing unit measure image
refCopyUnitFigure
Copy the processing unit figure data
refCopyUnitImage
Copy processing unit image
refCopyUnitModel
Copy the processing unit modle data
refCos (Function)
Gets the cosine of the specified expression.
refCrspoint
Gets the intersection between 2 straight lines.
refDate$ (function)
Reads in the date from the internal clock
refDebug
Sets the debugging mode.
refDim
Definition of the array variables is carried out.
refDisplaySubNo (function)
Gets display sub number
refDo~Loop While
The execution of the statements between Do and Loop are repeated as long as the conditions continue to be fulfilled.
refDposline(Function)
Get the shortest distance between the specified line and 2 points.
refDrawArcW
Draws a wide arc
refDrawArc
Draws a arc
refDrawBox
Draws a rectangle
refDrawCircleW
Draws a wide circle
refDrawCircle
Draws a circle
refDrawCursor
Draws a cross-shaped cursor
refDrawEllipse
Draws an ellipse
refDrawFigure
Draws a figure
refDrawFillImage
Fills the image
refDrawJudgeText
Draw judge text
refDrawLineW
Draws a wide line
refDrawLine
Draws a line
refDrawMeasureImage
Draw processing unit measure image
refDrawPoint
Draws a point
refDrawPolygon
Draws a polygon
refDrawSearchFigure
Draws a figure of Search
refDrawTextG
Draws string
refDrawText
Draws string
refDrawUnitImage
Draw processing unit image
refDskf(Function)
Get the available space of the drive.
refElapsedTime (function)
Gets the elapsed time
refEof (Function)
Checks for the end of file.
refErase
Free the array variable memory region that was defined by the Dim command.
refErrcmnd$ (Function)
Gets the Error occurrence commands during exception handling.
refErrno (Function)
Gets the error class during exception handling.
refExecuteImageLogging
Execute image logging
refExp(Function)
Calculate exponential function.
refFcopy
Copies a file within the memory card.
refFix(Function)
Truncates everything after the radix point and gets the integer value.
refFor...To...Step~Next
Repeats and executes the statements between the For statement and the Next statement.
refGetAll (function)
Input terminal all point input
refGetGlobalData
Get global data
refGetImageSize
Gets processing unit image size
refGetImageWindow
Gets information about the Image Display window setting
refGetPort (function)
Input terminal a point input
refGetSystemData
Gets system data
refGetUnitData
Gets processing unit data
refGetUnitFigure
Gets processing unit figure data
refGosub
Moves the processing to the specified subroutine.
refGoto
Moves the processing to the line of the specified Label.
refHex$(Function)
Converts the value of the expression to a character string hexadecimal expression.
refIf...Then~Elseif~Else~Endif
Controls the flow of processing in accordance with the judgement conditions of the logical expression.
refIf...Then~Else
Controls the flow of processing in accordance with specified conditions.
refImageFormat (function)
Gets processing unit figure format
refInput$ (Function)
Reads in the specified number of bytes of binary data.
refInput#
Reads in data and assigns it to a variable.
refInt(Function)
Converts the numeric value given into an integer value.
refIsfile(Function)
Checks for the existence of a file and its attributes.
refJudgeOut
Judge result output
refKill
Deletes a file
refLeft$ (Function)
Fetches the specified character string length from the left of the character string.
refLen (Function)
Gets the length of the specified character string.
refLine Input#
Reads data of one line from a file
refList
Outputs all or a part of the program content to the macro console.
refLoad
Loads the Program into the Controller memory.
refLog (Function)
Gets the natural logarithm value.
refLsqumeth
Gets the approximate line from multiple point coordinates using the method of least squares.
refMeasureDispG
Performs measurement result output
refMeasureId$ (function)
Gets measure ID
refMeasureProc
Performs measurement processing
refMid$(Function)
Fetches a part of the character string.
refMkdir
Creates a directory in the Memory Card.
refMod (Function)
Gives the remainder.
refNew
Delete the program from memory.
refNot (Function)
Gets the negation result of the expression.
refOn Gosub
Branches in accordance with the specified condition.
refOn Goto
Branches processing in accordance with the specified condition.
refOpen
Opens a file.
refOr (Function)
Gets the logical sum of 2 expressions.
refPiece$ (Function)
Fetches the specified part separated by the specified character from the character string.
refPrint#
Output data to the file
refPrint
Writes data (macro console).
refPutAll
Output terminal all point output
refPutPort
Output terminal a point output
refReceiveData
Receive data
refRem
Inserts comments into the program.
refRenumUnitNo (Function)
Obtain the processing unit updated number when flow is edited
refRGB (Function)
Returns a whole number representing an RGB color value
refRight$ (Function)
Fetches the specified character string length from the right of the character string.
refRmdir
Deletes a directory within the memory card.
refRunOut
Output RUN state
refSelect ... Case ~ Case Else ~ End Select
Controls the branching of processing in accordance with the expression results.
refSendData
Send data
refSendString
Sends string
refSetDrawStyle
Sets style of a figure to be drawn
refSetGlobalData
Sets global data
refSetImageWindow
Sets an Image Display window
refSetMeasureImage
Sets processing unit measure image
refSetSystemData
Sets system data
refSetTextStyle
Sets style of a string to be drawn
refSetUnitData
Sets processing unit data
refSetUnitFigure
Sets processing unit figure data
refSetUnitJudge
Sets judge value of a processing unit
refSetUnitTitle
Sets the processing unit title name
refSin (Function)
Gets the sine of the specified expression.
refSqr(Function)
Gets the square root.
refStartTimer (function)
Time of starting a measurement processing
refStop
Stops the execution of the program.
refStr$(Function)
Converts a numeric value into a numeric character string.
refStr2$(Function)
Converts to a numeric character string with the numeric value format specified.
refTan (Function)
Gets the tangent of the specified expression.
refTime$ (Function)
Reads out the time from the internal clock.
refTimer (function)
Gets a processing time
refTotalJudge (function)
Gets the overall judgement result
refTransformAngle
Performs angle transformation
refTransformArea
Performs area transformation
refTransformDist
Performs dist transformation
refTransformLine
Performs line transformation
refTransformXY
Performs coordinates transformation
refTry~Catch~End Try
Carries out exception handling.
refUnitData2 (function)
Gets processing unit data(Drawing coordinate)
refUnitData$ (function)
Gets processing unit data(character string)
refUnitData (function)
Gets processing unit data(numeric value)
refUnitInfo (function)
Gets processing unit information
refUnitItemIdent$ (function)
Gets the processing item ident name of processing unit
refUnitJudge (function)
Gets the judgement value of the processing unit
refUnitNo (function)
Gets processing unit number
refUnitTitle$ (function)
Gets the processing unit title name
refVal (Function)
Converts the number of a character string notation into a numeric value.
refVarpop
Returns saved variables.
refVarpush
Temporarily saves the value of a variable.
refWait
Standby at specified time
refXor(Function)
Gets the exclusive disjunction (exclusive-OR) of 2 expressions.