LCD / Barcode Terminal

Size: px
Start display at page:

Download "LCD / Barcode Terminal"

Transcription

1 ST3 SIOX-LCD / Barcode Terminal p 2 TELEFRANG AB LCD / Barcode Terminal General Description This module is a remote LCD terminal communicating with the central computer through a two-wire SIOX bus. It comprises 18 keys, an LCD alphanumeric display with 2 x 16 characters and a serial reader interface for direct connection to a standard bar code scanner. The module features a switching regulator, which can be supplied either with 12 V - 35 V DC or 12 V - 25 V AC. Versions ST3 ST3-1 2 line x 16 character LCD Terminal/Code Reader. As above, with battery-backed Real Time Clock ST3 TABLE OF CONTENTS General Description...1 Versions...1 Installation...3 Power Supply...3 Startup...3 Bar Code Reader Connector...4 Beeper...5 Display Function...5 Control Characters...8 VT100-Compatible Display Commands...9 Keyboard...9 Key s Presentation Modes...10 Setup Menu...10 SIOX Spy Modes...11 Address and Parameter Modes...14 Communication...15 Parameter Overview...15 Electrical Specifications...20 Environmental Specifications...20 Mechanical Specifications...20 Assistance...20 Customized connector alternatives, key texts, display options, national display characters and functions to individual specifications are available on request. Contact Telefrang for further information. H:\ST3\Man\ST3man.wpd/ /TF

2 ST3 SIOX-LCD / Barcode Terminal p 3 ST3 SIOX-LCD / Barcode Terminal p 4 Installation The ST3 can be placed on a table, or hung on a wall using the four corner holes below the front fasteners. The case is then sealed to IP65. The terminal is equipped with a four-lead connection cable and, optionally, a 9-pole D-sub connector for a bar code scanner. The cable is used for supplying power to the terminal and connecting it to the two-wire communication bus: Green - Yellow = SIOX Bus Brown - White = Power Supply ( + & - DC or AC & AC ) It is virtually impossible to damage the equipment by exchanging wires, since the SIOX bus connection is unpolarized and isolated from the rest of the module, the power supply connection accepts both AC and DC, and both pairs accept peak voltages up to 35 V. Connecting the power supply wires to the SIOX bus will, however, disturb communication for other modules until it has been corrected. Power Supply The ST3 module is opto-isolated from the communication line, so the power to drive the CPU and the Bar Code Reader must be supplied locally. To provide optimum flexibility, the two power leads accept DC voltages from 12 V - 35 V and AC voltages from 12 V - 25 V rms. The module is equipped with a full-wave rectifier for AC, but a DC supply must be connected with + to the Brown wire. Switching the + and - wires from a DC supply will not damage anything but the module will not operate. Since the supply is fed into a switching converter, the supply current is several times lower than the total current used internally by the module and the Bar Code Reader, and decreases when the supply voltage increases. Typical supplies are either an industrial 24 V power supply, common to other lowvoltage equipment, or a small mains / 12 V AC transformer. Startup When power and communication are connected properly, the display lights up and shows a blinking cursor in the top left corner. Test the display and keys by pressing the ENTER (also called <CR>) key for two seconds. The following text will appear. Pressing ENTER again will return to the original, terminal mode. By pressing the key ', (ArrowDown) twice and then ENTER again, a text showing the module name, program version and customer options will be displayed. Another ENTER shows a text ST3 ADDRESS and a digit. Press the $ or & keys (ArrowLeft or ArrowRight) repeatedly to set another address than the original 01. When satisfactory, step through the other keyboard set-up menus by pressing the ENTER. Changes in the set-up will automatically be saved in non-volatile memory and retrieved at each power-up. The C (Delete) key exits the menus without saving the last menu. The menu DUPLEX MODE can be set at LOCAL to test the other keys once all menus have been stepped through. When the terminal is set up, communication can be tested in two ways, either by sending text messages from the central computer controlling the bus (the methods vary depending on the computer), or by selecting Spy, the Bus Listener Mode, see page 14. This mode shows all current communication on the bus. A series of hyphens (--) indicates either that the bit rate is incorrectly set up in the ST3, or that several modules answer to the same address. The ST3 itself will not answer to any communication when set to the Bus Listener Mode. Exit the mode by pressing C or by disconnecting the power supply. Bar Code Reader Connector Some versions of the module are equipped with a 9-pole D-sub female connector suitable for a Bar code scanner. In other types, a 5-pole screw terminal at the right side under the front permits installation of a second cable for the reader. The following pinout is used: pin 3 pin 5 pin 8 pin 9 Data input, TTL levels (accepts RS232 levels). GND Reader Acknowledge output, sinking max 50 ma +5 V supply to reader, max 100 ma The scanner should be set to communicate at 9600 Baud, 7 data bits, parity SPACE and one STOP bit. If the scanner is equipped with an RS232 output, be sure to set the ST3 scanner input to 232' thru the Setup menu, otherwise data will be inverted. For further configurations please refer to the scanner s manual. The bar code string can be read by the central computer either in Data Mode or in String Mode.

3 ST3 SIOX-LCD / Barcode Terminal p 5 ST3 SIOX-LCD / Barcode Terminal p 6 Beeper A correct bar code reading will activate an internal beeper for 300 ms, as will any Key activation. It is possible to silence the beep for each key stroke by setting the parameter bit KEY BEEP. Display Function ASCII characters, hex 0/2-7F, transmitted by the central computer either in Data Mode or String Mode are sent directly to the display, except when Loop Listener Mode or LOCAL has been selected. In LOCAL and ECHO Tx modes, input from the keyboard is also displayed. The module features "auto wraparound", i.e. the cursor is advanced to the beginning of the next line when a character is written in the last column of a line. Characters are mostly identical with the 7-bit ASCII set. When DOUBLE BYTE Data Mode is selected or String Mode is used, it is possible to receive and display some extra 8-bit characters, compatible with the IBM PC standard. In this case, the U.S. display character set is recommended.

4 ST3 SIOX-LCD / Barcode Terminal p 7 ST3 SIOX-LCD / Barcode Terminal p 8 Control Characters Of the control characters, hex 0/0/ - 1F, transmitted by the central computer or, in some cases, entered from the keyboard in LOCAL or ECHO Tx modes, only those listed below are valid: Code Hex ASCII Description CTRL-@ 0/0/ NUL No action. This is the normal data transmitted when the computer wishes to poll the station keys without changing the display. CTRL-G 0/7 BELL Sounds the beeper for 200 ms. CTRL-H 0/8 BS Moves the cursor one column to the left. CTRL-I 0/9 HT Moves the cursor one column to the right. CTRL-J 0/A LF Moves the cursor down one line. If the cursor was on the last line, the display is scrolled when the next permitted code is received. This code is then displayed on the new empty bottom line. When the AUTO LF feature is active, LF generates no scroll, and an LF following a CR is not processed. CTRL-K 0/B VT Moves the cursor up one line. CTRL-L 0/C FF Clears the display and returns the cursor to line 1, column 1. CTRL-M 0/D CR Moves the cursor to the first column on the current line. If AUTO LF is active, a line feed is automatically performed, except when the cursor was on the last line. In this case the display is scrolled when the next permitted code is received. This code is then displayed on the new empty bottom line. CTRL-N 0/E SO Clears the current line and move the cursor to the first column of the line. CTRL-Q 11 DC1 Turns backlight ON. CTRL-S 13 DC3 Turns backlight OFF. CTRL-[ (CTRL-Ä) CTRL-\ (CTRL-Ö) CTRL-] (CTRL-Å) CTRL-~ (CTRL-*) 1B ESC This is the lead-in code for some commands compatible with VT100 (ANSI 3.64), described below. The next character following the ESC will never be displayed. 1C FS Turns the cursor OFF. 1D GS Turns the cursor ON. 1E RS Returns the cursor to line 1, column 1.

5 ST3 SIOX-LCD / Barcode Terminal p 9 ST3 SIOX-LCD / Barcode Terminal p 10 VT100-Compatible Display Commands Some Escape strings, starting with the ESC control character and compatible with VT100, are recognized by the terminal: String Hexadecimal Action Esc 7 1B+37 Saves the current cursor position. Esc 8 1B+38 Restores the cursor to the previously saved position. Esc [ A 1B+5B+41 Moves the cursor up one line. Esc [ B 1B+5B+42 Moves the cursor down one line. Esc [ C 1B+5B+43 Moves the cursor right one column. Esc [ D 1B+5B+44 Moves the cursor left one column. Esc [ J Esc [ 0 J 1B+5B+4A 1B+5B+30/+4A Clears the display from the start up to the current cursor position. Esc [ 1 J 1B+5B+31+4A Clears the display from the current position to the end of the display. Esc [ 2 J 1B+5B+32+4A Clears the display without moving cursor. Esc [ K Esc [ 0 K 1B+5B+4B 1B+5B+30/+4B Clears the current line from beginning up to the cursor. Esc [ 1 K 1B+5B+31+4B Clears the current line from the cursor to its end. Esc [ 2 K 1B+5B+32+4B Clears the current line without moving the cursor. Esc [ P l ; P c H example: Keyboard 1B+5B+30/ +3B Moves the cursor to line P l, and column P c. P c consists of a one or two digit number, 0-39, depending on display size. If Pl ; Pc is omitted, the command returns the cursor to line 1, column 1. The module features a splash-proof membrane keyboard. The keyboard has, in addition to the 10 numeric keys, 4 Arrow keys $ &'%. These keys provide the hexadecimal codes 0/8-0/B. The "C" (Delete) provides the code hex 7F. The Enter key generates the Carriage Return (CR) code hex 0/D. By setting an AlphaNumeric bit in parameter 0/1 (see page 12), the ten numeric keys can be repeatedly pressed to create letter characters in the same way as with a typical cell phone. Another bit allows digits to precede letters. A third bit in the same parameter permits generating lower case letters. In the standard keyboard, this bit may also be toggled on and off via a Shift key. Other keyboards are available on request. Three typical extra alternatives to the standard can be decoded in the module by adding to the Option parameter the values hex 0/0/0/8, 0/0/10/ or 0/0/18. Key s Presentation Modes Parameter 0/5 allows the resulting key codes to be forwarded in different ways: In LOCAL Mode, the key is only displayed, not transmitted. In FULL DUPLEX and ECHO TX Modes, the codes are transmitted to the central computer at next SIOX communication. In ECHO TX Mode, the key is also displayed when it is being transmitted. This saves the central computer the extra communication in order to echo the key. AlphaNumeric keys are temporarily displayed during the selection process and then cleared. BLOCK MODE Normally, key strokes are collected in a buffer of up to 16 positions and fetched at next possible communication. In the Block Mode, however, no buffered keys can be transmitted to the central unless the ENTER key has subsequently been pressed. Meanwhile, the key string is displayed at the cursor position and can be edited by pressing the "C" = delete key. By transmitting setup strings, it is thus possible for the central to switch to/from the Block Mode, depending on which operator response that is expected. Setup Menu In SETUP Mode a number of operation controls can be changed and stored in non-volatile EEPROM. The latest SETUP is always retrieved at power up. Checking or changing controls can be done either by sending special Setup strings over the SIOX bus (described on page 16) or from the keyboard : Pressing the ENTER key for more than 2 seconds will switch the ST3 module between normal working mode and a main menu. Pressing the ' key twice selects the SETUP alternative, and pressing the ENTER key switches to this mode. An access code can be set to prevent unauthorised personnel from entering the SETUP mode. This 4-digit code must be entered from the keyboard within 5 seconds after the ENTER to grant access. The code can only be changed using the remote setup. The code 0000 (set at delivery) or any codes with the hexadecimal digits A...F permit access without keying in the code. The various controls are displayed one by one. Pressing the ENTER key will display next control without affecting the one currently displayed. The SETUP Mode is terminated when all controls have been viewed or when the DELETE key is pressed.

6 ST3 SIOX-LCD / Barcode Terminal p 11 ST3 SIOX-LCD / Barcode Terminal p 12 Changing the options for the currently displayed control is accomplished by pressing either the $ or & key. By repeatedly doing this, all possible options for this control can be selected. When the correct value is displayed, press ENTER to save and proceed with the next control, or press DELETE to exit SETUP Mode without saving the last control in EEPROM. The following controls can be altered in SETUP Mode: SIOX ADDRESS The station address or hex 01-3F. 2 ADDRESSES Bar code are handled by separate communications to the station number above the one for keys and display. BIT RATE RESTART CONTRAST SIOX communication speed ( or Auto = bits/second ). Soft restoration of EEPROM setup values. Display contrast in 16 steps (0/ - F). NATIONAL Display characters: SWEDISH, DANISH, U.S., GERMAN, FRENCH. DUPLEX MODE AUTO LINE FEED AUTO LINE FEED KEY ANSWR MODE KEY BEEP ALPHANUM.KEYS KEY REPEAT BAR CODE SCANNER PARAMETER CHANGE SIOX Spy Modes FULL DUPLEX, ECHO at Transmission, LOCAL, BLOCK. ON/OFF for automatic generation of LF after a CR. An LF directly following the CR is not processed. ON/OFF. Disable Key/Barcodes in Data or String Mode answers: PERMIT (both modes OK), NO DATA, NO STRING. ON/OFF for each key pressed. ON/OFF to let the 10 numeric keys also generate letters. ON/OFF permits repetition of a pressed key. ON/OFF of RS232 mode (standard = TTL). Changes hex values in EEPROM parameters. The ST3 terminal has an installation/service facility, that permits it to act as a"spy", listening to and displaying all communications on the SIOX bus. It is possible to select communications with only one station address or all at the same time. During the spy process, it is not possible to communicate with the module. All Address Spy Mode : This mode is entered by pressing ENTER for two seconds, then ' three times and finally ENTER twice. When this mode is active, messages to all stations and their answers are displayed when they are collected on the SIOX bus. Single Address Spy Mode : This mode is entered by pressing ENTER for two seconds, then ' three times and ENTER again. When a prompting text appears on the display, press ' to select the address and press $ or & repeatedly to select a hex number /01-3F, corresponding to station numbers 1-63, and press ENTER. Single Address, Single Parameter Spy Mode A third alternative specifies a parameter number /0 /0-7F in the selected station to be viewed when the central accesses that parameter. Multiple accesses can be identified by pressing ENTER to show a blank field in the display until next appearance of that parameter on the bus. For the two first modes, pressing ENTER clears the display and starts a new collection of 256 communication characters. If the central computer is communicating, the display will fill up with communication characters, described below. To look at more collected characters following the displayed ones, press & repeatedly until no new information is shown or use $ to back to a previous display. Pressing the DELETE (C) key will return the module to normal operation. Address/Data Representation in Spy Mode Each character communicated is represented by 1-3 display positions. A Data Mode address is shown as a " followed by two hex characters /01-3F, representing station numbers A Text String Mode start sentinel is shown by a " followed by the station number. A Setup String start is shown by a " followed by the station number. Other special codes used in String Mode are displayed as a *, representing the hex codes 81-AF.

7 ST3 SIOX-LCD / Barcode Terminal p 13 ST3 SIOX-LCD / Barcode Terminal p 14 The sign-off characters for unnumbered and number 1 / 2 strings are shown as special mirrored C, E and F, representing the hex codes BC, BE and BF. A Data Character (eighth bit= /0) is displayed as two digits /0 /0-7F. A String Meta character (B /0 + /0 /0-7F) is shown as 8 /0-FF. Incorrect characters, due to low bus voltage, parity errors or simultaneous transmission from two sources are displayed as " ". Especially for text strings, it may be suitable to display ASCII data characters instead of hex. Pressing the $ key switches to ASCII presentation and returns the display to the beginning of the currently collected characters. Data, meta and checksum characters are now displayed as single ASCII characters. Unprintable control codes /0 /0-1F and some meta codes 8 /0-FF are represented by a $ and &, respectively. SIOX Spy Display Examples: - " /02 is a string address to station number 2. It is followed by a data character (hex 61=a) and a code * defining a repeat of the character. (=hex 2E) a number of times. The string ends with a sign-off character (hex BC for unnumbered message) and the string checksum /0 /0 /0 is an answer from the station containing two data characters, a signoff (hex BC = unnumbered) and a checksum. - " /017F is a single data message to station 1, which responds with two characters 12 and 34. (These bytes are concatenated to 14 bits in the SIOX RAM = hex 1A12.) - " /03 /0 /0 is a data mode message to station 3. The rest of the message and the answer is invisible. - " /03 /0 /0 /0 /07C is also a data mode communication. The answer /0 /07C is typical for an ST3 with all keys released. - " /04 /0 /0 /0 /0 is probably a double data byte call to station 4, which starts answering after the first data byte. Address and Parameter Modes The ST3 may be used for setting up other SIOX modules, e.g. when installing a new module on an existing SIOX bus. In such cases, the primary interest can be to change the new module's address, letting the normal program in the central computer identify the module and set the proper parameters. When necessary the ST3 can also access or change any parameter in the other module. It is also possible to use the Address/Parameter function to verify or change a whole SIOX bus, provided that the normal central computer does not attempt any communications while the ST3 is working. Be very careful not to use the Address or Parameter Functions when the central is running an application on the bus! The modules do not mind, but the intended application may suffer. When the proper connections are ready, press the ENTER key to display the Main Menu and then ' one or four times to select either Address or Parameter and finally Enter again. The ST3 will now start searching for another module on the connected bus, which is indicated by the displayed address changing. When another module, able to communicate in String Mode is found, the address change stops and the type of module is displayed. Address Menu Parameter Menu If the end of the top line is blank, no module has been found. In this case, or if this was the wrong module, a new scan may be started by using the $ or & keys. Pressing ' moves the cursor to the bottom line, permitting the operator to change the first address to scan or to change the baudrate before next search. If the Parameter menu is active, pressing the ENTER key when the cursor is on the top line will display the first parameter of the module. Should the parameter data after the equals sign show????, the accessed module does not answer to the parameter read. By pressing $ or &, all 64 possible parameters may be read, and by pressing once or twice, the cursor moves to the parameter data, to permit changing it by means of the $ or & keys. The changed data is saved in the module's EEPROM when ENTER is pressed. - " /05 /0 /0 Station 5 does not respond to calls. - " /06383 /03 /03 is the beginning of a set-up message to station 6.

8 ST3 SIOX-LCD / Barcode Terminal p 15 ST3 SIOX-LCD / Barcode Terminal p 16 Communication The ST3 module communicates using messages as defined in the manual "SIOX SYSTEM DESCRIPTION". Please refer to this manual for a more detailed description on the communication principles. 1. Data Mode. One Address, Single Data. Data transmitted to ST3 is sent to the display directly or processed by the display handling software according to the command codes previously described. The answer data is either a character (0/1-7F) from the key buffer or a from a decoded bar code message. Note that the bar code message is indivisible to avoid the possible risk that a key will appear within the message. 2. Data Mode. Two Addresses, Single Data. In this mode, the module's primary address (=the base address as set in parameter 0/1) is used for transmitting display data to the module and receiving buffered keystrokes from the module. The secondary, next higher address is used for receiving barcode data from the module. Transmitting data other than NUL to the secondary address is not permitted. 3. Data Mode. One/Two Addresses, Double Data. In these modes the module receives two data bytes in each communication. Key or Bar codes in the range hex 0/1 - FF can now be transmitted from the central in Data Mode, although still only a single character. 4. String Mode. String Mode communications can be carried out using both the primary and the secondary address. As for Data Mode, transmitting a non-empty string to the secondary address is not permitted. 5. String Setup Mode. This mode is used to read or change the module's configuration. The module's primary address must be used. In this mode all internal registers can be read or changed in RAM or in EEPROM. 6. String Enquiry Mode. The module's primary address will answer to enquiry strings. 7. String Text Mode. One/Two Addresses. This is the mode that will probably be used under normal operation of the terminal. A call from the central may be empty or contain up to 80 characters to be displayed. The answer from the module contains either the separate keys, a block of keys or a full bar code message. If two addresses are selected, all bar code messages will appear in the answers from the second address, one higher than the preset. Parameter Overview The setup parameters for ST3 are stored in an internal EEPROM and transferred to RAM at power-up. In this way the standard parameters can be set in the EEPROM, while the working modes may be changed in RAM when needed. The setup menu permits all parameters except the access code to be changed in EEPROM and in RAM. All parameters can be viewed or changed remotely using setup string communications, either from an application program or by using the MEMSETUP menu in the SIOXUSER program on a PC or equivalent. Default Factory Setup As delivered, the module will have the following EEPROM set-up (hex notation): Par. Factory Function nr Default 0/ 0/70/0/ No debug, key answer in String and Single Data Modes, 4800 baud, No Group defined. 1 0/10/0/ Station address # 1. The following functions are disabled: repeat flag 80 compatibility, auto LF, alpha-numeric keys, string compression and lower-case letters. 2 0/0/0/0/ No Customer Option or alternate Keys/Language. 3 0/210/ Display Size = 2 * 16 characters. 4 0/0/0/0/ Spy or External Parameter default address. 5 0/0/0/0/ Full Duplex, Beep and Backlight enabled. 6 0/0/0/7 Normal Bar codes, no start-up Menus, Contrast = 7 7 0/0/0/0/ Setup menu access code deactivated. 12 0/0/0/0/ Any PLC program stopped. Another Default operation to stop potentially damaging PLC programs etc is enabled by pressing the ENTER key during power-up. ST3 will then start with the PLC disabled and SIOX address 63, communicating at 4800 bits/s. No EEPROM values are affected. Parameter Description Below are shown the parameter functions. Many different control flags and multiple-bit values may be combined into one parameter, and their respective weights must be added to form one full 16-bit parameter.

9 ST3 SIOX-LCD / Barcode Terminal p 17 ST3 SIOX-LCD / Barcode Terminal p 18 Pos. Value hex hex Function Pos. Value hex hex Function 0/0/ 8xxx PERMIT WRITE ALL CELLS, for production testing. 0/2 0/0/0/x Options reserved for specific customers. 4xxx DISABLE possible key / bar code characters in STRING Mode answers (=send empty answer). xxxn NATIONAL display characters. 0/ = Swedish, 1= Danish, 2 = U.S. ASCII, 3 = German, 4 = French 2xxx DISABLE possible key/bar code characters in DATA Mode answers (=send 0/0/7C or 0/0/7D). xxkk KEYBOARDS KK=0/0/ sets standard, 0/8, 10/ and 18 are three optional keyboards. 1xxx DOUBLE DATA MODE enable, permitting 8-bit display characters. Otherwise single data mode is in effect. 0/3 RRCC DISPLAY SIZE: 0/210/ = 2*16 x0/xx-x7xx BAUDRATE Select ; 9= bits/s, 8 = 9600, 7 = 4800, 6 = 2400, 5 = 1200, 4 = 1200, 3 = 300 bits/s; 0/=Automatic bit rate bits/s. To activate a manual speed change, the module must be reset, either by writing FFFF to this parameter or by a power-down cycle. 0/4 0/1xx-3Fxx SPY / REMOTE PARAMETER ADDRESS for Spy Modes. 0/5 40/xx BLOCK: Keys transmission enabled only after ENTER. xx0/x-xx8x xx0/1-xx3f 1/2 ADDRESS selection. The second address is used for bar code communication when two addresses are selected. GROUP ADDRESS if enabled by setting the Option x8xx. This permits extending the possible addresses on a SIOX bus up to 63*63 = /1 0/1xx- ADDRESS. The address of the module to which 3Fxx it will answer. If dual-address mode is selected, the bar code decoder is accessed at ADDRESS+1. 20/xx 10/xx 0/0/xx xx8x xx1x LOCAL: Keys are displayed directly but not sent. ECHO-Tx: Keys are displayed when sent. FULL DUPLEX: Keys are not displayed. BEEP DISABLE: No beep at key activation. BACKLIGHT DISABLE: No display lighting. 8xxx xx4x xx20/- -xx21 xx1x xxx8 xxx4 MASTER MODE permits the PLC program to start communications on the SIOX bus. AUTO LF permits a received CR to generate a Line Feed. A trailing LF has then no effect. ALPHA NUMERIC KEYS permits keys to also generate letters. In the xx21 alternative, the digit will be shown first. COMPRESS ANSWER TEXTS uses the SIOX compress mode in answers whenever possible. This requires the protocol in the central to be able to decompress the text again. CAPS UNLOCK switches letters derived from alpha-numeric keys to lower case when set. KEY REPEAT allows key to be automatically repeated when kept depressed for half a second. Keys in alpha-numeric mode cannot repeat automatically. 0/6 0/0/xx BARCODE MODE = TTL 0/1xx xx0/x-xx5x BARCODE MODE = RS232 INITIAL MENU permits the module to start in a special mode at power-up. 0/ = Standard Terminal, 1 = Main Menu, 2 = Setup Menu, 3 = Spy Menu, 4 = Remote Module Parameter. xxx0/-xxxf DISPLAY CONTRAST in 16 steps. 0/7 0/0/0/ ACCESS CODE for Setup Menus. 0/0/0/0/ and FFFF do not require the 4-digit access code before entering the Setup Menus. 0/8-0/A 0/ B-0/ D Reserved Cells BUFFER POINTERS not normally changed.

10 ST3 SIOX-LCD / Barcode Terminal p 19 ST3 SIOX-LCD / Barcode Terminal p 20 Pos. Value hex hex Function 0/E 0/0/xx-7Fxx INTER-MESSAGE DELAY is automatically set by the bitrate but can be modified for special cases. Electrical Specifications (T amb = 20 *C) Power Supply Voltage Min Typ Max Unit V DC V RMS 0/F 0/0/0/0/-0/327 CURRENT DISPLAY POSITION for information. Current (excl. bar scanner) Backlight ON ma ma 10/ /0 /0 /0 /0-FFFF PLC DO/DI virtual I/O. The PLC bits Q7...Q1 and I1...I7 (if used) are accessed here. 11 MMxx PLC DO MASK for Q7 - Q1. Refer to PLC manual. xxpp PLC PROGRAM COUNTER 12 TTxx PLC TIMER TICK 1/1200 s - 255/1200 s. xxrr PLC RUN FLAGS 13 xxxx PLC Flag/Accumulator Bits 14 VVVV PLC 16-bit Accumulator 15 TTTT PLC 16-BIT TIMER 16 E0/xx-1Fxx REAL TIME CLOCK fine tuning. xx0/0/-xx63 REAL TIME CLOCK 10 ms counter, reset at 99*10 ms. 17 0/0/0/0/-FFFF REAL TIME CLOCK seconds counter. Check PLC DATE instruction for handling minutes. 18-1F Reserved cells 2 /0-3F PLC USER MEMORY Free for application programs. Environmental Specifications Operating Temperature Range *C Storage Temperature Range *C Mechanical Specifications Case size 180 x 130 x 35 mm Case sealing IP65 Weight 400 g Assistance on safety and technical matters is available from: TELEFRANG AB Varbergsgatan 8 S GÖTEBORG SWEDEN Tel: Fax: /0-7F SPY DATA, for spying on communications to other modules or defining Master Mode communications. Refer to PLC manual. 8 /0-FF PLC PROGRAM AREA. Refer to PLC manual. 1 /0 /0-3FF PLC TEXTS or LOGGING AREA. Refer to PLC manual.

SIOX-RS232C Converter

SIOX-RS232C Converter L40 SIOX-RS232C Converter p 2 TELEFRANG AB TABLE OF CONTENTS SIOX-RS232C Converter General Description This module connects a CRT terminal or other RS232C serially communicating I/O device as a station

More information

SIOX Four I/O Mini Module

SIOX Four I/O Mini Module TELEFRANG AB SIOX Four I/O Mini Module SD1 General Description. SD1 is a general purpose four digital I/O module, isolated from the communication bus. Watchdog, input functions and count modes are saved

More information

SIOX Outstation TABLE OF CONTENTS. General Description

SIOX Outstation TABLE OF CONTENTS. General Description X12 SIOX OUTSTATION p 2 TELEFRANG AB SIOX Outstation General Description X12 X12 can be used as a fieldbus I/O module, a standalone outstation or a communications central, thanks to its variety of I/O,

More information

GSM I/O Modem. Contents. General Description. Versions: R45, 48 V powered GSM I/O Modem in an 18 * 18 cm polycarbonate enclosure: Order number: 6R45

GSM I/O Modem. Contents. General Description. Versions: R45, 48 V powered GSM I/O Modem in an 18 * 18 cm polycarbonate enclosure: Order number: 6R45 R45 MODEM EXPANDER MODULE p 2 R45man.wpd/080212/TF TELEFRANG AB GSM I/O Modem General Description R45 consists of a GSM modem together with 16 isolated digital inputs for supervision and alarm sensing

More information

Ethernet/SIOX Gateway Applicable to firmware ver 1.0

Ethernet/SIOX Gateway Applicable to firmware ver 1.0 ES2 Ethernet/SIOX Gateway p 2 TELEFRANG AB TABLE OF CONTENTS Ethernet/SIOX Gateway Applicable to firmware ver 1.0 General Description The ES2 module is a Gateway between a LAN/WAN Ethernet network and

More information

EX2 Ethernet/SIOX Controller p 2. General Description Block Diagram

EX2 Ethernet/SIOX Controller p 2. General Description Block Diagram EX2 Ethernet/SIOX Controller p 2 TELEFRANG AB Ethernet/SIOX Controller EX2 General Description The EX2 module is a Controller/Gateway between a LAN/WAN Ethernet network and a SIOX fieldbus providing remote

More information

DIGITAL I/O MODULE TABLE OF CONTENTS. S45 DIGITAL I/O MODULE p 2 TELEFRANG AB

DIGITAL I/O MODULE TABLE OF CONTENTS. S45 DIGITAL I/O MODULE p 2 TELEFRANG AB S45 DIGITAL I/O MODULE p 2 TELEFRANG AB DIGITAL I/O MODULE General Description S45 is a general purpose digital I/O module with 7 sourcing outputs and 14 inputs, all 10 V - 35 V DC. The outputs can supply

More information

ACS-LCD-128x64. LCD Graphic Display Terminal. General Description. Features. Typical Applications. Specifications. 22-Feb-08

ACS-LCD-128x64. LCD Graphic Display Terminal. General Description. Features. Typical Applications. Specifications. 22-Feb-08 6 2 3 3 E. S a w g ra s s R d S a ra s o ta, F L. 3 4 2 4 0 (9 4 1 )3 7 7-5 7 7 5 F A X(9 4 1 )3 7 8-4 2 2 6 www.acscontrol.com 22-Feb-08 ACS-LCD-128x64 LCD Graphic Display Terminal General Description

More information

Mounting Dimensions / Viewing 2 Mounting Options 3. Wiring Configuration 4. Quick Set up Procedure 5. Changing Intensity 6.

Mounting Dimensions / Viewing 2 Mounting Options 3. Wiring Configuration 4. Quick Set up Procedure 5. Changing Intensity 6. Section Mounting Dimensions / Viewing 2 Mounting Options 3 Section 2 Wiring Configuration 4 Section 3 Quick Set up Procedure 5 Section 4 Changing Intensity 6 Section 5 Option Summary 7 Section 6 Option

More information

DLL2020. Software Configuration Manual

DLL2020. Software Configuration Manual DLL2020 Software Configuration Manual DLL2020 SOFTWARE CONFIGURATION MANUAL DATALOGIC S.p.A. Via Candini 2 40012 - Lippo di Calderara di Reno Bologna - Italia DLL2020 Software Configuration Manual Ed.:02/2003

More information

GP1 LCD RS232 Terminal Kit 2003 by AWC

GP1 LCD RS232 Terminal Kit 2003 by AWC GP1 LCD RS232 Terminal Kit 2003 by AWC AWC 310 Ivy Glen League City, TX 77573 (281) 334-4341 http://www.al-williams.com/awce.htm V1.2 30 Aug 2003 Table of Contents Overview...1 If You Need Help...1 Building...1

More information

UniOP VT100 Terminal Emulation - Ver. 3.16

UniOP VT100 Terminal Emulation - Ver. 3.16 UniOP VT100 Terminal Emulation - Ver. 3.16 This tech note describes the operation of the VT100 emulation software on UniOP. This document is a short reference for VT100 Terminal Emulation software. It

More information

Message Display Operator Panel. UCT-33/36 Industrial Terminal. Manual 32.00

Message Display Operator Panel. UCT-33/36 Industrial Terminal. Manual 32.00 BRODERSEN Message Displays/Operator Panels Message Display Operator Panel UCT-33/36 Industrial Terminal Manual 32.00 Brodersen Controls A/S. Betonvej 0. DK-4000 Roskilde. Denmark. Tel (+45) 46 74 00 00.

More information

Model: KB1700. Programmable Keypad. 17 Programmable Keys USER MANUAL

Model: KB1700. Programmable Keypad. 17 Programmable Keys USER MANUAL Model: KB1700 Programmable Keypad 17 Programmable Keys USER MANUAL NOTICE The manufacturer of the POS programmable keypad makes no representations or warranties, either expressed or implied, by or with

More information

PD1100 STAND-ALONE PROGRAMMING & USER S GUIDE. use the freedom

PD1100 STAND-ALONE PROGRAMMING & USER S GUIDE. use the freedom PD1100 STAND-ALONE ALPHANUMERIC POLE DISPLAY PROGRAMMING & USER S GUIDE use the freedom Forward The information contained in this user s guide is subject to change without notice. This Programming and

More information

Keypad LCD (software version 3.10) CA-10 plus

Keypad LCD (software version 3.10) CA-10 plus PROGRAMMING AND INSTALLATION MANUAL Keypad LCD (software version 3.10) CA-10 plus GDAŃSK ca10plci_e 09/03 WARNING Due to safety reasons, alarm system should be installed by qualified personnel only. Because

More information

PROGRAMMING AND INSTALLATION MANUAL

PROGRAMMING AND INSTALLATION MANUAL PROGRAMMING AND INSTALLATION MANUAL Keypad LCD-S (software version 3.10) CA-10 plus GDAŃSK ca10plci_s_e 09/03 WARNING Due to safety reasons, alarm system should be installed by qualified personnel only.

More information

Datapanel. VT100 Terminal Emulator for Datapanels. Operator Interface Products. User's Manual

Datapanel. VT100 Terminal Emulator for Datapanels. Operator Interface Products. User's Manual Datapanel Operator Interface Products VT100 Terminal Emulator for Datapanels User's Manual GFK-1698 July 1999 Warnings, Cautions, and Notes as Used in this Publication GFL-002 Warning Warning notices are

More information

BD-6500BT Bluetooth 2D Barcode Scanner Configuration Guide

BD-6500BT Bluetooth 2D Barcode Scanner Configuration Guide BD-6500BT Bluetooth 2D Barcode Scanner Configuration Guide V 2.1 Table of Contents 1 Getting Started. 3 1.1 About This Guide.. 3 1.2 Barcode Scanning.. 3 1.3 Factory Defaults.. 3 1.4 Pairing Cradle 4 1.5

More information

DIGITAL TRANSDUCER TESTER & PC-INTERFACE (AVA-03) 16-APR-2015 PAGE 1 OF 9 1. GENERAL

DIGITAL TRANSDUCER TESTER & PC-INTERFACE (AVA-03) 16-APR-2015 PAGE 1 OF 9 1. GENERAL PAGE 1 OF 9 1. GENERAL The Avanti I²C Transducer Tester and PC-Interface (AVA-03) is a standalone device for accessing pressure/temperature transducers, which are equipped with a two-wire serial I²C interface.

More information

Fics-RT1. User s Manual

Fics-RT1. User s Manual Fics-RT1 User s Manual Contents 1: Overview... 1 2: Terminal Specifications... 1 2-1: Standard Specifications... 1 2-2: Customer Defined Features:... 1 3: Terminal RS232C Communication Link Details...

More information

Keypad LCD-L (software version 3.10) CA-10 plus

Keypad LCD-L (software version 3.10) CA-10 plus PROGRAMMING AND INSTALLATION MANUAL Keypad LCD-L (software version 3.10) CA-10 plus GDAŃSK ca10plci_l_e 09/03 WARNING Due to safety reasons, alarm system should be installed by qualified personnel only.

More information

melabs Serial LCD Firmware Version 1.1 3/5/07

melabs Serial LCD Firmware Version 1.1 3/5/07 melabs Serial LCD Firmware Version 1.1 3/5/07 The melabs Serial LCD (SLCD) can display serial data from either asynchronous RS232-style or synchronous I 2 C input. A range of baud rates from 2400 to 57,600

More information

Embedded Modbus TCP Module GS11-MT. User Manual REV 1.1. SST Automation.

Embedded Modbus TCP Module GS11-MT. User Manual REV 1.1. SST Automation. Embedded Modbus TCP Module GS11-MT User Manual REV 1.1 SST Automation E-mail: SUPPORT@SSTCOMM.COM WWW.SSTCOMM.COM Catalog 1 About the Embedded Module... 4 1.1 General...4 1.2 Features... 4 1.3 Specifications...4

More information

NC-1200 BARCODE SCANNER. Configuration Guide - 1 -

NC-1200 BARCODE SCANNER. Configuration Guide - 1 - NC-1200 BARCODE SCANNER Configuration Guide - 1 - Table of Contents Chapter 1 System Information 1.1 About this manual 3 1.2 How to set up the parameter-i 3 1.3 How to set up the parameter II 4 1.4 Resetting

More information

Installation and Programming Manual

Installation and Programming Manual IBSM Manual IBSM Installation and Programming Manual This Manual describes the IBSM InterBus-S Master, its uses and set up. It also describes the use of the IBSM configuration software. Effective: 12 June,

More information

Model: LK7000. Programmable Matrix Keyboard. 119 Keys with Built-in Scanner and MSR USER MANUAL

Model: LK7000. Programmable Matrix Keyboard. 119 Keys with Built-in Scanner and MSR USER MANUAL Model: LK7000 Programmable Matrix Keyboard 119 Keys with Built-in Scanner and MSR USER MANUAL NOTICE The manufacturer of the POS programmable keyboard makes no representations or warranties, either expressed

More information

BV4615. Dual Interface Zero Keypad. Product specification. Dec 2009 V0.a. ByVac Page 1 of 11

BV4615. Dual Interface Zero Keypad. Product specification. Dec 2009 V0.a. ByVac Page 1 of 11 Product specification Dec 2009 V0.a ByVac Page 1 of 11 Contents 1. Introduction...3 2. Features...3 3. Physical Specification...3 3.1. Serial connector...3 3.2. Multiple Devices...4 3.3. I2C...4 4. Output

More information

DCC-8 DIGITAL TO EIGHT CURRENT LOOP CONVERTER OPERATING MANUAL

DCC-8 DIGITAL TO EIGHT CURRENT LOOP CONVERTER OPERATING MANUAL DCC-8 DIGITAL TO EIGHT CURRENT LOOP CONVERTER OPERATING MANUAL 1 TABLE OF CONTENTS 1. MOUNTING INSTRUCTIONS 1.1 Standard DIN Rail mounting 1.2 Screw Mounting 2. FUSE REPLACEMENT 3. ASSEMBLING THE UNIT

More information

Installation and Programming Manual. Niobrara Research & Development Corporation P.O. Box 3418 Joplin, MO USA

Installation and Programming Manual. Niobrara Research & Development Corporation P.O. Box 3418 Joplin, MO USA DUCM DF1 Manual DUCM DF1 Installation and Programming Manual This manual describes the DUCM application for interfacing DF1 slaves to a Modbus or RNIM serial network. Effective: February 16, 2017 Niobrara

More information

OPERATING PANELS. PROGRAMMING Manual EBELT OPERATING PANELS

OPERATING PANELS. PROGRAMMING Manual EBELT OPERATING PANELS OPERATING PANELS BEST PROGRAMMING Manual EBELT OPERATING PANELS BEST 240-0 BEST 240-8 BEST 224-12-Z BEST 240-24-Z BEST 240-48-Z BEST240LCD-8 BEST 240LCD-12-Z BEST 240LCD48-Z Page: 2 Programming the Operating

More information

Xi2000-BT Series Configuration Guide

Xi2000-BT Series Configuration Guide U.S. Default Settings Sequence Reset Scanner Xi2000-BT Series Configuration Guide Auto-Sense Mode ON UPC-A Convert to EAN-13 OFF UPC-E Lead Zero ON Save Changes POS-X, Inc. 2130 Grant St. Bellingham, WA

More information

Serial Communication Protocols

Serial Communication Protocols RM85x Hand-held Terminals User Manual H5834D0003ING V. 01 Serial Communication Protocols DESCRIPTION The RM85x family of hand-held terminals communicate with a remote controller over an EIA standard RS-232

More information

Beijer Electronics AB 2000, MA00453,

Beijer Electronics AB 2000, MA00453, VT100 emulation This manual presents installation and handling of the driver VT100 to the terminals in the E-series. The functionality in the E-terminals and in MAC Programmer+ are described in the E-manual.

More information

BARCODE SCANNER. Configuration Guide - 1 -

BARCODE SCANNER. Configuration Guide - 1 - BARCODE SCANNER Configuration Guide - 1 - Table of Contents Chapter 1 System Information 1.1 About this manual 3 1.2 How to set up the parameter 3 1.3 How to set up the parameter - II 4 Chapter 2 System

More information

OPERATING MANUAL AND TECHNICAL REFERENCE

OPERATING MANUAL AND TECHNICAL REFERENCE MODEL WFG-D-130 HIGH SPEED DIGITAL 3 AXIS FLUXGATE MAGNETOMETER OPERATING MANUAL AND TECHNICAL REFERENCE December, 2012 Table of Contents I. Description of the System 1 II. System Specifications.. 2 III.

More information

SYSTEM DESCRIPTION TELEFRANG AB

SYSTEM DESCRIPTION TELEFRANG AB SYSTEM DESCRIPTION SIOX BUS HARDWARE... 2 Design Criteria... 2 Physical Bus Signals... 4 Cable Selection... 5 Communication Speed vs Transfer Quality... 6 Bus Lengths over 1 000 m... 7 Modems and Half

More information

2D BARCODE SCANNER CA-SC-20200B

2D BARCODE SCANNER CA-SC-20200B D BARCODE SCANNER CA-SC-B Quick Start Guide Getting Familiar with Your Device Thank you for choosing Capture Bar Code Scanner. All Devices deliver world-class performance for a broad range of applications

More information

Vorne Industries. 2000S Series Serial Input Alphanumeric Display User's Manual

Vorne Industries. 2000S Series Serial Input Alphanumeric Display User's Manual Vorne Industries 2000S Series Serial Input Alphanumeric Display User's Manual 1445 Industrial Drive Itasca, IL 60143-1849 Telephone (630) 875-3600 Telefax (630) 875-3609 2000S Series Serial Input Alphanumeric

More information

North American Service Manual

North American Service Manual North American Service Manual MODEL PC SERIES Version 2 March 25, 1997 Revision B1.1 April 4, 2000 Prepared by TRANSCELL TECHNOLOGY, INC. TABLE OF CONTENTS Page Chapter 1: Introduction... 1-1 Chapter 2:

More information

11 Serial Communications

11 Serial Communications 11.1 COMMUNICATIONS PACKAGES There are a number of communication packages that can be used with the Quantum III to facilitate setup, record parameter data, view internal activity on a soft-scope and permit

More information

Setup Procedures 2 Batch Setup 3. Bar Code Setup Menu 5. 1 Device Selection and Default. 2 Beep and Delay Keyboard Wedge..

Setup Procedures 2 Batch Setup 3. Bar Code Setup Menu 5. 1 Device Selection and Default. 2 Beep and Delay Keyboard Wedge.. Contents Setup Procedures 2 Batch Setup 3 Bar Code Setup Menu 5 1 Device Selection and Default 5 2 Beep and Delay... 7 3 Keyboard Wedge.. 9 4 RS232 Serial Setting.... 11 5 Scanner.. 13 7 Symbologies(I):

More information

Dryer. M720 Programming and Operation Manual. July 15, 2015 Revision 1.51

Dryer. M720 Programming and Operation Manual. July 15, 2015 Revision 1.51 Dryer M720 Programming and Operation Manual July 15, 2015 Revision 1.51 Contents 1 Important Safety Information 1 1.1 FOR YOUR SAFETY - CAUTION!............................. 1 2 Control Overview 2 2.1

More information

User s Manual 131 Tiny III Decoder

User s Manual 131 Tiny III Decoder User s Manual 131 Tiny III Decoder Document Number : 131-0114 Release Date : Mar 16, 1998 1998, SYNTECH INFORMATION Co., Ltd.. All rights reserved. CipherLab is a registered trademark of SYNTECH INFORMATION

More information

CipherLab 8000 Portable Data Terminal. User's Guide

CipherLab 8000 Portable Data Terminal. User's Guide CipherLab 8000 Portable Data Terminal User's Guide Version 1.00 Copyright 2002 Syntech Information Co., Ltd. Table of Contents Table of Contents... i 1. Introduction... 1 2. General Features and Characteristics...

More information

REV6 Multi Sector MIFARE Reader/Writer Data Sheet

REV6 Multi Sector MIFARE Reader/Writer Data Sheet 716-52 REV6 Multi Sector MIFARE Reader/Writer Data Sheet Overview The 716-52 REV6 multi sector MIFARE Reader/Writer is an intelligent 13.56MHz contactless reader writer designed to operate with the Mifare

More information

Figure 1. LCD & Keypad - RS232 Terminal

Figure 1. LCD & Keypad - RS232 Terminal LCD & Keypad - RS Terminal ADVANCE INFORMATION ALL INFORMATION IN THIS USER MANUAL IS PRELIMINARY AND SUBJECT TO CHANGE. LCD & Keypad - RS Terminal (R. Feb 005) 00 by DV Industrial Computer Introduction

More information

BV4505. IASI-Keypad Controller. Product specification. January 2009 V0.a. ByVac Page 1 of 13

BV4505. IASI-Keypad Controller. Product specification. January 2009 V0.a. ByVac Page 1 of 13 Product specification January 2009 V0.a ByVac Page 1 of 13 Contents 1. Introduction...3 2. Features...3 3. Electrical Specification...3 3.1. Keypad Interface...3 4. Key Values Returned...3 5. Factory Reset...3

More information

Visual KeyMaker. Programming Software Instructions. Contents A B

Visual KeyMaker. Programming Software Instructions. Contents A B Visual KeyMaker Programming Software Instructions for TLM2260 Programmable Keyboard REV.E May 31, 2007 Quick Start Map A B Introduction Install Visual KeyMaker Contents C Connect Programmable Keyboard

More information

LCD05 datasheet 1.0

LCD05 datasheet 1.0 LCD05 green displays LCD05 blue displays The I2C and serial display driver provides easy operation of a standard 20 x 4 or 16 x 2 LCD Text display. It requires only a 5v power supply and the two data connections

More information

Specification. Current Consumption Range 8m * Rotational Angle +/- 50 degrees * Shear Angle +/- 40 degrees *

Specification. Current Consumption Range 8m * Rotational Angle +/- 50 degrees * Shear Angle +/- 40 degrees * HX11TR Ultrasonic Positioning Device The HX11TR can be set up to operate as a ultrasonic signal receiver, ultrasonic transmitter, ultrasonic caller and ultrasonic transponder. It is small size and economical.

More information

Single-Axis Counter BDD 611

Single-Axis Counter BDD 611 Single-Axis Counter BDD 611 Technical Description, User's Guide english No. 611-150 D/E. Edition 0705; Subject to modification. Replaces edition 0701. www.balluff.com Balluff GmbH Schurwaldstrasse 9 73765

More information

Table of Contents Sleep Settings How to Configure the Scanner. 7 Chapter 2 System Setup

Table of Contents Sleep Settings How to Configure the Scanner. 7 Chapter 2 System Setup Table of Contents Chapter 1 System Information 1.1 Setup Scanner with PC 1.2 Setup Scanner with Mobile Device 1.3 Configure ios On-Screen Keyboard 1.4 Memory Mode 3 4 4 5 1.5 Sleep Settings 6 1.6 How to

More information

Multi-Function Smart Indicator User Manual

Multi-Function Smart Indicator User Manual Multi-Function Smart Indicator User Manual EC30006 Content 1 Notice... 2 2 Specification... 2 3 Main parameter... 3 4 How to fix... 3 5 Port... 4 6 On/Off... 4 7 Charging... 4 8 Display... 5 9 Screen keypad...

More information

Pins 2, 3 - Baud rate select - Selects the baud rate for the serial transmission.

Pins 2, 3 - Baud rate select - Selects the baud rate for the serial transmission. General The CSI Model DB1000 Decoder is available in a PLCC-44 pin package. The list below describes the function of each pin. The basic connection schematic shows connections that are common to all configurations.

More information

ACS. 128 x 64 LCD. Display Terminal

ACS. 128 x 64 LCD. Display Terminal ACS 128 x 64 LCD Display Terminal User's Manual 6/14/2011 5:33 PM 6233 E. S awgrass R d S arasota, F L. 34240 (941)377-5775 F AX (941)378-4226 www.acscontrol.com Table of Contents Table of Contents...

More information

Dual Interface LCD Display Controller

Dual Interface LCD Display Controller Dual Interface LCD Display & Keypad Controller Product specification Nov 2013 V0.a ByVac Page 1 of 11 Contents 1. Introduction... 3 2. Features... 3 3. BV4618, Comparison... 3 3.1.1. BV4618... 3 3.1.2....

More information

MODEL 715AN QUADRATURE DEGREES COUNTER

MODEL 715AN QUADRATURE DEGREES COUNTER MODEL 715AN QUADRATURE DEGREES COUNTER DESIGN CONCEPTS INC 707 N. Lindenwood Olathe, Kansas 66062 PHONE: (913) 782-5672 FAX: (913) 782-5766 E-MAIL : info@dcimeters.com 0411 TABLE OF CONTENTS 2. Features

More information

Manual 09/11 MN Z-EN. NZM-XATS-C Automatic Transfer Switch-Controller Modbus Communication Protocol

Manual 09/11 MN Z-EN. NZM-XATS-C Automatic Transfer Switch-Controller Modbus Communication Protocol Manual 09/11 MN01219007Z-EN NZM-XATS-C Automatic Transfer Switch-Controller Modbus Communication Protocol All brand and product names are trademarks or registered trademarks of the owner concerned. Emergency

More information

User's Manual CIPHER 1022 SERIES

User's Manual CIPHER 1022 SERIES User's CIPHER 1022 SERIES Document Number : 1022-52 Ver. 1.520 Release Date : Apr 22, 1996 1996, SYNTECH INFORMATION Co., Ltd.. All rights reserved. CipherLab is a registered trademark of SYNTECH INFORMATION

More information

K44 Code lock. Technical manual

K44 Code lock. Technical manual K44 Code lock GB Technical manual Copyright 2002 Bewator AB, Solna, Sweden. Material from the K44 Technical manual may only be copied with the consent in writing of Bewator. Bewator reserves the right

More information

Datalogic Scanning, Inc. 959 Terry Street Eugene, Oregon Telephone: (541) Fax: (541)

Datalogic Scanning, Inc. 959 Terry Street Eugene, Oregon Telephone: (541) Fax: (541) Datalogic Scanning, Inc. 959 Terry Street Eugene, Oregon 97402 Telephone: (541) 683-5700 Fax: (541) 345-7140 An Unpublished Work - All rights reserved. No part of the contents of this documentation or

More information

FEC-240G. Rev. Date

FEC-240G. Rev. Date Model User s Manual Contents Contents. 1 Features... 2 Type Model and Serial Number... 2 Specifications... 3 Interface Connections...... 4 DIP Switch Setting... 6 Dimension... 7 Command Set Table... 8

More information

Vorne Industries. Model 77/232 Serial Input Numeric 3" Display User's Manual

Vorne Industries. Model 77/232 Serial Input Numeric 3 Display User's Manual Vorne Industries Model 77/232 Serial Input Numeric 3" Display User's Manual 1445 Industrial Drive Itasca, IL 60143-1849 (630) 875-3600 Telefax (630) 875-3609 Page 2 Model 77/232 Serial Input Numeric 3"

More information

MIDI-Scope. Artistic Licence Engineering Ltd. Software Version V1.3 Manual Revision V1.91

MIDI-Scope. Artistic Licence Engineering Ltd. Software Version V1.3 Manual Revision V1.91 MIDI-Scope Artistic Licence Engineering Ltd Software Version V1.3 Manual Revision V1.91 Product Registration Form Product: MIDI-Scope Version No. Serial No. Date Purchased: Supplier: Name: Company Name:

More information

FD-011WU. 2D Barcode Reader User Guide V1.6CC

FD-011WU. 2D Barcode Reader User Guide V1.6CC FD-011WU 2D Barcode Reader User Guide V1.6CC Table of Contents 1 Getting Started... 1 1.1 Factory Defaults... 1 2 Communication Interfaces...2 2.1 TTL-232 Interface... 2 2.2 Baud Rate... 3 2.3 Data Bit

More information

BV4542. I2C or Serial 16x2 with Keypad interface

BV4542. I2C or Serial 16x2 with Keypad interface BV4543 I2C or Serial 16x2 with Keypad interface Date Firmware Revision February 2018 Preliminary 11 Feb. 2018 1.1.1 Updated how serial works 16 Feb. 2018 1.1.3 Sleep updated Introduction This is an I2C

More information

Serial I/O. 4: Serial I/O. CET360 Microprocessor Engineering. J. Sumey

Serial I/O. 4: Serial I/O. CET360 Microprocessor Engineering. J. Sumey 4: Serial I/O CET360 Microprocessor Engineering J. Sumey Introduction serial, i.e. bit-at-a-time, interfacing techniques are useful when parallel interfacing limitations become problematic distance limitations

More information

melabs Serial LCD Firmware Version 1.0 2/7/07

melabs Serial LCD Firmware Version 1.0 2/7/07 melabs Serial LCD Firmware Version 1.0 2/7/07 The melabs Serial LCD (SLCD) can display serial data from either asynchronous RS232-style or synchronous I 2 C input. A range of baud rates from 2400 to 57,600

More information

LCD03 - I2C/Serial LCD Technical Documentation

LCD03 - I2C/Serial LCD Technical Documentation LCD03 - I2C/Serial LCD Technical Documentation Pagina 1 di 5 Overview The I2C and serial display driver provides easy operation of a standard 20*4 LCD Text display. It requires only a 5v power supply and

More information

1.1. INTRODUCTION 1.2. NUMBER SYSTEMS

1.1. INTRODUCTION 1.2. NUMBER SYSTEMS Chapter 1. 1.1. INTRODUCTION Digital computers have brought about the information age that we live in today. Computers are important tools because they can locate and process enormous amounts of information

More information

Installation & Operation

Installation & Operation LED Readout Installation & Operation WARRANTY Accurate Technology, Inc. warrants the ProScale Systems against defective parts and workmanship for 1 year commencing from the date of original purchase. Upon

More information

user and installation manual

user and installation manual SI3500 SI3500 ORBIT Digital Display The SI3500 is a member of the SI3000 Readout Family. All members of the family are marked SI3000 on the front panel. This manual is specifically for the SI3500 Model

More information

Models: TD3000 Series. Table Displays. 2 by 20 character display USER MANUAL

Models: TD3000 Series. Table Displays. 2 by 20 character display USER MANUAL Models: TD3000 Series Table Displays 2 by 20 character display USER MANUAL i NOTICE The manufacturer of the POS table display makes no representations or warranties, either expressed or implied, by or

More information

TALS 2. Torque Activated Logging System. Operating Instructions

TALS 2. Torque Activated Logging System. Operating Instructions TALS 2 Torque Activated Logging System Operating Instructions Contents Page 1. The TALS-2 Primary system 3 Items comprising TALS Core System 2. System Setup 4 3. Connecting The Power 5 4. To learn a new

More information

A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS

A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS Page 1 of 35 A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS This document has been written specifically for FX and FX0N users that are unfamiliar with RS-232

More information

INTRODUCTION This controller is suitable for controlling up to twenty four (24) DMX-512 units of any type with maximum 32 channels respectively (scanner, moving head, strobe, etc). The controller s software

More information

Chaper 1: E10+ PLCs Host-Link Command Format

Chaper 1: E10+ PLCs Host-Link Command Format Chaper 1: E10+ PLCs Host-Link While an E10+ programmable logic controller is running, a host computer can send commands in the form of ASCII strings to the controller to read or write to the inputs, outputs,

More information

Elotech Standard Protocol. for Single R8200 SC

Elotech Standard Protocol. for Single R8200 SC Elotech Standard Protocol interface description / network protocol for Single R8200 SC ELOTECH Industrieelektronik GmbH Verbindungsstraße 27 D - 40723 HILDEN FON +49 2103 / 255 97 0 FAX +49 2103 / 255

More information

SI3300. user and installation manual. 4-20mA/DC-Digital Display

SI3300. user and installation manual. 4-20mA/DC-Digital Display SI3300 4-20mA/DC-Digital Display The SI3300 is a member of the SI3000 Readout Family. All members of the family are marked SI3000 on the front panel. This manual is specifically for the SI3300 Model with

More information

Table of contents. Change scanner settings Factory default settings Default message format Programming flow chart

Table of contents. Change scanner settings Factory default settings Default message format Programming flow chart Table of contents Change scanner settings Factory default settings Default message format Programming flow chart 1. General 1.1 Open programming mode or Close programming mode with update 1.2 Close programming

More information

MA1 Midi Analyzer M Series Module ELM Video Technology, Inc.

MA1 Midi Analyzer M Series Module ELM Video Technology, Inc. MA1 Midi Analyzer M Series Module ELM Video, Inc. Page 1 Table Of Contents Important Safeguards... 2 Product Overview... 3 Decode Mode... 3 Hex Mode... 3 Switch & Connection Overview... 4 Installation...

More information

OEM Proximity Reader with Keypad Manual REV1

OEM Proximity Reader with Keypad Manual REV1 484-52 OEM Proximity Reader with Keypad Manual REV1 Overview The 484-52 proximity keypad reader provides pin code identification to be used together with a proximity identification card. The 484-52 consists

More information

FERGUSON BEAUREGARD. RTU-5000 Configurator User Manual

FERGUSON BEAUREGARD. RTU-5000 Configurator User Manual FERGUSON BEAUREGARD RTU-5000 Configurator User Manual FERGUSON BEAUREGARD RTU-5000 Configurator User Manual The Ferguson Beauregard RTU-5000 Configurator program and manuals are Copyright 1997-2004 by

More information

CUSTOM MANUFACTURED IN U.S.A. BY RADIO SHACK, A DIVISION OF TANDY CORPORATION CAT. NO

CUSTOM MANUFACTURED IN U.S.A. BY RADIO SHACK, A DIVISION OF TANDY CORPORATION CAT. NO CUSTOM MANUFACTURED IN U.S.A. BY RADIO SHACK, A DIVISION OF TANDY CORPORATION CAT. NO. 26-6050 TRS-80 DT-1 OWNER'S MANUAL Contents Introduction 1 1/ Description of the DT-1 3 2/ Setting Up the DT-1 5

More information

S Series BIOS BIOS SETUP UTILITY. Entering the BIOS Setup Utility. Entering the Setup Utility After a Configuration Change or System Failure

S Series BIOS BIOS SETUP UTILITY. Entering the BIOS Setup Utility. Entering the Setup Utility After a Configuration Change or System Failure BIOS SECTION S6130 LifeBook S Series Notebook BIOS S Series BIOS BIOS SETUP UTILITY The BIOS Setup Utility is a program that sets up the operating environment for your notebook. Your BIOS is set at the

More information

BV4109. Serial LCD Controller. Product specification November ByVac 2006 ByVac Page 1 of 12

BV4109. Serial LCD Controller. Product specification November ByVac 2006 ByVac Page 1 of 12 Product specification November 2012 ByVac 2006 ByVac Page 1 of 12 IASI-LCD Module BV4108 Contents 1. Introduction...4 2. Features...4 3. Electrical interface...4 3.1. Serial...4 3.2. Factory...4 3.3. LCD

More information

TEL: (203) FAX: (203) WEB:

TEL: (203) FAX: (203) WEB: TEL: (203)-634-3900 FAX: (203)-238-2425 EMAIL: HIGHPOWER@HIGHPOWERSECURITY.COM WEB: WWW.HIGHPOWERSECURITY.COM MODEL 3500 ONLINE DOOR CONTROLLER WITH DOOR STATUS FOR OEM & DEVELOPER APPLICATIONS HARDWARE

More information

GmbH, Stettiner Str. 38, D Paderborn

GmbH, Stettiner Str. 38, D Paderborn AnDi 1 to AnDi 4 A/D Converter for M-Bus (Valid from M-Bus generation: $31) Art. no. MB AnDi 1 Art. no. MB AnDi 2 Art. no. MB AnDi 3 Art. no. MB AnDi 4 1 channel A/D converter for M-Bus 2 channel A/D converter

More information

Configuration Manual PULSAR C CCD SCANNER. Table of Contents

Configuration Manual PULSAR C CCD SCANNER. Table of Contents Table of Contents PULSAR C CCD SCANNER Configuration Manual Metrologic Instruments GmbH Dornier Strasse 2 82178 Puchheim Germany Tel +49 89 890190 Fax +49 89 89019200 www.europe.metrologic.com Metrologic

More information

Omni-Directional Barcode Scanner Model No. OM7120

Omni-Directional Barcode Scanner Model No. OM7120 Omni-Directional Barcode Scanner Model No. OM7120 User s Manual Programming with barcodes The BARCODE PROGRAMMING feature gives the possibility to change scanner settings without any tools or dismounting

More information

LCD03 - I2C/Serial LCD Technical Documentation

LCD03 - I2C/Serial LCD Technical Documentation LCD03 - I2C/Serial LCD Technical Documentation 2YHUYLHZ The I2C and serial display driver provides easy operation of a standard 20*4 LCD Text display. It requires only a 5v power supply and the two data

More information

User s Manual. Xi3000 Scanner. Table of Contents

User s Manual. Xi3000 Scanner. Table of Contents Xi3000 Scanner User s Manual Table of Contents Restore Default Settings... 1 Exit Setup without Changes... 1 Configure Through RS232... 1 List Setting... 1 Buzzer Settings... 2 Reading Redundancy Setting...

More information

MODEL 714AN QUADRATURE COUNTER DESIGN CONCEPTS INC

MODEL 714AN QUADRATURE COUNTER DESIGN CONCEPTS INC MODEL 714AN QUADRATURE COUNTER DESIGN CONCEPTS INC 886 N Jan Mar Ct Olathe, Kansas 66061 PHONE: (913) 782-5672 FAX: (913) 782-5766 E-MAIL : info@dcimeters.com 0710 TABLE OF CONTENTS 2. Features 3..Specifications

More information

MK D Imager Barcode Scanner Configuration Guide

MK D Imager Barcode Scanner Configuration Guide MK-5500 2D Imager Barcode Scanner Configuration Guide V1.4 Table of Contents 1 Getting Started... 3 1.1 About This Guide... 3 1.2 Barcode Scanning... 3 1.3 Factory Defaults... 3 2 Communication Interfaces...

More information

SIN-11-USB USERS GUIDE SIN-11-USB USERS GUIDE

SIN-11-USB USERS GUIDE SIN-11-USB USERS GUIDE SIN-11-USB USERS GUIDE Revision Date: 05/06/2010 A d v a n c e d M i c r o S y s t e m s, I n c. w w w. s t e p c o n t r o l. c o m i Overview... 3 Getting Started... 4 Hardware... 6 Demo Power-up...

More information

Portable Data Collector Series Z-9000 ( Version 1.0) User s Manual ZEBEX INDUSTRIES INC.

Portable Data Collector Series Z-9000 ( Version 1.0) User s Manual ZEBEX INDUSTRIES INC. Portable Data Collector Series Z-9000 ( Version 1.0) User s Manual ZEBEX INDUSTRIES INC. WWW.ZEBEX.COM Revision History Changes to the original manual are listed below: Version Date Description of Version

More information

PS-IN202 Weighing Indicator User Manual

PS-IN202 Weighing Indicator User Manual PS-IN202 Weighing Indicator User Manual Version 2015.05 Contents FRONT AND REAR VIEW OF THE INDICATOR CHAPTER 1 CONNECTIONS 1.1 WHAT'S IN THE BOX 1.2 CONNECTING TO THE WEIGH PLATFORM 1.3 CONNECTION TO

More information

ADVANCED OPERATOR PANEL (AOP)

ADVANCED OPERATOR PANEL (AOP) ADVANCED OPERATOR PANEL (AOP) Operating Instructions Issue 04/02 English Contents 1 Warnings and Notes 3 1.1 Special Key Functions 4 2 Applications Examples 4 2.1 Single drive control using the AOP 4 2.2

More information

Matrix printer uni-bit. Application areas

Matrix printer uni-bit. Application areas Technical information TI 026R/09/e/5.95 Mat.-Nr. 500 51401 Matrix printer uni-bit IBM compatible maintenance free compact printer, with internal paper cassette Application areas The Uni-Bit compact printer

More information