QTP 04

Quick Terminal Panel - 4 I/O + 2 A/D + I2C BUS + Serial Line + Power Supplay

QTP 04 English User Manual PDF format.

Ver. 5.00 - Rel. 05 November 2012.

QTP 03 English User Manual PDF format.

Ver. 6.00 - Rel. 11 March 2005.

Views of the availables models of QTP 04 Operator Panels or Serial Display.

 

QTP-Editor

QTP-Show

QTP 04 is a complete Low Cost serial operator panel, compatible with the already known QTP 03 (See Technical Sheet or the depth Manual, panel with small overall dimension, specifically designed for industrial use and for direct mounting on automatic machinery. It is a video terminal suitable for a direct interface between operator and machine in any of the control or comand operations which could be necessary during running or diagnostic of the same machine.
Some new features make it suitable for interesting application fields as a stand alone message visualizator that are previously saved and then displayed by the digital I/O signals available on the card.

The picture is a top view of the card QTP 04 without display.

QTP 04 without display - Version +5 Vdc + serial EEPROM.

QTP 04 without display - Version Vdc - Vac - 500 mA.

QTP 04 without display - Version Vdc - Vac - 1 A.

QTP 04 is available with Alphanumeric Fluorescent or LCD Displays, backlite with LEDs panel, with 16 or 20 characters for 2 or 4 lines or with 40 characters for 2 or 4 lines. QTP 04 is directly connected to the display, so it has an overall frontal dimension equal to the selected display used for visualization. For the mechanic fixing the user must use the onboard displays holes.

Typical connection of a QTP 04 - RS 232.

Typical connection of a QTP 04 - I2C BUS.

Optional front panel, QTP 72144, equipped with QTP 04-C2

QTP 04 is really usefull in all those applications where the user must visualize some messages and must manage no more than 4 keys for user interaction. QTP 04 allows, with its EEPROM, the capability to store more than 90 messages. These messages can be then displayed in two different ways: by dedicated commands received by the master unit to QTP, through the communication line, or Automatically, for example at the switch on operation, and in an Autonomous Way by the status change of the proper digital signals. With this feature the master work time and its program space are optimized or even erased, in fact messages must not be sent to the panel every time, they are already stored inside EEPROM of the QTP 04.

Housing QTP 72144 and QTP 96192.

Furthermore it is possible to get messages back through the serial line and read them again. So QTP 04 can be used as little mass memory where the user can save and read Set-Up informations, Passwords, Identification Codes, etc.
The horizontal Scrolling attribute for the saved messages, let the user displays more information on less space: on the first row of the display up to 200 characters can be shown in a self managed sliding modality.

Typical connection of a QTP 04 - RS 232.

Another interesting feature of QTP 04, is to display the data coming from the two lines of the A/D Converter or from the on board
Counters.
These data can be displayed, and in an Autonomous Way , at the moment of the switch on so transforming the QTP 04 in an efficient Instrument Panel, for example, to measure the Voltage and Current of an apparatus; the Temperature for instance of an Oven; the pH of a solution; the Frequency of a signal, the Count of the pieces produced; etc. etc. The applications are limited only by the needs and imagination of the user. Furthermore, it should be noted, the significant opportunities offered by the use of Libraries, the grifo® produced, through which it is possible to generate simple procedures able to face even the most complex situations.

Optional front panel, QTP 72144, equipped with QTP 04-C2.

Some models of QTP 04 can be inserted in the proper container QTP 72144 or QTP 96192 obtaining an enclosed product that have a protected front side and back openings for connections and that can be easily mounted in front panel modality.

Main features of QTP 04 are as follows:

Analog Keyboards ,5 buttons, Self-Built Prototype.

Analog Keyboards ,16 buttons, Self-Built Prototype.


The maximum dimension of QTP 04 are reported in the following figure; to obtain complete mounting quotes please refer to user manual.


The QTP 04 is able to execute an entire range of display commands, as clear screen, cursor position, etc., with code compatibility to ADDS View-Point standard and moreover it recognizes and execute many other commands, as described in the following table:

QTP 04

RS 232 - I2C BUS
COMMANDS SUMMARIZING TABLE

 C O M M A N D

 CODE

 HEX CODE

 MNEMONIC

 Home

 01

 01

 SOH

 Cursor Left

 21

 15

 NACK

 Cursor Right

 06

 06

 ACK

 Cursor Down

 10

 0A

 LF

 Cursor Up

 26

 1A

 SUB

 Carriage Return

 13

 0D

 CR

Carriage Return + Line Feed

 29

 1D

 GS

 Absolute Cursor Position

 27 89 r c

 1B 59 r c

 ESC Y

ASCII(r) ASCII(c)

 Backspace

 08

 08

 BS

 Clear Page

 12

 0C

 FF

 Clear Line

 25

 19

 EM

 Clear End of Line

 27 75

 1B 4B

 ESC K

 Clear End of Page

 27 107

 1B 6B

 ESC k

 Cursor Off

 27 80

 1B 50

 ESC P

Steady Cursor On

 27 79

 1B 4F

 ESC O

 Blinking block cursor on

 27 81

 1B 51

 ESC Q

Beep

 07

 07

 BEL

 Reading of Version Number

 27 86

 1B 56

 ESC V

 Operating Mode Selection

27 65 mode 

1B 41 mode 

ESC A ASCII(mode) 

 BUZZER activation

27 50 255 attr

1B 32 FF attr

ESC 2 ASCII(255) ASCII(attr)

 Fluorescent display brightness setting

27 108 lum

1B 6C lum

ESC l ASCII(lum)

 Request for EEPROM Writing

 27 51

 1B 33

 ESC 3

 Writing of Presence Byte

 27 33 78 byte

 1B 21 4E byte

 ESC ! N ASCII(byte)

 Reading of Presence Byte

 27 33 110

 1B 21 6E

 ESC ! n

 Key code reconfiguration

27 55 key n. code

 1B 37 key n. code

 ESC 7 ASCII(key n.) ASCII(code)

Keyclick ON Without Memorization

 27 53

 1B 35

ESC 5 

Keyclick OFF Without Memorization

 27 54

 1B 36

 ESC 6

Keyclick ON with Memorization

 27 33 53

 1B 21 35

ESC ! 5 

Keyclick OFF with Memorization

 27 33 54

 1B 21 36

 ESC ! 6

 Definition of User Character

 27 66 nchr
Pat0...Pat7

 1B 42 nchr
Pat0...Pat7

 ESC B ASCII(nchr)
ASCII(Pat0)...ASCII(Pat7)

 Definition and Memorization
of User Character

 27 33 66 nchr
Pat0...Pat7

 1B 21 42 nchr
Pat0...Pat7

 ESC ! B ASCII(nchr)
ASCII(Pat0)...ASCII(Pat7)

 Reading of max Message Number

 27 110

 1B 6E

 ESC n

Message Storage

 27 33 67
nmess
chr0 ... chr19

 1B 21 43
nmess
chr0 ... chr13

 ESC ! ASCII(nmess) ASCII(chr0) ... ASCII(chr19)

Message Reading

 27 33 69
nmess

 1B 21 45 nmess

 ESC ! E ASCII(nmess)

Visualization of "n" Messages

 27 33 68
nmess n

 1B 21 44
nmess n

 ESC ! D ASCII(nmess) ASCII(n)

Scrolling

Messages Visualization

 27 33 83
nmess ncar

 1B 21 53
nmess ncar

 ESC ! S ASCII(nmess) ASCII(ncar)

Configuration I/O signals

 27 179 signal cnf

 1B B3 signal cnf

 ESC ASCII(179)
ASCII(signal) ASCII(cnf)

Write all digital Outputs

 27 166 out

 1B A6 out

 ESC ASCII(166)
ASCII(out)

Read all digital Inputs

 27 167

 1B A7

 ESC ASCII(167)

Set visualization from
I/O signals combination

 27 150 cmb nmess
lengh shift r c

 1B 96 cmb nmess
lengh shift r c

 ESC ASCII(150) ASCII(cmb) ASCII(nmess) ASCII(lengh) ASCII(shift) ASCII(r) ASCII(c)


Both firmwares, once received the command and the necessary input parameters, perform autonomously the specified operation and at the end they return the possible results established by execution. The firmwares, that are really similar, are different for the user modalities, as below described:


A list of accessories can be used to speed up and simplify the connection of QTP 04 to the other electronic systems, as described below:

A C C E S S O R I E S

 

 CKS AMP 2

Connector KIT Set, 2 pins

2 Female pins + AMP plastic housing for GMB_HR84, etc..

 

 AMP2 Cable

AMP Cable Connector, 2 pins

1 m cable with 4 pins female AMP connector for GMB_HR84, etc..

 

 CKS AMP 2

Connector KIT Set, 4 pins

4 Female pins + AMP plastic housing for GMB_HR84, etc..

 

 AMP4 Cable

AMP Cable Connector, 4 pins

1 m cable with 4 pins female AMP connector for GMB_HR84, etc..

 

 CKS AMP 8

Connector KIT Set, 8 pins

8 Female pins + AMP plastic housing for QTP_03, etc..

 

 AMP8 Cable

AMP Cable Connector, 8 pins

1 m cable with 8 pins female AMP connector for QTP_03, etc..

EL 12

The EL 12 module is a complete, low cost, power supply with extremely reduced dimension, that can be used in conjunction with grifo® cards as SDI 02, QTP 12, QTP 16Big, QTP 16, QTP 22, QTP 24, QTP 04, etc.


Page up-dated at November 05, 2012


homeHome QTP-Editor            Articles