Teach Pendant Instructions - PowerPoint PPT Presentation

1 / 7
About This Presentation
Title:

Teach Pendant Instructions

Description:

The example shows how to show the production window. TP_PROGRAM is the Production Window in AUTO or the Program Window in MAN. ... – PowerPoint PPT presentation

Number of Views:376
Avg rating:3.0/5.0
Slides: 8
Provided by: Informatio78
Category:

less

Transcript and Presenter's Notes

Title: Teach Pendant Instructions


1
Teach Pendant Instructions
2
TPWrite
  • Puts printing on the teach pendant
  • Example
  • TPWrite Execution Started
  • Note that text is placed in quotation marks.

3
TPErase
  • Erases any text printed on the teach pendant
  • Example
  • TPErase
  • TPWrite Execution started

4
TPReadFK
  • Prints a message on the teach pendant
  • Reads the pressed function key.
  • Assigns the key number to a num variable.
  • Example
  • TPReadFK numvar, Move, stEmpty, stEmpty,
    stEmpty, Yes, No

5
TPReadFK parameters
  • \MaxTime The maximum amount of wait time. If
    no FK is pressed , the program continues and
    executes the error handler.
  • \DIBreak di5 If no FK is pressed when the
    signal is set, the program executes the error
    handler.
  • \BreakFlag errvar A variable that holds the
    error code if MaxTime or DIBreak is used.

6
TPReadNum
  • Prints a prompt on the TP.
  • Reads a number from the TP
  • Assigns the number to num variable.
  • Example
  • TPReadNum numvar, How many units should be
    processed?

7
TPShow
  • Switches window on the teach pendant.
  • Example
  • TPShow TP_Program
  • The example shows how to show the production
    window
  • TP_PROGRAM is the Production Window in AUTO or
    the Program Window in MAN.
  • TP_LATEST is the latest used TP window before the
    instruction is executed.
  • TP_SCREENVIEWER is the screen viewer window if
    the screen viewer option is active.
Write a Comment
User Comments (0)
About PowerShow.com