Industrial manufacturing
Industrial Internet of Things | Industrial materials | Equipment Maintenance and Repair | Industrial programming |
home  MfgRobots >> Industrial manufacturing >  >> Manufacturing Equipment >> CNC Machine

Osai UGS (UCG) Command: Configure Graphic Scale for Machine Plot & 3D Graphics

Osai UGS (UCG) – Use Graphic Scale (Machine plot)

Osai 10 Series UGS command initialises the graphic display and establishes the limits and the orientation of the graphic display.

Programming

(UGS [,ax-orient],abs-axis,val1,val2,ord-axis,val3,val4 [,third-axis])

Parameters

ParameterDescription
ax-orientIs a number (from 1 to 4) that selects the type of axis orientation (see figure). The default value is 1
abs-axisIs the name of the abscissa on the display
val1Is the lower limit of the abscissa
val2Is the upper limit of the abscissa
ord-axisIs a name of the ordinate on the display
val3Is the lower limit of the ordinate
val4Is the upper limit of the ordinate
third-axisIs the name of the third axis (generally a spindle axis).

Osai UGS (UCG) Command: Configure Graphic Scale for Machine Plot & 3D Graphics

Examples

(UGS,1,X,100,150,Y,50,250,Z)

The graphic display shows movements between X100 and X150 on the abscissa and between Y50 and Y250 on the ordinate referred to the current origin.

 

Osai UGS (UCG) – Use 3D Graphic Scale

Programming

(UGS ,5,axis1,val1,val2,axis2,val3,val4,axis3,val5,val6 [ , ])

Parameters

ParameterDescription
5Selects 3D graphic scale
axis1,axis2,axis3Are the names of the three axes to be displayed
val1,val2Lower and upper limit of the first axis
val3,val4Is the upper limit of the abscissa
αα angular parameter
It is the rotation angle to be applied to the horizontal plane during the 3D the display. The typical horizontal plane is XY.
ββ angular parameter.
It is the rotation angle to be applied to the vertical plane during 3D display. Typical vertical planes are XY or XZ.

Note

α and β parameters are optional. If they are omitted ,the system will take by default:

α = 30°
β = 30°


CNC Machine

  1. Mastering Scientific Notation on Handheld Calculators: A Practical Guide
  2. Mastering CNC Milling: A Complete Guide to Operation and Setup
  3. Master Laser Cutting: Essential Tips & Step‑by‑Step Guide for Safe & Precise Operation
  4. CNC Router Fundamentals: A Beginner’s Guide to Mastery
  5. Master Acrylic Cutting with a CNC Machine: A Step‑by‑Step Guide
  6. How to Use the Sinumerik MSG Command to Communicate with CNC Operators
  7. Osai DIS: Displaying Variable Values to Operators
  8. Disable Graphic Display with Osai DGS (DCG) Command
  9. Osai CGS (CLG) – Clear Graphic Screen Command: Preserve Coordinates
  10. Osai SSL Command: Set Spindle Speed Limits with G96