Part Number Hot Search : 
FMMT718 K1100FBS IN07088 R61A106 ES51978 2SC5536 SII1930 TAS5630B
Product Description
Full Text Search
 

To Download 03-AP25-24 Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
  able systems limited northwich, cheshire, england www.able-systems.com users' guide to the able systems ap25-24s, ap25-32s & ap25-40s panel mounting printers (with serial rs-232 interface) contents: 1introduction 2 on-line information 3 pin connections 4 installation 5 operation and programming 1 introduction this document is a users' guide, written for the person designing-in, connecting and using the able systems ap25s panel mount mini printer. please read it carefully before making any connection. there are three versions available (each fitted with different printer mechanisms), the ap25- 24s (fitted with the m-160, 24 characters per line), the ap25-32s (fitted with the m-163, 32 characters per line) and the ap25-40s (fitted with the m164, 40 characters per line). 2 on-line information able systems maintains a site on the world wide web. this will include application data updates, product announcements, and e-mail facilities for customer support. the url of our web site is: http://www.able-systems.com our e-mail address is: contact@able-systems.com copyright notice and disclaimer note that copyright subsists in all able systems intellectual property, including controller firmware (embedded software) and circuit diagrams, pin connection lists and application data. no warranty in respect of patent rights of able systems limited or of third parties is given. unauthorised reproduction or amendment of controller firmware may result in prosecution. note: epson is a registered mark of its owner seiko epson corporation. references to this or other owners' marks in this document are for illustrative purposes only. copyright ? able systems limited 1999/2000 all rights reserved document ref: ap25s_user_guide3.doc
ap25 users? guide page 2 3 pin connections the ap25s has three main connectors or connection areas, for data, power, and some onboard jumpers. please refer to the connector and option link layout diagram for locations and pin orientations. 3.1 serial rs232 data connector j3 (user side molex housing 22-01-2045, crimps 08-050-0032) the a104sb is suitable for direct connection to a pc rs232 com. port. j3 pin no function 1 receive data 2 not connected 3busy 4 signal ground 3.2 jumper field j6 serial data baud rates are selected on jumper a and jumper b. serial data baud rates: baud 300 1,200 2,400 9,600 jumper b not fitted fitted not fitted fitted jumper a fitted not fitted not fitted fitted note that the combination for 9600 baud was used to select 110 baud in the a160b family of controller boards. jumper position c ? fit jumper for inverted print mode. in order to implement a change to the invert print mode or the baud rate the printer must be reset. 3.3 power connector j4 (user side molex housing 22-01-2035, crimps 08-050-0032) j4 pin no function 1 power for logic (+5v) 2 power for mechanism (+5v) 3ground (0v) 3.4 paper take-up motor connector j5 (only fitted to customer order) j5 pin no function 1ground (0v) 2paper take-up motor +ve the output from pin 2 is in parallel with the mechanism motor drive, with a protective series resistance of about 16 ohms. please consult the factory before making any connection.
ap25 users? guide page 3 4 installation 4.1 power supply a clean dc power supply of 5v 5% 3a is required to power the ap25s. the rise time of the supply must be short enough to give a valid reset signal to the controller chip. it is recommended that the power supply for the controller circuits is separate from the supply to the mechanism motor and solenoid circuits, to minimise interference. in the event that the power supply is not adequate to power the ap25s, on board circuitry will hold the printer in reset and avoid any damage which may occur to the printer mechanism. 4.2 emc compliance as a component, the ap25s is outside the scope of the emc directive and the user must take responsibility for the compliance of the complete equipment or installation. 5 operation and programming 5.1 busy output signal the controller asserts the busy output when the input buffer is one character away from being full. the following character will, however, be loaded into the input buffer. this avoids any data being lost due to the host not responding to the busy signal immediately (such as with a double-buffered uart in a pc). 5.2 printing modes and data buffer printing modes include graphics, inverted, double height and double width. graphics mode is cancelled at the end of every dot line, whereas the combinations of double height and width remain in force until cancelled by a new command. the ap25s will print data before the escape code and then implement the new mode selection. the data buffer accommodates 48 bytes, which can extend over many physical print lines, depending on the mechanism in use and the data format; and new data can be entering the buffer as previous data are being printed. 5.3 character printing the ap25s prints the characters from left to right. the characters fit into a 6 wide 10 high matrix. the standard letter is 5 wide 7 high, this provides for a one dot space between each character, a dot line for descenders and a dot line above and below each character line. the number of characters required to fill a dot line varies according to the printer, as follows: printer characters per line lines per second vertical dot pitch horizontal dot pitch ap25-24s 24 characters per line 0.7 lines/second 0.33mm 0.33mm ap25-32s 32 characters per line 0.5 lines/second 0.33mm 0.25mm ap25-40s 40 characters per line 0.4 lines/second 0.33mm 0.20mm the ascii characters 32 to 255 (32 to 127 if using a backwards compatible 7 bit character set) are in the printable range. any character below character 32 is ignored unless it is one of the control codes (section 5.7).
ap25 users? guide page 4 5.4 graphics printing the product is programmed to take advantage of the graphics printing capability of the mechanisms. graphics are received as the least significant 6 bits of each byte. in this way the same number of graphics bytes are required to terminate a line as the number of characters required to print a complete line. the graphics mode is reset at the end of every dot line and hence the graphics command, <02>, must be entered at the start of every dot line. graphics patterns are built up as a succession of dot lines across the paper. the number of bytes required to fill a dot line for each mechanism are the same as the number of characters required to fill a dot line. large areas of solid dots are not recommended as they may cause over heating and shorten the ribbon life. heavy graphics printing may also require a higher current power supply. a typical graphics line for the ap25s would be: control code data (24 bytes for the ap25-24s) <02> <00><00><01><02><03><04><05> etc. 5.5 control codes 9 character sets which may be selected for backwards compatibility. the default character set is the 8 bit ibm 224-character set. previous versions of the ap24 family have been supplied programmed with 7 bit character sets, uk, french, german, ?scandinavian?, danish/norwegian, swedish, japanese and spanish character variations (often to special order). the ap25s contains all these variants, which are software selected for backwards compatibility. 8 bit data is selected when using the 8 bit ibm character set, otherwise the 8th data bit is ignored. the structure of the command is as follows: <127> where n is a byte of the form [x,x,x,x,b3,b2,b1,b0] (x = don?t care) country selection: character set b3 b2 b1 b0 full 8 bit ibm (default) 0 0 0 0 uk 0 0 0 1 french 0 0 1 0 german 0 0 1 1 scandinavian 0 1 0 0 danish 0 1 0 1 swedish 0 1 1 0 japanese 0 1 1 1 spanish 1 0 0 0 (if buffer is not empty, print buffer contents and) set print mode:. note: n is a byte of the form [ 0,0,0,0,b3,b2,b1,b0] (all except the lower 4 bits must be zero, to avoid conflict with other escape codes). mode selection: print mode b3 b2 b1 b0 default 0 0 0 0 inverted (reversed) x x x 1 graphics mode x x 1 x double width mode x 1 x x double height mode 1 x x x any combination of modes is permissible.
ap25 users? guide page 5 the command <126> stores the current character set and print mode (double height, etc) in the eeprom and these will be the default setting the next time the printer is powered on or reset. if this code is not received the ap25s reverts to previous default values on the next power up. (print any buffer contents, and) print self test message. <127> (print any buffer contents, and) select country character set. <126> (print any buffer contents, and) store country character set and print mode in eeprom. <125> (print any buffer contents, and) clear the eeprom. print any buffer contents (line terminator). treat as . print any buffer contents (line terminator). treat as . print any buffer contents (line terminator). treat as single . print any buffer contents (line terminator). treat as single . a character line is automatically terminated and printed if it reaches the full line width for a given mechanism and print mode setting. note that if any of the above 4 line terminator codes is received immediately after a character which completes a printable line, it will be ignored. this treatment differs from the ap24 family but will generally be an improvement. print any buffer contents, and feed 30 dot lines. if the print quality deteriorates due to dot lines being displaced, the eeprom can be cleared and the chip forced to repeat the first-time initialisation by sending the code <125>. /attachments: (emc directive 89/336/ec disclaimer) (operator information) (ap25s dimensions) (ap25s connector and option link layout)
ap25 users? guide page 6 emc directive 89/336/ec (disclaimer) please note that the item to which the enclosed application data refer is designed to be used as a component in another finished good, and is not intended to be placed on the market or brought into service independently. the system integrator using this item must assume responsibility for electro-magnetic compatibility (emc) between this item and its environment, both for emissions and immunity/susceptibility. particular attention should be paid to the wiring connections between the item and the power supply, data source and other parts of the user's system in case special shielding and/or cable layout is required to meet applicable emc criteria. ap25s series panel-mounting printers to assist oem customers, we have carried out traceable pre-compliance tests on our most popular ap24 printer (predecessor to the ap25s), which indicate that the printer itself is unlikely to prevent emc compliance of the customer's equipment, as follows: since the ap25s is dc powered and will only be electrically connected within an oem equipment, conducted emissions and immunity are not relevant, and we consider that the ap25s falls outside the scope of the regulations in these regards. when fitted in an earthed steel case and connected to an internal data source and power supply, the ap25s may be expected to comply with the requirements of the emc directive in respect of radiated emissions and immunity; when fitted with an earthing wire to the mechanism, the ap25s may also be expected to comply with the requirements in respect of electrostatic discharge (esd). earth connection and emc screening sleeve able systems ap25s series printers are fitted with an earthing wire attached to the metal chassis of the printer mechanism. the other end of the wire will be supplied attached to the panel clamp by an eyelet. users are recommended to make a sound earth connection to this point, so that the metal parts of the printer are electrically bonded to the earthed parts of the user's equipment. a steel enclosure (ap25s emc sleeve) for the rear of the ap25s series, which replaces the panel clamp, is available to provide additional emc screening if required.
ap25 users? guide page 7
ap25 users? guide page 8


▲Up To Search▲   

 
Price & Availability of 03-AP25-24

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X