Model LM-1000/ 1000P/ 1200

Size: px
Start display at page:

Download "Model LM-1000/ 1000P/ 1200"

Transcription

1 AUTO LENSMETER Model LM-1000/ 1000P/ 1200 RS-232C INTERFACE MANUAL December, 2008 Pages in total: *RTZ001E/E

2 NIDEK CO., LTD. : 34-14, Maehama, Hiroishi-cho, Gamagori, Aichi , Japan (Manufacturer) Telephone: Facsimile: NIDEK CO., LTD : 3F Sumitomo Fudosan Hongo Bldg., , Hongo, (Tokyo Office) Bunkyo-Ku, Tokyo , Japan Telephone: Facsimile: NIDEK INCORPORATED : Westinghouse Drive, Fremont, California 94539, U. S. A. (United States Agent) Telephone: Facsimile: NIDEK SOCIETE ANONYME : Europarc 13, rue Auguste Perret, CRETEIL, France (EU Authorized Representative) Telephone: Facsimile:

3 Table of Contents 1. OUTLINE OF COMMUNICATION Outline of Communication Function Basic interface specifications Cable connection DATA FORMAT Command Format Data Format Basic format Format of each data Error Format Example of Data Output COMMUNICATION PROCEDURE Outline Communication Control Signals (DTR Output to DSR Input) Actual Communications The LM requests the computer to receive measured data The computer requests the LM to send measured data The computer controls all the operations of the LM EXAMPLE OF COMMUNICATION PROGRAM Communication Program Flowchart I

4 : II

5 1. OUTLINE OF COMMUNICATION 1.1 Outline of Communication Function 1 The LM-1000, LM-1000P, or LM-1200 comes standard with an RS-232C interface that enables transmission of measured data to an external computer. This manual explains the method of receiving the measured data from the LM-1000, LM-1000P, or LM-1200 through the RS-232C interface. The following sections describe the specifications for the interface for communication between the LM-1000, LM-1000P, or LM-1200 and an external device such as a personal computer Basic interface specifications Be sure to set the A.Prt S and A.Prt R/L parameters to OFF before communication. Failure to do so could cause a printer error. 1 Basic specifications In accordance with the RS-232C specifications 2 Communication method Asynchronous 3 Transmission type Half duplex 4 Communication mode (ComMode) NIDEK, PC, NCP10 5 Baud rate (BaudRate) 1200, 2400, 4800, 9600 (bps) 6 Parity (Parity check) OFF, ODD, EVEN 7 Data bits 7bit, 8bit 8 Stop bits 1bit, 2bit 9 CR code OFF, ON 10 Data code ASCII code The underlined options show the factory settings for communication with NIDEK devices. The settings of Parameter 4 ComMode to Parameter 9 CR Code are changeable. For the procedure for changing the parameter settings, see 2.13 Setting Parameters of the LM- 1000, LM-1000P, or LM-1200 Operator s Manual. The settings of Parameter 5 BaudRate to Parameter 8 StopBits are changeable only when Parameter 4 ComMode is set to PC or NCP10. If Parameter 4 ComMode is set to NIDEK, Parameter 5 BaudRate to Parameter 8 StopBits are automatically set for connection with NIDEK devices; once the parameters are set automatically, the settings are unchangeable. 1

6 OUTLINE OF COMMUNICATION: Outline of Communication Function Addition of CR code Set the CR Code parameter to ON when the communication software on the computer side needs the CR code to terminate the reception of the character strings. (BASIC language etc.) The CR code is added to the data sent from the LM; For character strings sent from the computer, whether the CR code is added or not does not matter. To enable communication with a computer, it is necessary to keep consistency in the settings of communication parameters between the LM and computer. Before data communication, also confirm the settings of the communication parameters on the computer side. Setting related to the transmission of prism data Set the Prism Tx parameter to suit the needs for prism data. 11 Prism Tx OFF, ON, Display OFF ON Display The measured prism data is not transmitted at any time. Choose this option not to transmit prism data or restrain the size of data to be transmitted. The measured prism data is transmitted at all times. Choose this option to make the external device control and align measured lenses. The measured prism data is transmitted in a coordinate system in which the data is represented on the screen, OFF: The measured prism data is not transmitted. BU/D BI/O: The measured prism data in a rectangular coordinates is transmitted. P-B: The measured prism data in a polar coodinates is transmitted. Set the representation form of prism data by setting the Prism parameter. 2

7 OUTLINE OF COMMUNICATION: Outline of Communication Function Cable connection <LM-1000/LM-1000P/1200> <Computer (external device)> Signal name Signal Connector Pin No. Connection Connector Pin No. Signal Signal name 1 Transmit exchange Data Received exchange Data 1 1 TXD 2 2 RXD RXD 3 3 TXD Received exchange Data Transmit exchange Data (Ready To Send) RTS 4 4 DTR Data Terminal Ready (Clear To Send) CTS 5 5 SG Signal Ground Data Set Ready DSR 6 6 DSR Data Set Ready Signal Ground SG 7 7 RTS (Ready To Send) Data Terminal Ready DTR 8 8 CTS (Clear To Send) Frame Ground FG Housing 9 Housing FG Frame Ground DIN 8P at the LM side D-Sub 9P (Female) at the computer side RS-232C cable (Option: OPIF-11, standard length of 5 m) Connect signal wires between the LM and the external device as shown above. Be sure to connect a wire between RTS (7) and CTS (8) on the computer side. It is unnecessary connect a wire between RTS (4) and CTS (5) on the LM side. Use the DIN 8-pin connector (DIN Standard No.45329) on the LM side. In the above example, the D-Sub 9-pin connector is connected to the computer side. If the used connector is different from the D-Sub 9-pin connector, connect respective signal wires as shown by referring to the instruction manual provided with the computer. Use a special interface cable that is available as an option (OPIF-11, 5 m) between the DIN 8-pin and D-Sub 9 pin connectors if necessary. 3

8 OUTLINE OF COMMUNICATION: Outline of Communication Function 4

9 2. DATA FORMAT Among transmitted data are commands such as Request to Send other than measured data. In a sequence of transmission of measured data from the LM to the computer etc., the computer transmits Send Data command to the LM, and the LM receives the command and sends measured data. The software on the computer reads the received data strings according to the format information and then performs necessary processing (display of data on the screen, storage of data on disks, etc.) 2 * When the ComMode parameter is set to NCP10, the transmission and reception of commands are not performed. This chapter explains the formats of these commands or measured data. Symbols other than ordinary characters in commands or data strings are described as communication control characters that are commonly used in data transmission. These signals are added at the start or end of character strings or to delimit data. Character name Decimal Hexadecimal Description SOH 1 01H Start of heading character STX 2 02H Start of text character ETB 23 17H End of transmission block EOT 4 04H End of character string CR 13 0DH Means the end of the input character string for some software on the computer. The CR code is added to the data output from the LM when the CR Code parameter is set to ON. The CR code is not added to the character strings transmitted from the computer. In addition, whether the line feed (LF: 0AH) code is added or not after the CR code does not matter. 5

10 DATA FORMAT: Command Format 2.1 Command Format The commands (control character string) that are transmittable from and receivable by the LM are described below. These commands reciprocally control the LM and computer to make them transmit and receive data. The format of a basic command is described immediately below: SOH C L M STX R D ETB EOT CR : Character string (10 characters in this case) 01H 43H 4CH 4DH 02H 52H 44H 17H 04H 0DH : Character code (H = Hexadecimal) The CR code is added. Characters representing the RD command Command to be sent to the LM. ** represents the unspecified commands. Characters representing a command (1) RD command (Computer LM) Command for the computer to request the LM to save the measured data. The command corresponds to the actuation of the read key of the LM. The command also holds the values displayed on the screen. Before making the LM to transmit data to the computer, this command should make the LM to save the measured data. SOH C L M STX R D ETB EOT CR 01H 43H 4CH 4DH 02H 52H 44H 17H 04H 0DH (2) SD command (Computer LM) Command for the computer to request the LM to transmit measured data. The computer sends this command to the LM when the computer is ready for the reception of measured data. SOH C L M STX S D ETB EOT CR 01H 43H 4CH 4DH 02H 53H 44H 17H 04H 0DH 6

11 DATA FORMAT: Command Format (3) RS command (LM Computer) Command for the LM to request the computer to receive measured data and to send the SD command. The command is used to transmit data with switch operation of the LM. The computer sends the SD command to the LM when the computer receives the RS command and is ready for the reception of measured data. SOH C * * STX R S ETB EOT CR 01H 43H 2AH 2AH 02H 52H 53H 17H 04H 0DH C** represents that the LM sends the command to an infinite number of destinations. 2 (4) CL command (Computer LM) of the LM. This com- Command for the computer to make the LM clear the data in it. The command corresponds to the actuation of the clear button mand also releases the fixed data indication. SOH C L M STX C L ETB EOT CR 01H 43H 4CH 4DH 02H 43H 4CH 17H 04H 0DH (5) AB command (Computer LM) Command for the computer to set the abbe number for the LM in accordance with the material of the measured lens. This command should be sent before measurements. When the LM receives the AB command from the computer, the LM displays X: 40 on the top of the screen for example. ( X: represents reception.) If the abbe number is not specified, the LM measures lenses with the abbe number that is set internally. The abbe number specified by the AB command is in effect until it is reset on the LM. SOH C L M STX A B n n ETB EOT CR 01H 43H 4CH 4DH 02H 41H 42H 17H 04H 0DH nn = Abbe number (20 to 60) e.g.) 34H, 31H for number 41 7

12 DATA FORMAT: Data Format 2.2 Data Format Basic format The measured data transmitted from the LM is provided below: The basic data format is described in details. When the LM receives SD command, it sends data out in the following format. Data character string Separated by the data type. SOH D L M STX Data ETB CR Data ETB CR Data ETB CR EOT CR 01H 44H 4CH 4DH 02H 17H 0DH 17H 0DH 17H 0DH 04H 0DH The CR codes are added. Represents Data. Represents LM data. Only when the ComMode parameter is set to NCP10, a checksum is added after EOT. The hexadecimal numbers in the low-order two bytes are represented by four-byte ASCII codes as a simple sum of SOH (01H) at the header of the data to EOT (04H). Be aware that CR code (0DH) is excluded from the calculation of the checksum. Data ETB CR EOT CS3 CS2 CS1 CS0 CR 17H 0DH 04H 30H 43H 33H 42H 0DH Checksum If the hexadecimal numbers in the low-order two bytes are 0C3BH: 8

13 DATA FORMAT: Data Format The LM transmits the following types of data. These types of data are output according to the lens measurement mode, whether the data has been measured or not, and the condition for the lenses (single, left or right). : Output if measured : Not output Measured lens mode Lens *3 Single vision Progressive power Contact lens Prism layout Single Right Left 1) Manufacturer/model name Once at the beginning 2) SPH, CYL, AXIS 3) SE (Spherical Equivalent value) 4) ADD (1st/2nd addition power) *2 5) PRISM 6) Progressive Length *1 7) Channel Width *1 8) PD *1 9) Near Portion Inside Amount *1 10) Net Prism *1 One for both sides 2 *1: LM-1200 only. When the parameter is not set to ON, measurement or data ouput is not performed. *2: 1st addition power only *3: In the case of Single (not the right- nor left-eye lens) state, only single data is output. When both left- and right-eye lenses are measured, the data is output in following order: Right Left. LM-1000/LM-1000P (In the order of 1) Right 2) - 5) data Left 2) - 5) data) LM-1200 (In the order of 1) Right 2) - 7) data Left 2) - 7) data (8) - 10)) *4: In the prism layout, the measured value is output for the PRISM value. Measured data has been rounded off according to the cylinder mode, the indication form of the measured prism data, and indication step specified on the LM. 9

14 DATA FORMAT: Data Format Format of each data The number inside the parentheses indicates the number of characters transmitted. (1) Company name / Model name The name of the manufacturer (NIDEK) and the name of model (LM-1000/LM-1000P/LM- 1200) are output. LM-1000P * In the lower line, the ASCII codes are represented by hexadecimals. I D N I D E K / L M P ETB CR 49H 44H 4EH 49H 44H 45H 4BH 2FH 4CH 4DH 2DH 31H 30H 30H 30H 50H 17H 0DH Company name Model name (LM-1000P) LM-1000 I D N I D E K / L M ETB CR 49H 44H 4EH 49H 44H 45H 4BH 2FH 4CH 4DH 2DH 31H 30H 30H 30H 17H 0DH Company name Model name (LM-1000) LM-1200 I D N I D E K / L M ETB CR 49H 44H 4EH 49H 44H 45H 4BH 2FH 4CH 4DH 2DH 31H 32H 30H 30H 17H 0DH Company name Model name (LM-1200) (2) SPH, CYL and AXIS data Measured data of SPH, CYL, and AXIS are output. Identification code Single (Space, space) Right R (Space, R) Left L (Space, L) The ETB and CR codes are added to the end (when the CR Code parameter is set to ON). (The codes are added to the end of all the following types of data.) Each measured data is output by fixed digits with the leading digit 0 remaining. SPH CYL AXIS Four digits with a fixed decimal point and with a polarity sign Four digits with a fixed decimal point and with a polarity sign Three-digit integer 10

15 DATA FORMAT: Data Format 1) Example of single data (SPH = D, CYL = 0.00 D, AXIS = 0 ) ETB CR 20H 20H 2BH 30H 31H 2EH 30H 30H 2BH 30H 30H 2EH 30H 30H 30H 30H 30H 17H 0DH SPH (6 characters) CYL (6 characters) 2) Example of Right data (SPH = D, CYL = D, AXIS = 90 ) AXIS (3 characters) R ETB CR 20H 52H 2DH 31H 31H 2EH 32H 35H 2DH 30H 39H 2EH 37H 35H 30H 39H 30H 17H 0DH SPH (6 characters) CYL (6 characters) 3) Example of Left data (SPH = 0.00 D, CYL = D, AXIS = 180 ) AXIS (3 characters) 2 L ETB CR 20H 4CH 2BH 30H 30H 2EH 30H 30H 2BH 30H 31H 2EH 35H 30H 31H 38H 30H 17H 0DH SPH (6 characters) CYL (6 characters) AXIS (3 characters) (3) SE (Spherical Equivalent value, only in the contact lens measuring mode) Measured of the SE value is output. Identification code Single Right Left S (S, Space) SR SL Measured data is output by fixed four digits including a decimal point with a polarity sign and the leading digit 0 remaining. 1) Example of the single data (SE = D) S ETB CR 53H 20H 2BH 30H 32H 2EH 30H 30H 17H 0DH SE (6 characters) 2) Example of the right data (SE = D) S R ETB CR 53H 52H 2DH 31H 30H 2EH 30H 30H 17H 0DH SE (6 characters) 11

16 DATA FORMAT: Data Format (4) ADD data Measured data of the addition power is output. If the secondary addition power has been measured, the data is sent subsequently to the primary addition power. Identification code Single Right Left A (A, space) AR AL Measured data is output by fixed four digits including a decimal point with no polarity sign and the leading digit 0 remaining. If the NEAR parameter is set to NEAR SPH, near SPH data is added to the end of the addition powers. (Both the addition power and near SPH data are output because some devices recognize the addition powers (ADD data) only). Identification code Single Right Left Measured data is output by fixed four digits including a decimal point with a polarity sign and the leading digit 0 remaining. 1) Example of the primary addition power in single data (ADD = D) 2) Example of the primary and secondary addition powers in the right data (ADD = D, ADD2 = D) 3) Example of the primary and secondary addition powers represented by spherical powers in the left data (ADD = D, ADD2 = D) (NSPH = D, NSPH2 = D) N (N, space) NR NL A ETB CR 41H 20H 30H 32H 2EH 30H 30H 17H 0DH ADD (5 characters) A R ETB CR ETB CR 41H 52H 30H 32H 2EH 30H 30H 17H 0DH 30H 32H 2EH 35H 30H 17H 0DH ADD (5 characters) ADD2 (5 characters) A L ETB CR ETB CR 41H 4CH 30H 32H 2EH 30H 30H 17H 0DH 30H 32H 2EH 35H 30H 17H 0DH ADD (5 characters) ADD2 (5 characters) 12

17 DATA FORMAT: Data Format N L ETB CR ETB CR 4EH 4CH 2DH 30H 31H 2EH 30H 30H 17H 0DH 2DH 30H 30H 2EH 35H 30H 17H 0DH NSPH (6 characters) NSPH2 (6 characters) (5) PRISM Measured data of the prism power is output. If the PrismTx parameter is set to ON, the prism data is output in the format of BU/D BI/O setting (by the rectangular coordinate system). If the PrismTx parameter is set to Display, the form varies with the prism representation mode. 2 When the PRISM parameter is set to BU/D BI/O: Identification code Single Right Left P (P, Space) PR PL Measured data is output by fixed four digits including a decimal point with no polarity sign and the leading digit 0 remaining. In addition, a character representing the base direction is added to the end of the measured data. E.g.:IN 3.00, UP 2.50: I U OUT 1.25, DOWN 2.00: O D When the PRISM parameter is set to P-B: Identification code Single Right Left P B (P, Space) (B, Space) PR BR PL BL Measured data is output by fixed digits with the leading digit 0 remaining. PRISM BASE Four digits with a fixed decimal point with no polarity sign Three-digit integer with no polarity sign 1) Example of single data when the PRISM parameter is set to BU/D BI/O: (PRISM = IN 3.00, UP 2.50 ) BASE IN BASE UP P I ETB CR P U ETB CR 50H 20H 30H 33H 2EH 30H 30H 49H 17H 0DH 50H 20H 30H 32H 2EH 35H 30H 55H 17H 0DH PRISM1 (6 characters) PRISM2 (6 characters) 13

18 DATA FORMAT: Data Format 2) Example of right data when the PRISM parameter is set to BU/D BI/O: (PRISM = OUT 1.25, DOWN 2.00 ) BASE OUT BASE DOWN P R O ETB CR P R D ETB CR 50H 52H 30H 31H 2EH 32H 35H 4FH 17H 0DH 50H 52H 30H 32H 2EH 30H 30H 44H 17H 0DH PRISM1 (6 characters) PRISM2 (6 characters) 3) Example of left data when the PRISM parameter is set to P-B: (PRISM = 6.5, BASE = 70 ) P L ETB CR B L ETB CR 50H 4CH 30H 36H 2EH 35H 30H 17H 0DH 42H 4CH 30H 37H 30H 17H 0DH PRISM (5 characters) BASE (3 characters) Data (6) to (10) is output from the LM-1200 only. (6) Progressive Length (Only for LM-1200) Measured data of the progressive length (V. Length) is output. Identification code Single Right Left D (D, space) DR DL Measured data of the progressive length is output by a two-digit integer with the leading digit 0 remaining. 1) Example of single data (V. Length= 12 mm) D 1 2 ETB CR 44H 20H 31H 32H 17H 0DH V. Length (2 characters) 2) Example of right data (V. Length= 8 mm) D R 0 8 ETB CR 44H 52H 30H 38H 17H 0DH V. Length (2 characters) 14

19 DATA FORMAT: Data Format (7) Channel Width (Only for LM-1200) Measured data of the channel width (C. Width) and its position (Len) are output. Identification code Single Right Left W (W, space) WR WL Measured data of the channel width/position is output by a two-digit integer with the leading digit 0 remaining. 1) Example of single data (C. Width = 6 mm/ Meaurement at the position of 16 mm of the near portion from the add starting point) 2 W 0 6 / 1 6 ETB CR 57H 20H 30H 36H 2FH 31H 36H 17H 0DH C. Width (2 characters) Position (2 characters) 2) Example of left data (C. Width = 5 mm/ Measurement at the position of 8 mm of the near portion from the add starting point) W L 0 5 / 0 8 ETB CR 57H 4CH 30H 35H 2FH 30H 38H 17H 0DH C. Width (2 characters) Position (2 characters) (8) PD (Only for LM-1200) The measured PD data is output. * This data will not be included in the output unless PD has been measured for both sides. Identification code PD The data is sent in the order of Total PD (T. PD), Right PD (R. PD) and Left PD (L. PD). Measured data of the PD is output by fixed three digits including a decimal point. If T. PD is mm or more, 99.9 is output. Sample of PD data (T. PD= 64.0 mm, R. PD= 31.5 mm, L.PD= 32.5 mm) P D ETB CR 50H 44H 36H 34H 2EH 30H 33H 31H 2EH 35H 33H 32H 2EH 35H 17H 0DH T. PD (4 characters) R. PD (4 characters) L. PD (4 characters) 15

20 DATA FORMAT: Data Format (9) Near Portion Inside Amount (Only for progressive power lens measurement mode of LM- 1200) Measured data of the near portion inside amount is output. * Output only when both the right and left distance PDs are measured. * The side (R or L) whose near portion inside amount has not been measured is output with *****. Identification code IS Measured data is output in the order of R. INS to L. INS. Measured data of the near portion inside amount is output by fixed three digits including a decimal point with a polarity sign and the leading digit 0 remaining. Example of near portion inside amount (R. INS = 1.5 mm, L. INS = -2.5 mm) I S ETB CR 49H 53H 2BH 30H 31H 2EH 35H 2DH 30H 32H 2EH 35H 17H 0DH R. INS (5 characters) L. INS (5 characters) (10)Net Prism data (Only for normal lens measurement mode of LM-1200) This output data shows the net prism measurements. * This data will not be included in the output unless prism has been measured for both sides. Identification code NP The data is sent out in the order of Net Horizontal Prism, and Net Vertical Prism. The net prism measurements are always indicated by rectangular coordinates (BASE IN/ OUT, UP/DOWN). Measured data is output by fixed four digits including a decimal point and the leading digit 0 remaining. The base direction is shown with a letter put after the value, just as in the case of the PRISM data. E.g. Net H. Prism = IN 3.00, Net V. Prism = UP I U Net H. Prism = OUT 1.25, Net V. Prism = DOWN O D Example of net prism data (Net H. Prism = IN 3.00, Net V. Prism = UP 2.50) BASE IN BASE UP N P I ETB CR N P U ETB CR 4EH 50H 30H 33H 2EH 30H 30H 49H 17H 0DH 4EH 50H 30H 32H 2EH 35H 30H 55H 17H 0DH Net H. Prism (6 characters) Net V. Prism (6 characters) 16

21 DATA FORMAT: Error Format 2.3 Error Format When LM becomes unable to perform measurements or to perform measurements properly, the LM will respond to SD command by transmitting an error message instead of sending measured data. Basic error formats are as follows. Since this format is the same as that of other data, the error can be processed with a normal interface software. The data identification code tells what kind of the error it is. SOH D L M STX I E ETB CR EOT CR 01H 44H 4CH 4DH 02H 49H 45H 17H 0DH 04H 0DH : Character string (11 characters including CR) : Character code (H = Hexadecimal) 2 The CR codes are added. Character representing Error Character representing Initialize error Represents Data for LM. Represents Data. The LM sends the following errors: To cancel the error, see 4.2 Error Messages and Countermeasures of the operator s manual. Error Code Indication on LM Description UV Init Error. Please Out Lens of Nosepiece. Initialization error IE Dust detection. Please clean a lens. Is it all right by ContactNosepiece? The error occurred during the initialization after power ON. 0D Init Error. CCD Error. Measurement error DE Measurement error The LM cannot measure lenses properly. In the case of Measurement error SOH D L M STX D E ETB CR EOT CR 01H 44H 4CH 4DH 02H 44H 45H 17H 0DH 04H 0DH Identification code of data string : DE 17

22 DATA FORMAT: Example of Data Output 2.4 Example of Data Output The formats of various types of measured data are explained in Format of each data (Page 10) ; the entire format of the data to be transmitted varies with the existence or absence of various types of measured data and the designation of lenses (Left/Right). Several concrete examples are provided below for reference: Example outputs of (1) - (5), (8), (14) - (15) are common among LM-1000, LM-1000P, and LM For the LM-1000 and LM-1200, replace the model name. (1) In the case of single data in normal measurement mode: Measurement conditions : Single vision lens measurement with the single state designated : SPH = +1.00D, CYL = 0.00D, AXIS = 0 : No prism measurement performed : CR code = None The following is an example of minimum data to be output. SOH D L M STX 01H 44H 4CH 4DH 02H I D N I D E K / L M P ETB 49H 44H 4EH 49H 44H 45H 4BH 2FH 4CH 4DH 2DH 31H 30H 30H 30H 50H 17H Company name/model name ETB EOT 20H 20H 2BH 30H 31H 2EH 30H 30H 2BH 30H 30H 2EH 30H 30H 30H 30H 30H 17H 04H Single SPH Single CYL Single AXIS 18

23 DATA FORMAT: Example of Data Output (2) In the case of signal data in progressive power lens measurement mode: Measurement conditions: Progressive power lens measurement with the single state designated SPH = +1.00D, CYL = 0.00D, AXIS = 0 PRISM = IN UP 2.50 (BU/D BI/O setting) CR code = None Prism data is added to the end of SPH, CYL and Axis data. SOH D L M STX 01H 44H 4CH 4DH 02H 2 I D N I D E K / L M P ETB 49H 44H 4EH 49H 44H 45H 4BH 2FH 4CH 4DH 2DH 31H 30H 30H 30H 50H 17H Company name/ Model name ETB 20H 20H 2BH 30H 31H 2EH 30H 30H 2BH 30H 30H 2EH 30H 30H 30H 30H 30H 17H Single SPH Single CYL Single AXIS P I ETB P U ETB EOT 50H 20H 30H 33H 2EH 30H 30H 49H 17H 50H 20H 30H 32H 2EH 35H 30H 55H 17H 04H Single PRISM1 Single PRISM2 19

24 DATA FORMAT: Example of Data Output (3) In the case of single data in contact lens measurement mode: Measurement conditions: Contact lens measurement with the single state designated SPH = D, CYL = D, AXIS = 60, SE = D PRISM = 1.25, BASE = 70 (P-B setting) CR code = Added In the contact lens measurement mode, the SE value is added to the end of SPH, CYL and AXIS data. The prism representation mode is different from case (2). The CR code is added to the end of ETB and EOT. SOH D L M STX 01H 44H 4CH 4DH 02H I D N I D E K / L M P ETB CR 49H 44H 4EH 49H 44H 45H 4BH 2FH 4CH 4DH 2DH 31H 30H 30H 30H 50H 17H 0DH Company name/ Model name ETB CR 20H 20H 2BH 30H 32H 2EH 30H 30H 2BH 30H 30H 2EH 35H 30H 30H 36H 30H 17H 0DH Single SPH Single CYL Single AXIS S ETB CR P ETB CR 53H 20H 2BH 30H 32H 2EH 32H 35H 17H 0DH 50H 20H 30H 31H 2EH 32H 35H 17H 0DH Single SE Single PRISM B ETB CR EOT CR 42H 20H 30H 37H 30H 17H 0DH 04H 0DH Single BASE 20

25 DATA FORMAT: Example of Data Output (4) In the case of right data only in normal measurement mode Measurement conditions: Single vision lens measurement with the right-eye lens designated Right: SPH = D, CYL = D, AXIS = 90 Right: PRISM = OUT 1.25, DOWN 2.00 (BU/D BI/O setting) CR code = Added The identification code is changed to that for the right-eye lens data. In the case of measurement of the left-eye lens only, the identification code change from R to L. 2 SOH D L M STX 01H 44H 4CH 4DH 02H I D N I D E K / L M P ETB CR 49H 44H 4EH 49H 44H 45H 4BH 2FH 4CH 4DH 2DH 31H 30H 30H 30H 50H 17H 0DH Company name/ Model name R ETB CR 20H 52H 2DH 31H 31H 2EH 32H 35H 2DH 30H 39H 2EH 37H 35H 30H 39H 30H 17H 0DH Right SPH Right CYL Right AXIS P R O ETB CR P R D 50H 52H 2BH 30H 31H 2EH 32H 35H 4FH 17H 0DH 50H 52H 30H 32H 2EH 30H 30H 44H Single PRISM1 Single PRISM2 ETB CR EOT CR 17H 0DH 04H 0DH 21

26 DATA FORMAT: Example of Data Output (5) In the case of the left and right data in normal measurement mode Measurement conditions: Trifocal lens measurement with the left- and right-eye lenses designated Right: SPH = D, CYL = D, AXIS = 120 No prism measurement performed ADD = D, ADD2 = D Left: SPH = D, CYL = D, AXIS =180 No prism measurement performed ADD = D, ADD2 has not been measured. CR Code = Added The secondary addition power of the left-eye lens has not been measured and therefore, it is not transmitted. SOH D L M STX 01H 44H 4CH 4DH 02H I D N I D E K / L M P ETB CR 49H 44H 4EH 49H 44H 45H 4BH 2FH 4CH 4DH 2DH 31H 30H 30H 30H 50H 17H 0DH Company name/ Model name R ETB CR 20H 52H 2DH 30H 31H 2EH 32H 35H 2DH 30H 30H 2EH 37H 35H 31H 32H 30H 17H 0DH Right SPH Right CYL Right AXIS A R ETB CR ETB CR 41H 52H 30H 32H 2EH 30H 30H 17H 0DH 30H 33H 2EH 30H 30H 17H 0DH Right ADD Right ADD2 L ETB CR 20H 4CH 2DH 30H 32H 2EH 30H 30H 2DH 30H 30H 2EH 35H 30H 31H 38H 30H 17H 0DH Left SPH Left CYL Left AXIS A L ETB CR EOT CR 41H 4CH 30H 32H 2EH 32H 35H 17H 0DH 04H 0DH Left ADD 22

27 DATA FORMAT: Example of Data Output (6) Sample 1 of the left and right data in normal measurement mode with PD measurement (LM-1200) Measurement conditions: Bifocal lens measurement with the left- and right-eye lenses designated Right: SPH = D, CYL= D, AXIS = 120 No prism measurement performed ADD = D RPD = 31.5 mm Left: SPH = D, CYL = D, AXIS = 180 No prism measurement performed ADD = D LPD = 32.5 mm Total PD = 64.0 mm CR Code = Added 2 The secondary addition power has not been measured and therefore, it is not transmitted. PD data is added after R and L data. SOH D L M STX 01H 44H 4CH 4DH 02H I D N I D E K / L M ETB CR 49H 44H 4EH 49H 44H 45H 4BH 2FH 4CH 4DH 2DH 31H 32H 30H 30H 17H 0DH Company name/ Model name R ETB CR 20H 52H 2DH 30H 31H 2EH 32H 35H 2DH 30H 30H 2EH 37H 35H 31H 32H 30H 17H 0DH Right SPH Right CYL Right AXIS A R ETB CR 41H 52H 30H 32H 2EH 30H 30H 17H 0DH Right ADD L ETB CR 20H 4CH 2DH 30H 32H 2EH 30H 30H 2DH 30H 30H 2EH 35H 30H 31H 38H 30H 17H 0DH Left SPH Left CYL Left AXIS A L ETB CR 41H 4CH 30H 32H 2EH 32H 35H 17H 0DH Left ADD P D ETB CR EOT CR 50H 44H 36H 34H 2EH 30H 33H 31H 2EH 35H 33H 32H 2EH 35H 17H 0DH 04H 0DH Total PD Right PD Left PD 23

28 DATA FORMAT: Example of Data Output (7) Sample 2 of left and right data in normal measurement mode with PD measurement (LM- 1200) Measurement conditions: Single vision lens measurement with the left-eye lens designated Right: SPH = D, CYL = 0.75 D, AXIS = 120 No prism measurement performed RPD = 31.5 mm Left: SPH = D, CYL = D, AXIS = 180 No prism measurement performed No LPD measurement Total PD is undecided. CR code = Added No PD outputs because LPD has not been measured. Net PRISM measurements will also be excluded from the output unless prism has been measured for both sides. SOH D L M STX 01H 44H 4CH 4DH 02H I D N I D E K / L M ETB CR 49H 44H 4EH 49H 44H 45H 4BH 2FH 4CH 4DH 2DH 31H 32H 30H 30H 17H 0DH Company name/ Model name R ETB CR 20H 52H 2DH 30H 31H 2EH 32H 35H 2DH 30H 30H 2EH 37H 35H 31H 32H 30H 17H 0DH Right SPH Right CYL Right AXIS L ETB CR 20H 4CH 2DH 30H 32H 2EH 30H 30H 2DH 30H 30H 2EH 35H 30H 31H 38H 30H 17H 0DH Left SPH Left CYL Left AXIS EOT 04H CR 0DH 24

29 DATA FORMAT: Example of Data Output (8) In the case of the left and right data in progressive power lens measurement mode Measurement conditions: Progressive power lens measurement with the left- and right-eye lenses designated Right: SPH = D, CYL = D, AXIS = 120 PRISM = IN 2.50, DOWN 2.00 (BU/D BI/O setting) ADD = D Left: SPH = D, CYL = D, AXIS = 180 PRISM = OUT 1.25, UP 2.00 (BU/D BI/O setting) ADD = D CR code = Added 2 The addition power is added before the prism data. After the transmission of the right-eye lens data, the left-eye lens data is output. SOH D L M STX 01H 44H 4CH 4DH 02H I D N I D E K / L M P ETB CR 49H 44H 4EH 49H 44H 45H 4BH 2FH 4CH 4DH 2DH 31H 30H 30H 30H 50H 17H 0DH Company name/ Model name R ETB CR 20H 52H 2DH 30H 31H 2EH 32H 35H 2DH 30H 30H 2EH 37H 35H 31H 32H 30H 17H 0DH Right SPH Right CYL Right AXIS A R ETB CR P R I ETB CR 41H 52H 30H 32H 2EH 30H 30H 17H 0DH 50H 52H 30H 32H 2EH 35H 30H 49H 17H 0DH Right ADD Right PRISM1 P R D ETB CR 50H 52H 30H 32H 2EH 30H 30H 44H 17H 0DH Right PRISM2 L ETB CR 20H 4CH 2DH 30H 32H 2EH 30H 30H 2DH 30H 30H 2EH 35H 30H 31H 38H 30H 17H 0DH Left SPH Left CYL Left AXIS A L ETB CR P L O ETB CR 41H 4CH 30H 32H 2EH 32H 35H 17H 0DH 50H 4CH 30H 31H 2EH 32H 35H 4FH 17H 0DH Left ADD Left PRISM1 P L U ETB CR EOT CR 50H 4CH 30H 32H 2EH 30H 30H 55H 17H 0DH 04H 0DH Left PRISM2 25

30 DATA FORMAT: Example of Data Output (9) In the case of the left and right data in progressive power lens measurement mode with PD measurement and near portion inside amount measurement (LM-1200) Measurement conditions: Progressive power lens measurement with the left- and right-eye lenses designated : R : SPH = D, CYL = D, AXIS = 120 No prism measurement performed ADD = D RPD = 31.5 mm RINS = 1.5 mm : L : SPH = D, CYL = D, AXIS = 180 No prism measurement performed ADD = D LPD = 32.5 mm No LINS measurement Total PD = 64.0 mm CR code is used PD data is added after R and L data. Since the near portion inside amount of the left eye is not measured, ***** is output. SOH D L M STX 01H 44H 4CH 4DH 02H I D N I D E K / L M ETB CR 49H 44H 4EH 49H 44H 45H 4BH 2FH 4CH 4DH 2DH 31H 32H 30H 30H 17H 0DH Company name/ Model name R ETB CR 20H 52H 2DH 30H 31H 2EH 32H 35H 2DH 30H 30H 2EH 37H 35H 31H 32H 30H 17H 0DH Right SPH Right CYL Right AXIS A R ETB CR 41H 52H 30H 32H 2EH 30H 30H 17H 0DH Right ADD L ETB CR 20H 4CH 2DH 30H 32H 2EH 30H 30H 2DH 30H 30H 2EH 35H 30H 31H 38H 30H 17H 0DH Left SPH Left CYL Left AXIS 26

31 DATA FORMAT: Example of Data Output A L ETB CR 41H 4CH 30H 32H 2EH 32H 35H 17H 0DH Left ADD P D ETB CR 50H 44H 36H 34H 2EH 30H 33H 31H 2EH 35H 33H 32H 2EH 35H 17H 0DH Total PD Right PD Left PD I S * * * * * ETB CR EOT CR 49H 53H 2BH 30H 31H 2EH 35H 2AH 2AH 2AH 2AH 2AH 17H 0DH 04H 0DH Right INS Left INS 2 27

32 DATA FORMAT: Example of Data Output (10) In the case of the maximum data size in normal measurement mode (LM-1000/1000P) Measurement conditions: Trifocal lens measurement with the left- and right-eye lenses designated Right: SPH = D, CYL = D, AXIS = 120 PRISM = IN 2.25, DOWN 2.00 (BU/D BI/O setting) ADD = D, ADD2 = D Representation form of near portion power = NEAR SPH NSPH = +0.75D, NSPH2 = D Left: SPH = D, CYL = D, AXIS = 180 PRISM = OUT 1.25, UP 2.00 (BU/D BI/O setting) ADD = D, ADD2 = D Representation form of near portion power = NEAR SPH NSPH = D, NSPH2 = D CR code = Added This is an example of LM-1000P of the maximum data size (171 characters) in ordinary lens measurement mode. When the NEAR parameter is set to NEAR SPH, both the addition powers (ADD) and near spherical data (NSPH) are output. 1 5(Number of characters) SOH D L M STX 01H 44H 4CH 4DH 02H I D N I D E K / L M P ETB CR 49H 44H 4EH 49H 44H 45H 4BH 2FH 4CH 4DH 2DH 31H 30H 30H 30H 50H 17H 0DH Company name/ Model name R ETB CR 20H 52H 2DH 30H 31H 2EH 32H 35H 2DH 30H 30H 2EH 37H 35H 31H 32H 30H 17H 0DH Right SPH Right CYL Right AXIS A R ETB CR ETB CR 41H 52H 30H 32H 2EH 30H 30H 17H 0DH 30H 33H 2EH 30H 30H 17H 0DH Right ADD Right ADD N R ETB CR ETB CR 4EH 52H 2BH 30H 30H 2EH 37H 35H 17H 0DH 2BH 30H 31H 2EH 37H 35H 17H 0DH Right NSPH Right NSPH2 28

33 DATA FORMAT: Example of Data Output P R I ETB CR P R D ETB CR 50H 52H 30H 32H 2EH 32H 35H 49H 17H 0DH 50H 52H 30H 32H 2EH 30H 30H 44H 17H 0DH Right PRISM1 Right PRISM L ETB CR 20H 4CH 2DH 30H 32H 2EH 30H 30H 2DH 30H 30H 2EH 35H 30H 31H 38H 30H 17H 0DH Left SPH Left CYL Left AXIS A L ETB CR ETB CR 41H 4CH 30H 32H 2EH 32H 35H 17H 0DH 30H 33H 2EH 35H 30H 17H 0DH Left ADD Left ADD N L ETB CR ETB CR 4EH 4CH 2BH 30H 30H 2EH 32H 35H 17H 0DH 2BH 30H 31H 2EH 35H 30H 17H 0DH Left NSPH Left NSPH P L O ETB CR P L U ETB CR 53H 4CH 30H 31H 2EH 32H 35H 4FH 17H 0DH 50H 4CH 30H 32H 2EH 30H 30H 55H 17H 0DH EOT 04H CR 0DH Left PRISM1 Left PRISM2 2 29

34 DATA FORMAT: Example of Data Output (11) In the case of the maximum data size in normal measurement mode (LM-1200) Measurement conditions: Trifocal lens measurement with the left- and right-eye lenses designated Right: SPH=-1.25 D, CYL=-0.75 D, AXIS=120 PRISM = IN 2.25, DOWN 2.00 (BU/D BI/O setting) ADD=+2.00 D, ADD2=+3.00 D Representation form of near portion power = NEAR SPH NSPH = +0.75D, NSPH2 = D RPD= 31.5 mm Left: SPH=-2.00 D, CYL=-0.50 D, AXIS=180 PRISM=OUT 1.25, UP 2.00 (BU/D BI/O setting) ADD=+2.25D, ADD2=+3.50 D Representation form of near portion power = NEAR SPH NSPH = +0.25D, NSPH2 = D LPD= 32.5 mm Total PD= 64.0 mm Net Prism Net H. Prism = IN 1.25 Net V. Prism = UP 1.00 CR code = Added This is an example of LM-1200 of the maximum data size (206 characters) in ordinary lens measurement mode. When the NEAR parameter is set to NEAR SPH, both the addition powers (ADD) and near spherical data (NSPH) are output. When the Net PRISM parameter is set to ON", differences between right and left prism values are included in the output as the Net PRISM value. 1 5(Number of characters) SOH D L M STX 01H 44H 4CH 4DH 02H I D N I D E K / L M ETB CR 49H 44H 4EH 49H 44H 45H 4BH 2FH 4CH 4DH 2DH 31H 32H 30H 30H 17H 0DH Company name/ Model name R ETB CR 20H 52H 2DH 30H 31H 2EH 32H 35H 2DH 30H 30H 2EH 37H 35H 31H 32H 30H 17H 0DH Right SPH Right CYL Right AXIS A R ETB CR ETB CR 41H 52H 30H 32H 2EH 30H 30H 17H 0DH 30H 33H 2EH 30H 30H 17H 0DH Right ADD Right ADD2 30

35 DATA FORMAT: Example of Data Output N R ETB CR ETB CR 4EH 52H 2BH 30H 30H 2EH 37H 35H 17H 0DH 2BH 30H 31H 2EH 37H 35H 17H 0DH Right NSPH Right NSPH P R I ETB CR P R D ETB CR 50H 52H 30H 32H 2EH 32H 35H 49H 17H 0DH 50H 52H 30H 32H 2EH 30H 30H 44H 17H 0DH Right PRISM Right PRISM2 L ETB CR 20H 4CH 2DH 30H 32H 2EH 30H 30H 2DH 30H 30H 2EH 35H 30H 31H 38H 30H 17H 0DH Left SPH Left CYL Left AXIS A L ETB CR ETB CR 41H 4CH 30H 32H 2EH 32H 35H 17H 0DH 30H 33H 2EH 35H 30H 17H 0DH Left ADD Left ADD N L ETB CR ETB CR 4EH 4CH 2BH 30H 30H 2EH 32H 35H 17H 0DH 2BH 30H 31H 2EH 35H 30H 17H 0DH Left NSPH Left NSPH P L O ETB CR P L U ETB CR 50H 4CH 30H 31H 2EH 32H 35H 4FH 17H 0DH 50H 4CH 30H 32H 2EH 30H 30H 55H 17H 0DH Left PRISM Left PRISM2 P D ETB CR 50H 44H 36H 34H 2EH 30H 33H 31H 2EH 35H 33H 32H 2EH 35H 17H 0DH Total PD Right PD Left PD N P I ETB CR N P U ETB CR 4EH 50H 30H 31H 2EH 32H 35H 4CH 17H 0DH 4EH 50H 30H 31H 2EH 30H 30H 55H 17H 0DH EOT 04H CR 0DH Net H. PRISM Net V. PRISM 2 31

36 DATA FORMAT: Example of Data Output (12)In the case of the maximum data size in progressive power lens measurement mode (LM- 1000/1000P) Measurement conditions: Progressive power lens measurement with the left- and right-eye lenses designated Right: SPH = D, CYL = D, AXIS = 120 PRISM = IN 2.25, DOWN 2.00 (BU/D BI/O setting) ADD = D Representation form of near portion power = NEAR SPH NSPH = D Left: SPH = D, CYL = -0.50D, AXIS = 180 PRISM = OUT 1.25, UP 2.00 (BU/D BI/O setting) ADD = D Representation form of near portion power = NEAR SPH NSPH = D CR code = Added This is an example of the maximum data size (141 characters) in progressive power lens measurement mode. When the NEAR parameter is set to NEAR SPH, both the addition powers (ADD) and near spherical data (NSPH) are output. 1 5 (Number of characters) SOH D L M STX 01H 44H 4CH 4DH 02H I D N I D E K / L M P ETB CR 49H 44H 4EH 49H 44H 45H 4BH 2FH 4CH 4DH 2DH 31H 30H 30H 30H 50H 17H 0DH Company name/ Model name R ETB CR 20H 52H 2DH 30H 31H 2EH 32H 35H 2DH 30H 30H 2EH 37H 35H 31H 32H 30H 17H 0DH Right SPH Right CYL Right AXIS A R ETB CR N R ETB CR 41H 52H 30H 32H 2EH 30H 30H 17H 0DH 4EH 52H 2BH 30H 30H 2EH 37H 35H 17H 0DH Right ADD Right NSPH P R I ETB CR P R D ETB CR 50H 52H 30H 32H 2EH 32H 35H 49H 17H 0DH 50H 52H 30H 32H 2EH 30H 30H 44H 17H 0DH Right PRISM1 Right PRISM2 32

37 DATA FORMAT: Example of Data Output L ETB CR 20H 4CH 2DH 30H 32H 2EH 30H 30H 2DH 30H 30H 2EH 35H 30H 31H 38H 30H 17H 0DH Left SPH Left CYL Left AXIS A L ETB CR N L ETB CR 41H 4CH 30H 32H 2EH 32H 35H 17H 0DH 4EH 4CH 2BH 30H 30H 2EH 32H 35H 17H 0DH Left ADD Left NSPH P L O ETB CR P L U ETB CR 50H 4CH 30H 31H 2EH 32H 35H 4FH 17H 0DH 50H 4CH 30H 32H 2EH 30H 30H 55H 17H 0DH EOT 04H CR 0DH Left PRISM1 Left PRISM2 2 33

38 DATA FORMAT: Example of Data Output (13)In the case of the maximum data size in progressive power lens measurement mode (LM- 1200) Measurement conditions: Progressive power lens measurement with the left- and right-eye lenses designated Right: SPH = D, CYL= D, AXIS = 120 PRISM = IN 2.25, DOWN 2.00 (BU/D BI/O setting) ADD = D Representation form of near portion power = NEAR SPH NSPH = D Progressive Length = 16 mm Channel Width = 8 mm / Position = 15 mm RPD = 31.5 mm RINS = 1.5 mm Left: SPH = D, CYL = D, AXIS = 180 PRISM = OUT 1.25, UP 2.00 (Rectangular) ADD = D Representation form of near portion power = NEAR SPH NSPH = D Progressive Length = 17 mm Channel Width = 10 mm / Position = 18 mm LPD = 32.5 mm LINS =2.0 mm Total PD = 64.0 mm CR code = Added This is an example of the LM-1200 of the maximum data size (200 characters) in progressive power lens measurement mode. When the NEAR parameter is set to NEAR SPH, both the addition powers (ADD) and near spherical data (NSPH) are output. When the function of the progressive length measurement and/or the channel width measurement is set, the measured result of the progressive length and/or channel width is output. 1 5(Number of characters) SOH D L M STX 01H 44H 4CH 4DH 02H I D N I D E K / L M ETB CR 49H 44H 4EH 49H 44H 45H 4BH 2FH 4CH 4DH 2DH 31H 32H 30H 30H 17H 0DH Company name/ Model name R ETB CR 20H 52H 2DH 30H 31H 2EH 32H 35H 2DH 30H 30H 2EH 37H 35H 31H 32H 30H 17H 0DH Right SPH Right CYL Right AXIS 34

39 DATA FORMAT: Example of Data Output A R ETB CR N R ETB CR 41H 52H 30H 32H 2EH 30H 30H 17H 0DH 4EH 52H 2BH 30H 30H 2EH 37H 35H 17H 0DH Right ADD Right NSPH P R I ETB CR P R D ETB CR 50H 52H 30H 32H 2EH 32H 35H 49H 17H 0DH 50H 52H 30H 32H 2EH 30H 30H 44H 17H 0DH Right PRISM1 Right PRISM D R 1 6 ETB CR W R 0 8 / 1 5 ETB CR 44H 52H 31H 36H 17H 0DH 57H 52H 30H 38H 2FH 31H 35H 17H 0DH Right Len. Right Channel Width/ Position L ETB CR 20H 4CH 2DH 30H 32H 2EH 30H 30H 2DH 30H 30H 2EH 35H 30H 31H 38H 30H 17H 0DH Left SPH Left CYL Left AXIS A L ETB CR N L ETB CR 41H 4CH 30H 32H 2EH 32H 35H 17H 0DH 4EH 4CH 2BH 30H 30H 2EH 32H 35H 17H 0DH Left ADD Left NSPH P L O ETB CR P L U ETB CR 50H 4CH 30H 31H 2EH 32H 35H 4FH 17H 0DH 50H 4CH 30H 32H 2EH 30H 30H 55H 17H 0DH Left PRISM Left PRISM2 D L 1 7 ETB CR W L 1 0 / 1 8 ETB CR 44H 4CH 31H 37H 17H 0DH 57H 4CH 31H 30H 2FH 31H 38H 17H 0DH Left Len. Left Channel Width/ Position P D ETB CR 50H 44H 36H 34H 2EH 30H 33H 31H 2EH 35H 33H 32H 2EH 35H 17H 0DH Total PD Right PD Left PD I S ETB CR EOT CR 49H 53H 2BH 30H 31H 2EH 35H 2BH 30H 32H 2EH 30H 17H 0DH 04H 0DH Right INS Left INS 2 35

40 DATA FORMAT: Example of Data Output (14)In the case of the maximum data size in contact lens measurement mode Measurement conditions: Contact lens measurement with the left- and right-eye lenses designated Right: SPH = D, CYL = D, AXIS = 120, SE = D PRISM = IN 2.50, DOWN 2.00 (BU/D BI/O setting) Left: SPH = D, CYL = D, AXIS = 180, SE = D PRISM = OUT 1.25, UP 2.00 (BU/D BI/O setting) CR code = Added This is an example of the maximum data size (123 characters) in contact lens measurement mode. The SE value is output. The addition power and PD are not measured. 1 5 (Number of characters) SOH D L M STX 01H 44H 4CH 4DH 02H I D N I D E K / L M P ETB CR 49H 44H 4EH 49H 44H 45H 4BH 2FH 4CH 4DH 2DH 31H 30H 30H 30H 50H 17H 0DH Company name/ Model name R ETB CR 20H 52H 2DH 30H 31H 2EH 32H 35H 2DH 30H 30H 2EH 37H 35H 31H 32H 30H 17H 0DH Right SPH Right CYL Right AXIS S R ETB CR P R I ETB CR 53H 52H 2DH 30H 31H 2EH 35H 30H 17H 0DH 50H 52H 30H 32H 2EH 35H 30H 49H 17H 0DH Right SE Right PRISM P R D ETB CR 50H 52H 30H 32H 2EH 30H 30H 44H 17H 0DH Right PRISM L ETB CR 20H 4CH 2DH 30H 32H 2EH 30H 30H 2DH 30H 30H 2EH 35H 30H 31H 38H 30H 17H 0DH Left SPH Left CYL Left AXIS 36

41 DATA FORMAT: Example of Data Output S L ETB CR P L O ETB CR 53H 4CH 2DH 30H 32H 2EH 32H 35H 17H 0DH 50H 4CH 30H 31H 2EH 32H 35H 4FH 17H 0DH Left SE Left PRISM P L U ETB CR EOT CR 53H 4CH 30H 32H 2EH 30H 30H 55H 17H 0DH 04H 0DH Left PRISM2 2 37

42 DATA FORMAT: Example of Data Output (15)In the case of the maximum data size in prism layout measurement mode Measurement conditions: Single vision lens measurement with the left- and right-eye lenses designated Right: SPH = D, CYL = D, AXIS = 120 PRISM = IN 2.50, DOWN 2.00 (BASE IN/OUT UP/DOWN setting) RPD = 31.5 mm Left: SPH = D, CYL = D, AXIS = 180 PRISM = OUT 1.25, UP 2.00 (BASE IN/OUT UP/DOWN setting) LPD = 32.5 mm Total PD = 64.0 mm CR code = Added This is an example of the maximum data size (117 characters) in prism layout measurement mode. PRISM is the measured prism power. 1 5 (Number of characters) SOH D L M STX 01H 44H 4CH 4DH 02H I D N I D E K / L M P ETB CR 49H 44H 4EH 49H 44H 45H 4BH 2FH 4CH 4DH 2DH 31H 30H 30H 30H 50H 17H 0DH Company name/ Model name R ETB CR 20H 52H 2DH 30H 31H 2EH 32H 35H 2DH 30H 30H 2EH 37H 35H 31H 32H 30H 17H 0DH Right SPH Right CYL Right AXIS P R I ETB CR P R D ETB CR 50H 52H 30H 32H 2EH 35H 30H 49H 17H 0DH 50H 52H 30H 32H 2EH 30H 30H 44H 17H 0DH Right PRISM 1 Right PRISM L ETB CR 20H 4CH 2DH 30H 32H 2EH 30H 30H 2DH 30H 30H 2EH 35H 30H 31H 38H 30H 17H 0DH Left SPH Left CYL Left AXIS 38

43 DATA FORMAT: Example of Data Output P L O ETB CR P L U ETB CR 53H 4CH 30H 31H 2EH 32H 35H 4FH 17H 0DH 50H 4CH 30H 32H 2EH 30H 30H 55H 17H 0DH Left PRISM1 Left PRISM P D ETB CR 50H 44H 36H 34H 2EH 30H 33H 31H 2EH 35H 33H 32H 2EH 35H 17H 0DH EOT 04H CR 0DH Total PD Right PD Left PD 2 39

44 DATA FORMAT: Example of Data Output 40

45 3. COMMUNICATION PROCEDURE 3.1 Outline The procedure for transmitting data measured by the LM to the computer etc. is explained. 1 Save measured data on the LM. Press the read key of the LM or send RD command from the computer. 2 Transmit the saved data to the computer. Press the print button of the LM-1000P/LM-1200 (or export button of the LM- 1000) or send SD command from the computer. 3 3 As the computer receives measured data, it displays the data on the screen or saves it to a floppy disk. Therefore, the computer needs a program that sends or receives these commands or these items of data, analyzes and processes (displays, saves etc.) the received data. In this manner, the operator can choose the following options for data transmission and reception: To perform automatic data transmission with the operation buttons on the LM side, to use the computer to give all the commands to the LM from the data storage to data transmission, and to use the operation buttons on the LM side and the computer in combination. 41

46 COMMUNICATION PROCEDURE: Communication Control Signals (DTR Output to DSR Input) 3.2 Communication Control Signals (DTR Output to DSR Input) The communication control method when the ComMode parameter is set to NIDEK is described. To transmit and received Command and/or Data, it is necessary to connect the DSR (Data Set Ready) and DTR (Data Terminal Ready) wires as well as the TXD (Transmit exchange Data) and RXD (Received exchange Data) wires. (Also see Cable connection (Page 3).) The DTR-to-DSR wire lets both devices know if the other device is ready for communication. If one device is ready for communication, it sends DTR = ON to the other device. If one device is not ready for communication during printout by the LM or the processing of the previous data by the computer, it sends DTR = OFF to the other device to let the other device know the status of one device. The status of the other device is judged by ON or OFF of DSR. In this way, unwanted communication troubles can be prevented. The figure below shows the changes in the DTR signals when the computer sends SD command and the LM sends Data back in response to the command. TXD DTR ON OFF Computer side 1) 2) 3) 4) 6) Command 7) 10) 11) LM side DTR ON OFF TXD 5) 8) 9) Data T1 T2 T1, T2 0.1 sec (Time out when T1, T2 > 0.1 sec.) 1) Both the computer and LM are out of communication. The DTR signal of both devices is OFF. 2) The computer enables DTR (ON) to send Command to the LM. 42

REFRACTOR RT June 2012 Pages in total: 43 MRT10*RTZ001J/E

REFRACTOR RT June 2012 Pages in total: 43 MRT10*RTZ001J/E REFRACTOR RT-5100 RS-232C SERVICE INTERFACE MANUAL MANUAL June 2012 Pages in total: 43 MRT10*RTZ001J/E NIDEK CO., LTD. : 34-14, Maehama, Hiroishi-cho, Gamagori, Aichi 443-0038, Japan (Manufacturer) Telephone:

More information

NIDEK AUTO REFRACTOMETER ARK-710A INTERFACE MANUAL

NIDEK AUTO REFRACTOMETER ARK-710A INTERFACE MANUAL NIDEK AUTO REFRACTOMETER ARK-710A INTERFACE MANUAL MRK4D*RTZ001B/E TOTAL PAGE: 32 2005. 2. 8 NIDEK CO., LTD. : 34-14, Maehama, Hiroishi-cho, Gamagori, Aichi 443-0038, Japan (Manufacturer) Telephone: (0533)

More information

INSTRUCTION MANUAL FOR GCS-300 COMMUNICATION [OPTION CODE: C5] GCSC3E

INSTRUCTION MANUAL FOR GCS-300 COMMUNICATION [OPTION CODE: C5] GCSC3E INSTRUCTION MANUAL FOR COMMUNICATION [OPTION CODE C5] GCSC3E1 2002.04 To prevent the accidents by mishandling of this controller, please arrange to give this manual into the hands of the operator who actually

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

Model. November 2009 Pages in total: 52 XRKT2*RTZ001D/E

Model. November 2009 Pages in total: 52 XRKT2*RTZ001D/E AUTO REF/KERATO/TONOMETER Model TONOREFII INTERFACE MANUAL November 2009 Pages in total: 52 XRKT2*RTZ001D/E NIDEK CO., LTD. : 34-14, Maehama, Hiroishi-cho, Gamagori, Aichi 443-0038, Japan (Manufacturer)

More information

THT-500-A/R (C5) 1. System Configuration COMMUNICATION INSTRUCTION MANUAL. No. THT5CE

THT-500-A/R (C5) 1. System Configuration COMMUNICATION INSTRUCTION MANUAL. No. THT5CE COMMUNICATION INSTRUCTION MANUAL THT-500-A/R (C5) No. THT5CE2 2018.04 This manual contains instructions for communication functions of the THT-500-A/R. 1. System Configuration 1.1 When Using USB Communication

More information

Intelligent Blocker ICE-1200

Intelligent Blocker ICE-1200 Intelligent Blocker Intelligent Blocker Advanced technology with proven, reliable results Stable and accurate blocking. Intuitive screen for easy operation and spot-on results. External memory for easy

More information

Sender Receiver Sender

Sender Receiver Sender EEE 410 Microprocessors I Spring 04/05 Lecture Notes # 19 Outline of the Lecture Interfacing the Serial Port Basics of Serial Communication Asynchronous Data Communication and Data Framing RS232 and other

More information

CENTERING DEVICE. Model CE-9 OPERATOR S MANUAL

CENTERING DEVICE. Model CE-9 OPERATOR S MANUAL CENTERING DEVICE Model CE-9 OPERATOR S MANUAL NIDEK CO., LTD. : 34-14, Maehama, Hiroishi-cho, Gamagori, Aichi 443-0038, Japan (Manufacturer) Telephone: (81-533) 67-6611 Facsimile: (81-533) 67-6610 NIDEK

More information

THERMO-CON. Model No. HECR002-A5. Keep available whenever necessary.

THERMO-CON. Model No. HECR002-A5. Keep available whenever necessary. HEC-OM-S008 Aug.2014 Communication Manual THERMO-CON Model No. HECR002-A5 Keep available whenever necessary. This manual is copyrighted and all rights are reserved by SMC Corporation, and may not, in whole

More information

Vacuum Fluorescent Customer Display. Model: WD-2030 XXXX Version: 1.10

Vacuum Fluorescent Customer Display. Model: WD-2030 XXXX Version: 1.10 Vacuum Fluorescent Customer Display Model: WD-2030 XXXX Version: 1.10 INDEX 1. FEATURES... 3 2. GENERAL SPECIFICATIONS... 4 3. UNPACKING AND CHECKING THE PARTS... 5 3.1 PARTS LIST (WITH BASE PCB)... 5

More information

DSP860 Operation Manual

DSP860 Operation Manual DSP860 Operation Manual 1. Information 2. Introduction 3. Installation 4. Pin Assignment 5. DIP Switch Setting 6. Character Tables 7. Software Control (Command List) 8. Specifications 9. Instruction of

More information

DSP840 Operation Manual Version 3.0

DSP840 Operation Manual Version 3.0 DSP840 Operation Manual Version 3.0 1. Information 2. Introduction 3. Installation 4. Pin Assignment 5. DIP Switch Setting 6. Character Tables 7. Software Control (Command List) 8. Specifications 9. Instruction

More information

TABLE OF CONTENTS. Communication Functions

TABLE OF CONTENTS. Communication Functions TABLE OF CONTENTS Chapter 1: Chapter 2: Chapter 3: Chapter 4: General Features....................................................... 1-1 Functions......................................................

More information

This document hosted by: Extension Load Cell Cable (OP-02)

This document hosted by: Extension Load Cell Cable (OP-02) This document hosted by: www.oldwillknottscales.com 17.1. Extension Load Cell Cable (OP-02) This cable is used for installing the indicator away from the base unit. This extension load cell cable is 5

More information

COMMUNICATION INSTRUCTION MANUAL Temperature Controller KT4R

COMMUNICATION INSTRUCTION MANUAL Temperature Controller KT4R COMMUNICATION INSTRUCTION MANUAL Temperature Controller KT4R No. KT4RCE1 2015.06 This manual contains instructions for communication functions of the KT4R. To prevent accidents arising from the misuse

More information

COMMUNICATION INSTRUCTION MANUAL PC-935, PC-955 (OPTION CODES: C, C5, SVTC)

COMMUNICATION INSTRUCTION MANUAL PC-935, PC-955 (OPTION CODES: C, C5, SVTC) COMMUNICATION INSTRUCTION MANUAL PC-935, PC-955 (OPTION CODES: C, C5, SVTC) --- CONTENTS --- 1. System configuration 1.1 System configuration (1) RS-232C (option C) -------------------------------------------------------------

More information

Command Table 4 Data Buffer Function

Command Table 4 Data Buffer Function ASCII Code Table Character Hex Decimal Character Hex Decimal Character Hex Decimal NUL 0 0 2B 43 V 56 86 SOH 1 1 2C 44 W 57 87 STX 2 2 2D 45 X 58 88 ETX 3 3 2E 46 Y 59 89 EOT 4 4 2F 47 Z 5A 90 ENQ 5 5

More information

User s Manual Models CD5220 / CD6220. Vacuum Fluorescent Customer Display

User s Manual Models CD5220 / CD6220. Vacuum Fluorescent Customer Display User s Manual Models CD5220 / CD6220 Vacuum Fluorescent Customer Display INDEX 1. FEATURES...3 2. TYPE CLASSIFICATION...4 3. GENERAL SPECIFICATIONS...5 4. INTERFACE SPECIFICATIONS...6 5. FUNCTION SELECTION...9

More information

System Chart SC-1600 /1600

System Chart SC-1600 /1600 System Chart SC-1600 /1600 Reliable Features for easy operation and efficient workflow Sufficient Functions for more refined and smoother examinations Flexible Usability for comfortable test in any circumstances

More information

RS-422 Code-Operated Switches

RS-422 Code-Operated Switches JUNE 2000 SW421A-R2 SW422A-R2 RS-422 Code-Operated Switches COS/4 TEXT TRANSPARENT GRAPHICS MODE RESET ST LO CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S. 24 hours, 7 A.M. Monday to midnight

More information

JCL-33A (C5) Warning. 1. System Configuration COMMUNICATION INSTRUCTION MANUAL

JCL-33A (C5) Warning. 1. System Configuration COMMUNICATION INSTRUCTION MANUAL COMMUNICATION INSTRUCTION MANUAL JCL-33A (C5) No.JCL3CE3 2018.11 This manual contains instructions for the communication functions, operations and notes when operating the JCL-33A. To prevent accidents

More information

6. SOFTWARE CONTROL: COMMAND GROUP

6. SOFTWARE CONTROL: COMMAND GROUP 6. SOFTWARE CONTROL: COMMAND GROUP Command symbols definitions are as below: EOT 04H SOH 01H ETB 17H ESC 1BH US 1FH ACK 06H NACK 15H Group A. (command sets) A1. Package Command Format EOT SOH COMMAND ETB

More information

Edging Station LE-700

Edging Station LE-700 Edging Station Simple, built-in intelligent blocker Simple, accurate blocking The built-in intelligent manual blocker enables the operator to achieve accurate blocking with simple operation. Precise alignment

More information

VIGOR PROGRAMMABLE LOGICAL CONTROLLERS VIGOR ELECTRIC CORP.

VIGOR PROGRAMMABLE LOGICAL CONTROLLERS VIGOR ELECTRIC CORP. VIGOR PROGRAMMABLE LOGICAL CONTROLLERS VIGOR ELECTRIC CORP. 232G RX TX VB-1COM VIGOR + 24V IN - SHORT FOR TR 485G D+ D- VB-1COM Serial Foreword This manual contains text, diagrams and explanations which

More information

COMMUNICATION INTERFACE (RS-232C/RS-485)

COMMUNICATION INTERFACE (RS-232C/RS-485) SD6 Series Digital Indicator COMMUNICATION INTEFACE (S-232C/S-485) INSTUCTION MANUAL Thank you for purchasing the Shimaden SD6 series indicator. Please check that the delivered product is the correct item

More information

Dot Matrix Printer. SP300 Series. Programmer s Manual

Dot Matrix Printer. SP300 Series. Programmer s Manual Dot Matrix Printer SP300 Series Programmer s Manual TABLE OF CONTENTS 1. CONTROL PANEL... 1 1-1. Basic Operation... 1 1-2. Switch Operation (Combined Switch Operation)... 2 2. SERIAL INTERFACE... 7 2-1.

More information

COMBINATION PRINTER SCP700 SERIES

COMBINATION PRINTER SCP700 SERIES COMBINATION PRINTER SCP700 SERIES Programmer s Manual Trademark acknowledgments SCP700: Star Micronics Co. Ltd. ESC/POS, TM-295, TM-T85: Seiko Epson Corporation Notice All rights reserved. Reproduction

More information

Lex. Lens Edging System. Lex Specifications Model Grinding system Tracer Mode

Lex. Lens Edging System. Lex Specifications Model Grinding system Tracer Mode Lex Specifications Model Grinding system Tracer Mode Grinding Size Flat edging Bevel edging Hi-curve bevel edging Flat chamfering Bevel chamfering Grooving Wheel configuration Water supply system Power

More information

Projector Control Command Reference Manual

Projector Control Command Reference Manual Projector Control Reference Manual NEC Display Solutions, Ltd. 2014-2017 BDT140013 Revision 6.1 Introduction This manual describes the commands used to control an NEC-made projector from a PC or other

More information

Communication. Outline of Communication. Merits

Communication. Outline of Communication. Merits Communication Outline of Communication You can connect up to MINAS-A series with your computer or NC via serial communication based on RS and RS, and can execute the following functions. () Change over

More information

INSTRUCTION MANUAL FOR PC LINK UNIT CLT-20S

INSTRUCTION MANUAL FOR PC LINK UNIT CLT-20S INSTRUCTION MANUAL FOR PC LINK UNIT PREFACE Thank you for your purchase of our PC link unit. This manual contains instructions for the mounting, functions, operations and notes when operating the. For

More information

Reference Guide. Remote Control

Reference Guide. Remote Control Remote Control Reference Guide Remote control enables you to operate the buttons on the front panel of the MVS-12 from an external device. This document describes how to operate the unit remotely via MIDI,

More information

Forcom Technology Co., Ltd. Intelligent RS-485/422 to RS-232 converter

Forcom Technology Co., Ltd. Intelligent RS-485/422 to RS-232 converter Forcom Technology Co., Ltd. Tel: +886-2-77296880 Fax: +8862-27055495 e-mail: info@forcomtech.com.tw URL: http://www.forcomtech.com.tw Intelligent RS-485/422 to RS-232 converter Model No.: R32TR1 AD-INT

More information

XR-200 MINI DOT IMPACT PRINTER PRODUCT SPECIFICATION DATE : MAY 3, 2004 MANUAL REVISION 2.0

XR-200 MINI DOT IMPACT PRINTER PRODUCT SPECIFICATION DATE : MAY 3, 2004 MANUAL REVISION 2.0 XR-200 MINI DOT IMPACT PRINTER PRODUCT SPECIFICATI DATE : MAY 3, 2004 MANUAL REVISI 2.0 Features Dip Switch Configuration Emulation mode, communications mode, baud rate, serial/parallel handshake, and

More information

1. System Configuration

1. System Configuration COMMUNICATION INSTRUCTION MANUAL PCB1 (C5W, C5) No. PCB1CE1 2017.07 This manual contains instructions for communication functions of the PCB1. Serial communication and Console communication cannot be used

More information

SIO-DLL. Serial I/O DLL. User Manual

SIO-DLL. Serial I/O DLL. User Manual SIO-DLL Serial I/O DLL User Manual SIO-DLL User Manual Document Part N 0127-0178 Document Reference SIO-DLL\..\0127-0178.Doc Document Issue Level 1.3 Manual covers software version 1 All rights reserved.

More information

Patternless Edger LE-1200

Patternless Edger LE-1200 Patternless Edger Patternless Edger A new standard is born The NIDEK patternless edger LE series was born from the trusted, symbolic relationship with optical professionals and quickly grew to be the industry

More information

Addmaster Corporation

Addmaster Corporation IJ-1000 Ink-Jet Validation Printer Specification Addmaster Corporation Address: 225 East Huntington Drive Monrovia, CA 91016 Web: www.addmaster.com Phone: (626) 358-2395 FAX: (626) 358-2784 Document: ij1w.doc

More information

Universal Asynchronous Receiver Transmitter Communication

Universal Asynchronous Receiver Transmitter Communication Universal Asynchronous Receiver Transmitter Communication 13 October 2011 Synchronous Serial Standard SPI I 2 C Asynchronous Serial Standard UART Asynchronous Resynchronization Asynchronous Data Transmission

More information

USER S MANUAL Enhanced Communication Function

USER S MANUAL Enhanced Communication Function UM-TS02E -E003 PROGRAMMABLE CONTROLLER PROSEC T2E/T2N USER S MANUAL Enhanced Communication Function Main Menu Contents TOSHIBA CORPORATION Important Information Misuse of this equipment can result in property

More information

S-Series Sensor ASCII Protocol v8.1.0

S-Series Sensor ASCII Protocol v8.1.0 S-Series Sensor v8.1.0 Legend: ADR Node/Slave Address TIME STAT Status Byte ERR CTRL Control Byte SP # POS Position DATA TARG Target CHAR VEL Velocity OFF SN CODE PAR # Serial Number Security Code Parameter

More information

Station 2. Inverter. PU connector (Note1)

Station 2. Inverter. PU connector (Note1) using the E500 series drives General This data sheet describes the correct techniques for using E500 series inverters on a standard RS485 serial comms link. Up to 32 inverters may be connected. Max comms

More information

Various configurations are made possible with NIDEK's Lab Equipment --- SE-9090 Express, AHM-1000 and RHU-1000/1500.

Various configurations are made possible with NIDEK's Lab Equipment --- SE-9090 Express, AHM-1000 and RHU-1000/1500. NIDEK Lab Edging Systems Comprehensive Solutions Automation Complete Automation & Lens Processing Various configurations are made possible with NIDEK's Lab Equipment --- SE-9090 Express, AHM-1000 and RHU-1000/1500.

More information

TRP-C08. USB to RS232/422/485 Isolated Converter. User s Manual. Printed Sep.2014 Rev 1.4

TRP-C08. USB to RS232/422/485 Isolated Converter. User s Manual. Printed Sep.2014 Rev 1.4 TRP-C08 USB to RS232/422/485 Isolated Converter User s Manual Printed Sep.2014 Rev 1.4 Trycom Technology Co.,Ltd No.35, Zhongxing Rd., Guishan Township, Taoyuan County 333, Taiwan. Tel : 886-3-350-3351

More information

CD 8220 User Manual. LCD 2 x 20 Display

CD 8220 User Manual. LCD 2 x 20 Display CD 8220 User Manual LCD 2 x 20 Display INDEX 1. FEATURES...3 2. ORDER INFORMATION...4 3. GENERAL SPECIFICATIONS...5 4. INTERFACE SPECIFICATIONS...6 2 1. FEATURES 20 columns x 2 lines. Display panel is

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

Communication Interface. Instruction Manual

Communication Interface. Instruction Manual SD Series Digital Indicator Communication Interface Instruction Manual (RS-3C/RS-4A/RS-485) SDC-IDE Aug. INTRODUCTION This manual describes communication interface which is an optional function of the

More information

Device/PLC Connection Manuals

Device/PLC Connection Manuals Device/PLC Connection Manuals About the Device/PLC Connection Manuals Prior to reading these manuals and setting up your device, be sure to read the "Important: Prior to reading the Device/PLC Connection

More information

VFD Series Vacuum Fluorescent Customer Display Instruction Manual ESC/POS commands Sets Supports

VFD Series Vacuum Fluorescent Customer Display Instruction Manual ESC/POS commands Sets Supports VFD Series Vacuum Fluorescent Customer Display Instruction Manual ESC/POS commands Sets Supports Ver. 1.1 CONTENTS I. PRODUCT OVERVIEW... 3 Specification... 4 Package... 8 II. INSTALLING YOUR VFD CUSTOMER

More information

Select a Data Communication Interface

Select a Data Communication Interface Printer Setup and Operation Select a Data Communication Interface Select a Data Communication Interface You may connect your print engine to a computer using one or more of the available connections. The

More information

Back to. Communication Products Group. Technical Notes. Local/Remote Control and Functional Description, 1:1 Redundant Switching Unit, One Rack Unit

Back to. Communication Products Group. Technical Notes. Local/Remote Control and Functional Description, 1:1 Redundant Switching Unit, One Rack Unit Back to Communication Products Group Technical Notes 25T008 Local/Remote Control and Functional Description, 1:1 Redundant Switching Unit, One Rack Unit MITEQ TECHNICAL NOTE 25T008 MAY 1997 REV D LOCAL/REMOTE

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

RS232/LAN Serial Communication Control. Specification for A3112 (MDT701S/LDT701V)

RS232/LAN Serial Communication Control. Specification for A3112 (MDT701S/LDT701V) RS232/LAN Serial Communication Control Specification for A3112 (MDT701S/LDT701V) 1. Application This document defines the communication protocols for serial control of the A3112(MDT701S/LDT701V). A3112:

More information

Multifunction Edger ME-1000 DESIGN+ / ME-1000

Multifunction Edger ME-1000 DESIGN+ / ME-1000 Multifunction Edger ME-1000 DESIGN+ / ME-1000 Multifunction Edger ME-1000 DESIGN+ / ME-1000 Beyond the limits of Lens Edger Standards Automatic 3D Drilling The ME-1000 series offers drilling with flexible

More information

DB-II Serial Communication Protocol Revision 0.2(English)

DB-II Serial Communication Protocol Revision 0.2(English) DB-II Serial Communication Protocol Revision 0.2(English) Final Revision: 2005. 4. 25 Page 1 3/2/2007 < Table of Contents > 1. The Serial Interface...3 1.1. Transmission Control Character...3 1.2. Synchronization...3

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

Sequential Event Recorder

Sequential Event Recorder DESCRIPTION Sequential Event Recorder Product Specifications and Installation Data The Sequential Event Recorder (SER) is an intelligent Genius I/0 block that resides directly on the Genius LAN. The primary

More information

MOBILE THERMAL PRINTER

MOBILE THERMAL PRINTER MOBILE THERMAL PRINTER MODEL CMP-20 series Technical Manual Rev. 1.00 TABLE OF CONTENTS 1. General Specifications 1.1 Printing Specifications 1.2 Character Specifications 1.3 Paper Specification 1.4 Printable

More information

X-SEL Serial Communication Protocol Specification (Format B)

X-SEL Serial Communication Protocol Specification (Format B) X-SEL Serial Communication Protocol Specification (Format B) [Applicable Models] X-SEL-J/K Main Application V0.99 X-SEL-JX/KX Main Application V0.42 TT Main Application V0.18 X-SEL-P/Q Main Application

More information

CONTENTS CHAPTER 1. REMOVING THE REAR COVER... 1 CHAPTER 2. REMOVING THE TOP CABINET... 1 CHAPTER 3. REMOVING THE LCD UNIT... 3

CONTENTS CHAPTER 1. REMOVING THE REAR COVER... 1 CHAPTER 2. REMOVING THE TOP CABINET... 1 CHAPTER 3. REMOVING THE LCD UNIT... 3 UP-600 MODEL UP-600 UP-700 (For "U" & "A" version) UP-700 CONTENTS CHAPTER. REMOVING THE REAR COVER... CHAPTER. REMOVING THE TOP CABINET... CHAPTER. REMOVING THE LCD UNIT... CHAPTER. REMOVING THE PRINTER

More information

SECTION 4 Host Link Communications

SECTION 4 Host Link Communications SECTION 4 Host Link Communications This section describes the procedure and other information required to use Host Link communications. 4-1 Host Link Communications.................................................

More information

INSTRUCTION MANUAL FOR JU THYRISTOR REGULATOR COMMUNICATIONS INTERFACE

INSTRUCTION MANUAL FOR JU THYRISTOR REGULATOR COMMUNICATIONS INTERFACE INST. INE-325A INSTRUCTION MANUAL FOR JU THYRISTOR REGULATOR COMMUNICATIONS INTERFACE Always keep this manual with the unit and in an easily accessible place. Please make sure that this manual is delivered

More information

Chapter 11: Input/Output Organisation. Lesson 05: Asynchronous RS232C Serial Port data transfer

Chapter 11: Input/Output Organisation. Lesson 05: Asynchronous RS232C Serial Port data transfer Chapter 11: Input/Output Organisation Lesson 05: Asynchronous RS232C Serial Port data transfer Objective Understand the RS232C asynchronous data transfer and signals Learn the RS232C serial port communication

More information

Multifunction edger Me /

Multifunction edger Me / Multifunction edger Me 1200 /900 Multifunction edger Me 1200 The ME-1000 DESIGN+ Lens Edger, which had ushered in a new era of lens finishing as the world's first automatic 3-D drilling edger, has been

More information

Original instructions. August P902E Printed in Japan

Original instructions. August P902E Printed in Japan REFRACTOR RT-3100 OPERATOR S MANUAL Original instructions NIDEK CO., LTD. : 34-14, Maehama, Hiroishi-cho, Gamagori, Aichi 443-0038, Japan (Manufacturer) Telephone: +81-533-67-6611 Facsimile: +81-533-67-6610

More information

Section 1 Introduction

Section 1 Introduction Section 1 Introduction The Model 4824 Serial/Parallel Module provides one RS232 serial port and one parallel printer port. Eight 4824s could be used per system. You can use the 4824 for a variety of purposes,

More information

VC-C4 COMMUNICATION CAMERA PROGRAMMER'S MANUAL

VC-C4 COMMUNICATION CAMERA PROGRAMMER'S MANUAL VC-C4 COMMUNICATION CAMERA PROGRAMMER'S MANUAL Contents 1. Getting Started... 5 2. Connection with your Computer... 5 2.1 Connection... 5 2.2 Connector & Pin Assignment... 5 3. Communication Format...

More information

2. Terminal arrangement TEMPERATURE CONTROLLER KT2 COMMUNICATION INSTRUCTION MANUAL. (Fig. 2-1)

2. Terminal arrangement TEMPERATURE CONTROLLER KT2 COMMUNICATION INSTRUCTION MANUAL. (Fig. 2-1) COMMUNICATION INSTRUCTION MANUAL TEMPERATURE CONTROLLER No.KTC3E2 2006.08 To prevent accidents arising from the misuse of this controller, please ensure the operator receives this manual. For this product

More information

Pro-face Memory Link(SIO) Driver

Pro-face Memory Link(SIO) Driver Pro-face Pro-face Memory Link(SIO) Driver 1 About Memory Link 2 Memory Link Commands 3 System Structure 4 Cable Diagrams 5 Supported Device Addresses 6 Environment Setup 7 I/O Manager Configuration 8 Driver

More information

JCS, JCM, JCR, JCD-33A (C5)

JCS, JCM, JCR, JCD-33A (C5) COMMUNICATION INSTRUCTION MANUAL JCS, JCM, JCR, JCD-33A (C5) No.JC3CE11 2013.01 This manual contains instructions for the communication functions, operations and notes when operating the JCS, JCM, JCR

More information

IM3523 IM3533 IM IM3536 LCR METER IM3570 IM7580 IM3590 CHEMICAL IMPEDANCE ANALYZER IMPEDANCE ANALYZER. Communication Instruction Manual

IM3523 IM3533 IM IM3536 LCR METER IM3570 IM7580 IM3590 CHEMICAL IMPEDANCE ANALYZER IMPEDANCE ANALYZER. Communication Instruction Manual Communication Instruction Manual IM3523 IM3533 IM3533-01 IM3536 LCR METER IM3570 IM7580 IMPEDANCE ANALYZER IM3590 CHEMICAL IMPEDANCE ANALYZER November 2014 Revised edition 6 IM3570A983-06 14-11H i Contents

More information

1. System configuration

1. System configuration COMMUNICATION INSTRUCTION MANUAL ACD/R-3A, ACD/R-5A (C, C5) No. ACDRCE2 2008.08 This manual contains instructions for communication functions of the ACD-3A, ACR-3A, ACD-5A and ACR-5A. Serial communication

More information

CAMERA UNIT (KX-DP60X) SERIAL INTERFACE SPECIFICATION

CAMERA UNIT (KX-DP60X) SERIAL INTERFACE SPECIFICATION CAMERA UNIT (KX-DP60X) SERIAL INTERFACE SPECIFICATION Nov. 1st. 1999 Products and product specifications may be subject to change without notice. Confirm that you have received the latest product standards

More information

TSP552 TSP552II TSP2000

TSP552 TSP552II TSP2000 THERMAL PRINTER TSP552 TSP552II TSP2000 PROGRAMMER'S MANUAL Trademark acknowledgments TSP552, TSP552II, TSP2000: Star Micronics Co., Ltd. ESC/POS: Seiko Epson Corporation Notice All rights reserved. Reproduction

More information

Sartorius Comparator. Interface Description for the CC Model Series

Sartorius Comparator. Interface Description for the CC Model Series 98647-000-53 Sartorius Comparator Interface Description for the CC Model Series Contents Page General Information 4 General Specifications 5 Data Output Formats 6 Data Input Formats 11 Synchronization

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

Dot Matrix Printer. SP2000 Series. Programmer s Manual

Dot Matrix Printer. SP2000 Series. Programmer s Manual Dot Matrix Printer SP2000 Series Programmer s Manual TABLE OF CONTENTS 1. Control Codes (Star Mode)... 1 1-1. Control Codes List... 1 1-1-1. Character Selection... 1 1-1-2. Print Position Control... 3

More information

Vorne Industries. 87/415 Rate Monitor Display User's Manual Industrial Drive Itasca, IL (630) Telefax (630)

Vorne Industries. 87/415 Rate Monitor Display User's Manual Industrial Drive Itasca, IL (630) Telefax (630) Vorne Industries 87/415 Rate Monitor Display User's Manual 1445 Industrial Drive Itasca, IL 60143-1849 (630) 875-3600 Telefax (630) 875-3609 . 3 Chapter 1 Setting Up Your Display For Operation... 1.1 Accessing

More information

AD-8923-BCD. Remote Controller (BCD) INSTRUCTION MANUAL 1WMPD

AD-8923-BCD. Remote Controller (BCD) INSTRUCTION MANUAL 1WMPD AD-8923-BCD Remote Controller (BCD) INSTRUCTION MANUAL 1WMPD4002137 2010 A&D Company, Limited. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, or translated

More information

PLC Connection User s Manual

PLC Connection User s Manual WB2F 2D Code Scanner PLC Connection User s Manual B-1960(0) Introduction Attention z IDEC Corporation holds all rights related to this manual. Unauthorized duplication, reproduction, sales, transfers,

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

AD Remote Controller INSTRUCTION MANUAL WM+PD A

AD Remote Controller INSTRUCTION MANUAL WM+PD A AD-8922 Remote Controller INSTRUCTION MANUAL WM+PD4000929A 2005 A&D Company Ltd. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, or translated into any language

More information

V850ES/SG3, V850ES/SJ3

V850ES/SG3, V850ES/SJ3 APPLICATION NOTE V850ES/SG3, V850ES/SJ3 V850ES/SG3, V850ES/SJ3 Microcontrollers R01AN0930EJ0200 Rev.2.00 Introduction This application note is intended for users who understand the functions of the V850ES/SG3

More information

I/O Interface DNA300

I/O Interface DNA300 DNA300 OPERATIONS MANUAL 1 Ring Communications, Inc. Crisis Alert System I/O Interface DNA300 2 DNA300 OPERATIONS MANUAL 2006/06/13 DNA300 OPERATIONS MANUAL 3 Contents INTRODUCTION... 5 INSTALLATION...

More information

RS 232 Interface. RS 232 is the Serial interface on the PC. Three major wires for the Serial interface: Transmit Pin 2 Receive Pin 3

RS 232 Interface. RS 232 is the Serial interface on the PC. Three major wires for the Serial interface: Transmit Pin 2 Receive Pin 3 RS 232 Interface RS 232 is the Serial interface on the PC Three major wires for the Serial interface: Transmit Pin 2 Receive Pin 3 Note: SR510 switches pins 2,3 internally HP Func. Gen. Requires a null

More information

DC1010 DC1020 DC1030 DC1040

DC1010 DC1020 DC1030 DC1040 COMMUNICATION MANUAL DIGITAL PID CONTROLLER DC1010 DC1020 DC1030 DC1040 February, 2007 TAIWAN INSTRUMENT & CONTROL CO., LTD Contents 1 Set up of the controller...1 2 System Configuration...2 2.1 RS485

More information

HEAD OFFICE TOKYO OFFICE NIDEK INC. NIDEK S.A. NIDEK TECHNOLOGIES

HEAD OFFICE TOKYO OFFICE NIDEK INC. NIDEK S.A. NIDEK TECHNOLOGIES Multifunction edger Multifunction edger The ME-1000 DESIGN+ Lens Edger, which had ushered in a new era of lens finishing as the world's first automatic 3D drilling edger, has been totally redesigned from

More information

Control Command list (ESC/POS)

Control Command list (ESC/POS) Printer Command Control Command list (ESC/POS) Rev 1.4 1. Command Summary 2. Control Command 3. [STAR Emulation Mode] Command Summary SAM4S PRINTER ELLIX30/40 1 Control Command list 1. Command Summary

More information

SERIAL INTERFACE MANUAL. Precision Integrating Sound Level Meter. with 1/3 octave band real-time analyzer NA-27

SERIAL INTERFACE MANUAL. Precision Integrating Sound Level Meter. with 1/3 octave band real-time analyzer NA-27 SERIAL INTERFACE MANUAL Precision Integrating Sound Level Meter with 1/3 octave band real-time analyzer NA-27 3-20-41 Higashimotomachi, Kokubunji, Tokyo 185-8533, Japan Contents Outline... 1 Connection

More information

HBI-232MKII. MSX-BASIC commands and functions used for RS-232C communication.

HBI-232MKII. MSX-BASIC commands and functions used for RS-232C communication. HBI-232MKII MSX-BASIC commands and functions used for RS-232C communication. CLOSE (close) Closes a file opened by an OPEN statement. CLOSE [#] [file number] Pile number] File number: Integer constants,

More information

QTERM-J10/N15 USER'S MANUAL REVISION 13

QTERM-J10/N15 USER'S MANUAL REVISION 13 QTERM-J0/N5 USER'S MANUAL REVISION 3 M0-009-00 Rev 3 QSI CORPORATION 222 South West Temple #50 Salt Lake City, UTAH 845-2648 USA Phone 80-466-8770 Fax 80-466-8792 Email info@qsicorp.com Web www.qsicorp.com

More information

WIE485 and WIE232. Wiegand to RS485 or RS232 bidirectional interface converters for systems with contactless readers

WIE485 and WIE232. Wiegand to RS485 or RS232 bidirectional interface converters for systems with contactless readers Wiegand to RS485 or RS232 bidirectional interface converters for systems with contactless readers 24. srpna 2016 w w w. p a p o u c h. c o m WIE485 and WIE232 Product Data Sheet Created: 5.10.2010 Last

More information

FY100 FY101 FY400 FY600 FY700 FY800 FY900 FA200 FA211 TAIE COMMUNICATION MANUAL DIGITAL PID CONTROLLER. March, 2009 FY_COMM_EN_V1.

FY100 FY101 FY400 FY600 FY700 FY800 FY900 FA200 FA211 TAIE COMMUNICATION MANUAL DIGITAL PID CONTROLLER. March, 2009 FY_COMM_EN_V1. COMMUNICATION MANUAL DIGITAL PID CONTROLLER FA200 FA211 FY100 FY101 FY400 FY600 FY700 FY800 FY900 March, 2009 FY_COMM_EN_V1.1 TAIE TAIWAN INSTRUMENT & CONTROL CO., LTD Contents 1...Set up of the controller

More information

IR-CA Series Communications

IR-CA Series Communications INST. No. INE-463-0P0 IR-CA Series Communications (Options) Model: IR-CA S IR-CAQ S Always keep this instruction with your unit. Please be sure to deliver this instruction manual with the unit to a final

More information

[Notes] Provides important information on setting and using the printer command, if necessary.

[Notes] Provides important information on setting and using the printer command, if necessary. 2. COMMANDS 2. 1 Command Notation X X X X [Name] The name of the command. [Format] The code sequence. [Range] Gives the allowable ranges for the arguments. [Description] Describes the command s function.

More information

VC-C50i COMMUNICATION CAMERA PROGRAMMER'S MANUAL

VC-C50i COMMUNICATION CAMERA PROGRAMMER'S MANUAL VC-C50i COMMUNICATION CAMERA PROGRAMMER'S MANUAL Contents 1. Getting Started... 6 2. Connection with your Computer... 6 2.1 Connection... 6 2.2 Connector & Pin Assignment... 7 3. Communication Format...

More information

Vorne Industries. 87/708 Master Clock Display User's Manual

Vorne Industries. 87/708 Master Clock Display User's Manual Vorne Industries 87/708 Master Clock Display User's Manual 1445 Industrial Drive Itasca, IL 60143-1849 (630) 875-3600 Telefax (630) 875-3609 www.vorne.com Chapter 1 Setting Up Your Display For Operation...

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

Controlling the projector using a personal computer

Controlling the projector using a personal computer DLP Projector EX320U/EW330U/EX320U-ST Controlling the projector using a personal computer This projector can be controlled by connecting a personal computer with RS-232C terminal. PC-controllable functions:

More information