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

Osai DIS: Displaying Variable Values to Operators

Osai DIS Command

Osai DIS command allows values to be displayed to the operator. The control will show the value in the screen area that is reserved for communications with the operator.

Programming

(DIS,operand [,operand ] [,operand] [,operand] [,operand ])

Parameters

ParameterDescription
operandIt can be a number, a variable or an ASCII string. Up to five operands can be displayed. All 5 operands cannot exceed be more than 80 characters long.
If operand is a number it is within the normal range for variables (5.5 format).
If operand is a variable it can be any variable used in assignment blocks.
If operand is an ASCII string, it can be a message for the operator. The message can be up to 80 ASCII characters long. Program the message between quotes (” “) in the DIS command.

Examples

(DIS,100)      ;displays the value 100
(DIS,E27)      ;displays E27 current value on the screen
(DIS,MSA)      ;displays current MSA value (machining allowance)
(DIS,"THIS IS AN EXAMPLE") ;displays the following string: THIS IS AN EXAMPLE

CNC Machine

  1. Understanding Variables in C: Types, Naming Rules, and Memory Management
  2. Mastering Fanuc G04 Dwell Command for Precise CNC Timing
  3. Understanding Siemens Sinumerik RET Command: Returning to Specific Targets
  4. Complete List of Osai 10 Series CNC M Codes for Programmers
  5. Comprehensive Osai GTL Programming Guide for CNC Machinists
  6. Comprehensive Osai CNC GTL Programming Guide: Step-by-Step Example
  7. Disable Graphic Display with Osai DGS (DCG) Command
  8. Osai CGS (CLG) – Clear Graphic Screen Command: Preserve Coordinates
  9. Osai UGS (UCG) Command: Configure Graphic Scale for Machine Plot & 3D Graphics
  10. Osai SSL Command: Set Spindle Speed Limits with G96