Home
        2706-2.18, DL50 Dataliner w/PLC5 Application Solution
         Contents
1.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Side View  ON ON ON  123 45 67 8 123 45 67 8 123 45 67 8  Sa DIP Switch S1 DIP Switch S2 DIP Switch S3  eer r Processor i  DL50 SNI  3 Board    Catalog No  2706 F11J     A i  Power Supply      EEEL Wiring Label a eG  annann  DIP Switches S1  S2  S3  Side View  ON ON ON  12345678 12345678 12345678  DIP Switch S1_ DIP Switch S2 DIP Switch S3  TAL me Processor i  DL50 ay a Board 5  Catalog No  2706 F21J  k       Power Supply Power Supply ices 7h   E annaran Wiring Label a or i   ELL ELL i          DIP Switches S1  S2  S3       Application Note    Using the DL50 Dataliner with  New Platform PLC 5 Controllers                                                                                                                      Connecting DL50 This section shows how to wire the RS 485 and RS 232 serial ports of the  p  to New Platform PLC 5 DL50 to the Channel 0 port of a new platform PLC 5   New Platform PLC 5 DL50 Serial Ports  CHO Serial Port RS 485  1    Earth end  a
2.      Sample Ladder  Logic Program    Enter the following ladder logic program  You can use a simulator card in  the local chassis to energize the AWT ladder instructions                          Rung 2 0  When the simulator switch I 000 00 is true  the AWT instruction will send the ASCII string OVER TEMP to the DL50   1 000 AWT    ASCII WRITE EN    00 Channel 0  DN   Source ST37 2  Control R6 0  ER   String Length 0  Characters Sent 13  Rung 2 1  When simulator switch 1 000 02 is true  the AWT instruction will send the ASCII string CONVEYOR JAM AT BAY1 to the DL50   1 000 AWT  J H ASCII WRITE     EN   02 Channel 0       _ DN   Source ST37 3     ER   Control R6 0  String Length 0  Characters Sent 23                         Application Note    Using the DL50 Dataliner with  New Platform PLC 5 Controllers       Notes        Publication 2706 2 18     February 1993 Copyright 1993 Allen Bradley Company  Inc  Printed in USA    
3.  SHIELD  RS 422 423 Mode HOD  common  TXD 2 S     RXD 3 Ol   GND 7 6  9 Termination  RS 232 Mode RS 232  TXD 2 1   8  Transmit  RXD 3      Z Receive  GND  enD 7     HO                                  Note  You must set the PLC 5 processor for either RS 422 423 mode or  RS 232 mode using the SW2 DIP switches on the processor     Application Note    Using the DL50 Dataliner with  New Platform PLC 5 Controllers       Configuring Channel 0 Port To configure the Channel 0 serial port of a new platform PLC 5   of New Platform PLC 5 follow these steps     1  Start the Allen Bradley 6200 Series Programming Software    2  Select F7 Online Program    3  Select F8 Monitor File    4  Select F7 General Utility    5  Change the PLC 5 to Program Mode using the processor key switch   6  Select F4 Channel Overview    7  Use the TY arrow keys to select Ch 0    8  Channel 0 must be set to USER  Select F10 Select Option USER    9  Select FI Accept Edits     10  Select F5 Channel Config to bring up the User Mode Channel 0  Configuration screen     Edit the configuration fields  using the F1 and F10 keys  so that the  Channel 0 Configuration screen looks like this     User Mode  Channel 0 Configuration    Diag  File  0 XON XOFF  DISABLED  Remote mode change  DISABLED System mode char   S  Mode attention char    0x1b User mode char   U  Baud rate  9600 Parity  NONE  Stop bits  1 Bits per character  8  Control line  NO HANDSHAKING  Echo delete mode  CRT RTS send delay  20 ms   0  RTS off delay  20 
4. Overview    Related Publications    ALLEN BRADLEY    Using the DL50 Dataliner with  New Platform PLC 5 Controllers     Catalog No  2706 F11J   F21J     Application Note    This document shows how to operate the Allen Bradley DL50 Dataliner  Message Display  Catalog No  2706 F11J   F21J  with the new platform  PLC 5 controllers  PLC 5 20  5 30 5 40  5 60  using the RS 232 RS 423  serial communication port  A sample ladder logic program sends two ASCII  text strings from the serial port of a new platform PLC 5 to the DL50    You can use a simulator card in the local chassis to energize the AWT   ladder instructions     Separate sections show how to     e Set DL50 DIP Switches   e Connect DLSO to new platform PLC 5 controller   e Configure Channel 0 port of new platform PLC 5 controller   e Enter two ASCII text strings using 6200 Series Programming Software    e Enter sample ladder logic program    Refer to the following documentation for additional information on the  DL50 Dataliner Message Display and the new platform PLC 5 controllers     Publication Title Publication Number    User Manual  DL50 Series Dataliner Message Display 2706 ND004    PLC 5 Programming Documentation Set 6200 N8 001       Application Note    Using the DL50 Dataliner with  New Platform PLC 5 Controllers       DL50 DIP Switch Settings To enable communications between the DL50 Dataliner  Catalog No     2706 F11J   F21J  and the new platform PLC 5 controllers  set the DIP  switches on the DL50 as follows   
5. ms   0  Termination 1   Oxd Append 1   Oxd  Termination 2   Oxff Append 2   Oxa    Application Note    Using the DL50 Dataliner with  New Platform PLC 5 Controllers       Entering ASCII The Channel 0 serial port of the new platform PLC 5 will send out the   Text Strings simplex ASCII text strings shown below  For a complete description  of the text string packets  refer to the DL50 User Manual  Publication  2706 ND004      vso OVER TEMP                            Field 1 Field 2 Field 3 Field 4 Field 5 Field 6  Not Used   OVER TEMP  B  A AC  M  9 Bytes Flash Msg   Slave Addr 1   Msg on Line 3   CR             CONVEYOR JAM AT BAY1  DL50  Field1   Field 2 Field 3 Field 4 Field 5 Field 6  Not Used   CONVEYOR JAM AT BAY1  Not Used    A  A  M  20 Bytes Slave Addr 1   Msg on Line 1   CR                            Use the Data Monitor of the 6200 Series Programming Software to enter  the ASCII text strings     Note  Control Codes are entered as hexadecimal numbers  For example  in  Field 3 of the first string  control code  B is entered as HEX 02     ts Do not enter spaces or To enter the ASCII string OVER TEMP  you would type the following   delimiters between data fields     OVER TEMP 02 01 03 Control D  Enter     Using the Data Monitor enter the following data for each text string     PLC5 Data Monitor  Address LEN String Text  ST37L 2 13 OVER TEMP B A C M  ST37L 3 23 CONVEYOR JAM AT BAY1 A A M    Application Note    Using the DL50 Dataliner with  New Platform PLC 5 Controllers  
    
Download Pdf Manuals
 
 
    
Related Search
    
Related Contents
Allied Telesis CG-WLBARGMO User's Manual  Notice du produit  Sony WM-EX122 User's Manual    OM, Rider 11, Rider 11 Bio, Rider 13 H, Rider 13 H Bio, 2000-09  Bedienungsanleitung DEUTSCH  Behringer B212 User's Manual  EV9000 CMX909B, CMX969, FX919B, FX929B    Ecole du dimanche virtuelle - the Anglican Church of Canada    Copyright © All rights reserved. 
   Failed to retrieve file