Measurement Results for Which Output Is Possible (Processing Unit Figure Acquisition)
The following values can be output using processing items related to results output.It is also possible to reference measurement values from expressions and other processing units.
Measurement items | Character string | Description |
---|
Judge | JG | The latest processing unit judgement result |
Number of figures | NUM | Number of figures acquired |
Size of figures | SIZ | Size of figures acquired (number of bytes) |
Figure N type (N = 0 to 9) | FNT | Type of figure N 0x0000→Undefined 0x0001→Point 0x0002→Line 0x0004→Wide line 0x0008→Rectangle 0x0010→Ellipse 0x0020→Circle 0x0040→Wide circle 0x0080→Arc 0x0100→Wide arc 0x0200→Polygon Set to 0 if no figures are acquired. |
Figure N mode (N = 0 to 9) | FNM | Figure N drawing mode 0: OR 1: AND Set to 0 if no figures are acquired. |
Figure N data 00 to 20 (N = 0 to 9) | FND 00 to FND 20 | Data 0 to 20 of figure N - For points
0: X coordinate 1: Y coordinate
- For lines
0: X coordinate for first point 1: Y coordinate for first point 2: X coordinate for second point 3: Y coordinate for second point
- For wide lines
0: X coordinate for first point 1: Y coordinate for first point 2: X coordinate for second point 3: Y coordinate for second point 4: Width
- For rectangles
0: X coordinate for upper left point 1: Y coordinate for upper left point 2: X coordinate for lower right point 3: Y coordinate for lower right point
- For ellipses
0: X coordinate for center point 1: Y coordinate for center point 2: Radius in X direction 3: Radius in Y direction
- For circles
0: X coordinate for center point 1: Y coordinate for center point 2: Radius
- For wide circles
0: X coordinate for center point 1: Y coordinate for center point 2: Radius 3: Width
- For arcs
0: X coordinate for center point 1: Y coordinate for center point 2: Radius 3: Start angle of arc 4: End angle of arc
- For wide arcs
0: X coordinate for center point 1: Y coordinate for center point 2: Radius 3: Start angle of arc 4: End angle of arc 5: Width
- For polygons
0: Number of vertexes 1: X coordinate for vertex 0 2: Y coordinate for vertex 0 3: X coordinate for vertex 1 4: Y coordinate for vertex 1 5: X coordinate for vertex 2 6: Y coordinate for vertex 2 : : 20: X coordinate for vertex 9 21: Y coordinate for vertex 9
Set to 0 if disabled or no figures are acquired. |