Registrarse :: Iniciar sesión 
   
 mayo 19, 2012  
Drivers de comunicación Minimizar
Todos nuestros drivers pueden ser utilizados en cualquiera de las siguientes configuraciones:
Drivers de comunicación
Todos nuestros drivers pueden ser utilizados en cualquiera de las siguientes configuraciones:
Drivers de comunicación
 
Contenido del carrito Minimizar
Producto Cant. Precio
TOTAL: 0 0,00 USD
 
 Drivers   
Driver XABSLC5 - Allen Bradley SLC-500 Full Duplex DF1 Protocol Driver
Este driver se distribuye con todas las licencias ilimitadas de TAS-HMITalk. No se vende separadamente. Puede utilizarse para comunicación a través de un puerto serie físico, a través de un puerto serie virtual o apuntando a una dirección IP en modo serie-sobre-ip.

Si usted desea ensayar este driver con su equipo, puede hacerlo descargando la versión de prueba de nuestro producto TAS-HMITalk. Tenga en cuenta que este driver no está necesariamente limitado a los equipos que aparecen en la lista de Equipos Soportados que se muestra más abajo y podría comunicarse también con otros equipos que utilicen el mismo protocolo.
Usted puede contratar nuestros servicios para modificar este driver y agregarle funcionalidades o bien para desarrollar un nuevo driver que sea específico para su equipo.
Si usted tiene cualquier duda acerca de este driver, no deje de contactarse con nosotros.

Manual del driver:
- Descargue aquí el manual de este driver en formato PDF para Adobe Acrobat: XABSLC5.pdf
- Descargue aquí el manual de este driver en formato HTML: XABSLC5.htm

Fuentes del driver:

Los fuentes de este driver, en lenguaje C, está disponibles por USD399 adicionales con la compra de la Licencia ilimitada de TAS-HMITalk para 500 instancias de objetos.


Detalles del driver:

XABSLC5 allows you to use full-duplex DF1 protocol (System point-to-point) to communicate with ALLEN-BRADLEY SLC-500 PLCs using any of the following

adapters connected to the PC's RS-232 port:
  • Channel 0 located in the processor

  • 1747-KE (DH-485)

  • 1785-KE (Data Highway Plus)

  • 1770-KF2 (Data Highway Plus)

  • 1770-KF3 (DH-485)

  • 1771-KE/KF (Data Highway)

  • 1770-KF2 (Data Highway)


  • No additional boards are required in the PC bus.

    To minimize the number of messages needed to poll all the required information, it is a good idea to concentrate all data to be transmitted in groups of consecutive integers within the PLC memory. Up to 16 ON/OFF status, 1 16-bit value, 2 8-bit values or even floating-point values (scaled to a range of 0 to 65535) can be encoded in each integer value sent or received.

    SLC-500 Addressing Format This convention for accessing to the SLC-500 controllers' data

    is used by the following SLC-500 commands:
  • Generic Read

  • Generic Write


  • The general format of item names for data from SLC-500 controllers matches the naming convention used by the programming software. The format is shown below. (The parts of the name shown in square brackets ( ) are optional.)

    X FILE : ELEMENT .FIELD /BIT

    X:

    Identifies the file type. The list below summarizes the valid file types and the default file number for each type:

    X File Type Default File O *Output 0 I *Input 1 S Status 2 B Binary 3 T Timer 4 C Counter 5 R Control 6 N Integer 7 F **Floating P. 8

    * Output and Input file types may be Read Only depending on the SLC-500 model. ** Available only on certain SLC500 models. Check the Processor Manual for the model being used. If the Floating Point file type is not supported, file 8 is reserved and unusable.

    FILE:

    File number must be 0-255 decimal. File 0 must be Output, file 1 must be Input, file 2 must be Status and so on for all the default file types. If this number is not specified, the default file number will be used.

    ELEMENT:

    Element number within the file. For Input and Output files it must be between 0 and 30 decimal. All other file types, it must be between 0 and 255 decimal.

    FIELD:

    Referes to the subelement number. If the file type is Timer, Counter or Control, then the subelement field must be replaced by its corresponing number. In some cases there is no reference needed for a subelement number, and if a subelement is included in the command, it will be ignored.

    BIT:

    Valid for all file types except Floating Point. Must be 0-15 decimal.

    DESCRIPTION OF THE AVAILABLE FILE ITEMS:

    ----------------------------------------

    OUTPUT FILE ITEMS:

    On:e.s/b

  • "n" represents the file number and is optional. If not specified, it is assumed to be zero.

  • "e" indicates the element number in the file.

  • "s" indicates the sub-element number (0 - 255).

  • "b" specifies the bit (0 - 15 decimal.) "/b" may be omitted if necessary to treat the I/O group as a numeric value.


  • Examples:

  • O0:0/0

  • O:2/15

  • O:3



  • INPUT FILE ITEMS:


    In:e.s/b

  • "n" represents the file number and is optional. If not specified, it is assumed to be one.

  • "e" indicates the element number in the file.

  • "s" indicates the sub-element number (0 - 255).

  • "b" specifies the bit (0 - 15 decimal.) "/b" may be omitted if necessary to treat the I/O group as a numeric value.


  • Examples:

  • I1:0/0

  • I:2/15

  • I:3



  • ADDRESSING I/O MODULES:


    The elements (words) in I/O modules are mapped into a memory table. If the Analog I/O modules are being used, then the point naming will differ from the point naming in the programming software. The Item Name must be computed from the sum total of words used by the previous input or output blocks regardless their relative position in the module rack. The operator can use the programming software Data Monitor to look at the memory map of the I file or O file to verify your address. If the address is unsure, or if the PLC configuration is likely to change, copy the points in question to the N table or B table and access the data from there.

    LABEL I/O MODULES WITH "WORD COUNTS":

    The address of any point within the I/O datatable space, in an SLC processor, is the sum of the words occupied by previous modules (to the left in the rack) of the same type. Therefore, to determine the correct address for any particular point in the I/O datatable, one must know the number of words each module will consume. Refer to the list below:

    N. of Words Module

    0 1747-L524 SLC 5/02 Module Processor
    1 1746-IA8 8 point 120VAC input module
    1 1746-OA16 16 Point 120VAC output module
    1 1746-IA16 16 point 120VAC input module
    4 1746-NI4 4 point 20mA analog input module
    4 1746-NO4I 4 point 20mA analog output module
    1 1746-0A8 8 point 120VAC input module
    2 1746-IB32 32 point DC input module

    Nota importante:

    In the table above, the minimum amount of words which can be consumed by a module is 1 (16 bits). This is due to the memory scheme of all Allen-Bradley processors.

    STATUS FILE ITEMS:

    Sn:e/b

  • "n" represents the file number and is optional. If not specified, it is assumed to be two.

  • "e" indicates the element number in the file (0 - 255 decimal).

  • "b" is optional. If specified, it indicates the bit (0 - 15 decimal).


  • Nota importante:

    Refer to the SLC-500 Family Processor Manual (Allen-Bradley Publication) for a complete description of Status file information.

    Examples:
  • S2:6 (major error fault)

  • S2:13 (math register)

  • S:1/5 (forces enabled)



  • BINARY FILE ITEMS:


    Bn:e/b or Bn/m

  • "n" represents the file number and is optional. If not specified, it is assumed to be three. If specified, the file number must be between 9 and 255 decimal.

  • "e" specifies the element (word) number within the Binary file. It must be between 0 and 255 decimal.

  • "b" specifies the bit number within the word. In the first form (where ":e" is present,) the bit number must be between 0 and 15 decimal.

  • "m" also represents the bit number. However, in the second form, no word number is specified and the bit number may be between 0 and 4095.


  • Examples:

  • B3/4095 (same bit as B:255/15)

  • B:6/4 (same bit as B/100)

  • B3



  • TIMER FILE ITEMS:


    Tn:e.f/b

  • "n" represents the file number and is optional. If not specified, it is assumed to be four. If specified, the file number must be between 9 and 255 decimal.

  • "e" specifies the element number (three words per element) within the Timer file. It must be between 0 and 255 decimal.

  • "f" identifies one of the valid Timer fields. The valid fields for Timer Files are listed in the table below (use the numeric order as reference). If "f" is omitted, it is assumed to be the word 0.

  • "b" is optional and is normally not used. All of the fields of a timer can be accessed by specifying the ".f" fields. However, it is possible to use "/b" to single out a bit in the .PRE or .ACC fields (which are words).


  • Order number Timer Fields

    0 .PRE
    1 .ACC
    2 .EN
    3 .TT
    4 .DN

    Examples:

  • T4:0.1 (means: .ACC)

  • T4:3.4 (means: .DN)

  • T4:1.0 (means: .PRE)



  • COUNTER FILE ITEMS:


    Cn:e.f/b

  • "n" represents the file number and is optional. If not specified, it is assumed to be five. If specified, the file number must be between 9 and 255 decimal.

  • "e" specifies the element number (three words per element) within the Counter file. It must be between 0 and 255 decimal.

  • "f" identifies one of the valid Counter fields. The valid fields for the Counter Files are listed in the table below (use the numeric order as reference). If "f" is omitted, it is assumed to be the word 0.

  • "b" is optional and is normally not used. All of the fields of a counter can be accessed by specifying the ".f" fields. However, it is possible to use "/b" to single out a bit in the .PRE or .ACC fields (which are words).


  • Order number Counter Fields

    0 .PRE
    1 .ACC
    2 .CU
    3 .CD
    4 .DN
    5 .OV
    6 .UN
    7 .UA

    Examples:

  • C5:0.1 (means: .ACC)

  • C5:3.5 (means: .OV)

  • C5:1.0 (means: .PRE)



  • CONTROL FILE ITEMS:


    Rn:e.f/b

  • "n" represents the file number and is optional. If not specified, it is assumed to be six. If specified, the file number must be between 9 and 255 decimal.

  • "e" specifies the element number (three words per element) within the Control file. It must be between 0 and 255 decimal.

  • "f" identifies one of the valid Control fields. The valid fields for the Control files are listed in the table below (use the numeric order as reference). If "f" is omitted, it is assumed to be the word 0.

  • "b" is optional and is normally not used. All of the fields of a Control file can be accessed by specifying the ".f" fields. However, it is possible to use "/b" to single out a bit in the .LEN or .POS fields (which are words).


  • Order number Control Fields

    0 .LEN
    1 .POS
    2 .EN
    3 .DN
    4 .ER
    5 .UL
    6 .IN
    7 .FD

    Examples:

  • R6:0.0 (means: .LEN)

  • R6:3.2 (means: .EN)

  • R6:1.1 (means: .POS)



  • INTEGER FILE ITEMS:


    Nn:e/b

  • "n" represents the file number and is optional. If not specified, it is assumed to be seven. If specified, the file number must be between 9 and 255 decimal.

  • "e" specifies the element number within the Integer file. It must be between 0 and 255 decimal.

  • "b" is optional. If specified, it indicates the bit (0 - 15 decimal).


  • Examples:

  • N7:0

  • N7:0/15

  • N7:3



  • FLOATING POINT FILE ITEMS:


    Fn:e

  • "n" represents the file number (optional). If not specified, it is assumed to be eight. If specified, the file number must be between 9 and 255 decimal.

  • "e" specifies the element number within the Floating Point file. It must be between 0 and 255 decimal.


  • Examples:

  • F8:0

  • F8:2


  • If you are using 1747-KE

    IMPORTANT NOTES:

    ---------------- Remember to configure the 1747-KE using the following settings:

  • Use the DF1 FULL DUPLEX Protocol

  • Use the checksum mode (BCC or CRC) as stated in HMITalk1.DriverP5 parameter.

  • Use the baud-rate, parity, stop bits and data bits that are currently used in the driver settings.


  • You should verify these settings by connecting your PC to the 1747-KE CONFIG port using an ASCII terminal (i.e. PROCOMM or XTALK) and then follow the steps described in the 1747-KE User Manual.

    Be careful to include the 1747-KE node address as the source node in your HMITalk1.DriverP0 parameter if it is other than 0.


    Equipos soportados

    Este driver se puede comunicar con estos equipos, aunque no necesariamente está limitado a los que aparecen en esta lista:

  • ALLEN BRADLEY SLC-500 Family using Full Duplex DF1 Protocol

  • ALLEN BRADLEY SLC-500 5/03

  • ALLEN BRADLEY SLC-500 5/04

  • ALLEN BRADLEY Micrologix 1000


  • Listado de comandos

    Este driver soporta actualmente los siguientes comandos. Si usted necesita algún comando que no aparece en esta lista, contáctese con nosotros.

  • Generic Read as Analog Values

  • Generic Read as Binary Values

  • Generic Write as Analog Values

  • Generic Write as Binary Values


  • Ver también:

    ActiveX - CPKSoft Ingeniería - Licencia Ilimitada de TAS-HMITalk 8.04 para 5 instancias de objetos
    ActiveX - CPKSoft Ingeniería - Licencia Ilimitada de TAS-HMITalk 8.04 para 50 instancias de objetos
    ActiveX - CPKSoft Ingeniería - Licencia Ilimitada de TAS-HMITalk 8.04 para 500 instancias de objetos
    Utilitario - CPKSoft Ingeniería - GetPCId.exe



     
    Ver todos los drivers

    Licencias disponibles Minimizar
    Ver detalles y descargar versión de prueba...
    399,00 USD
    Licencia ilimitada para armar aplicaciones con Visual Basic que...
    Ver más...
    Ver detalles y descargar versión de prueba...
    899,00 USD
    Licencia ilimitada para armar aplicaciones con Visual Basic que...
    Ver más...
    Ver detalles y descargar versión de prueba...
    1.399,00 USD
    Licencia ilimitada para armar aplicaciones con Visual Basic que...
    Ver más...
    Ver detalles y descargar versión de prueba...
    799,00 USD
    Actualización desde la versión 8.00 a la versión 8.04 de la licencia...
    Ver más...
     
    Drivers disponibles Minimizar
    Ver detalles... XABF Allen Bradley Full Duplex...
    Ver detalles... XABH Allen Bradley Half Duplex...
    Ver detalles... XABSLC5 Allen Bradley SLC-500...
    Ver detalles... XACROMAG Acromag Series 4600 I/O...
    Ver detalles... XADAM Advantech Adam Series...
    Ver detalles... XAFEISA Afeisa Industrial Microcomputers...
    Ver detalles... XAIBUS Yudian AI-BUS Protocol...
    Ver detalles... XALGODUE Algodue UPM Series Universal...
    Ver detalles... XALSTOM Areva Alstom IEC 87...
    Ver detalles... XAND4325 AND AD-4325V Weight Indicator...
    Ver detalles... XARCOMA Arcom M1 Modbus Ascii...
    Ver detalles... XARCOMB Arcom M1 Modbus RTU Protocol...
    Ver detalles... XBCOLMAN Barber Colman model MAQ...
    Ver detalles... XCAMMESA Driver for collecting...
    Ver detalles... XCATM5X Caterpillar CCM/M5X Protocol...
    Ver detalles... XCEWE Cewe Instruments Using...
    Ver detalles... XCONDENS System Electric Condensomatic...
    Ver detalles... XCOOPER Cooper Power System...
    Ver detalles... XCORSAN IG Instrumentos CORSAN...
    Ver detalles... XCVENETA ClimaVeneta CVM300-3000...
    Ver detalles... XCVMBDM Circutor CVM-BD Memory...
    Ver detalles... XCVMITF Circutor CVM-ITF/CVM-R8C...
    Ver detalles... XCVMMEM Circutor CVM-M Memory...
    Ver detalles... XCVMMOD Circutor CVM-BD-M Modbus...
    Ver detalles... XCYBELEC Cybelec DNC-20 Protocol...
    Ver detalles... XDANIELA Daniel Industries Devices...
    Ver detalles... XDANLOAD Emerson Daniel DanLoad...
    Ver detalles... XDLXVIP Algodue Elettronica DLX...
    Ver detalles... XDUCATI Ducati Mach-Smart Analyzer...
    Ver detalles... XDX9100 Johnson Controls Metasys...
    Ver detalles... XELVIPD3 ElControl Energy VIPD3-485...
    Ver detalles... XELVIPEN ElControl VIP Energ...
    Ver detalles... XEXEMYS Exemys SSE232 Serial/Ethernet...
    Ver detalles... XFOX760 Foxboro 760CNA/760CSA...
    Ver detalles... XFOX761 Foxboro 761CNA/761CSA...
    Ver detalles... XFOX762 Foxboro 762C/762CSA/743CB...
    Ver detalles... XGATECIT Gatecit Additive Injectors...
    Ver detalles... XGAVAZZI Carlo GAVAZZI Instruments...
    Ver detalles... XGECALST Gec Alsthom Addressable...
    Ver detalles... XGEFAN90 GE Fanuc Series 90 SNP-X...
    Ver detalles... XGEMLINK General Electric M-LINK...
    Ver detalles... XGLOBALW Global Weighing MP 30...
    Ver detalles... XHART Rosemount Hart Revision...
    Ver detalles... XHITACHE Hitachi PLCs EB/EC/EM-II...
    Ver detalles... XHITACHH Hitachi PLC Serie H Protocol...
    Ver detalles... XHITAS10 Hitachi HIDIC S10 Alpha...
    Ver detalles... XIDECM3 Idec Izumi Micro3 Programmable...
    Ver detalles... XIDECONC Idec Open Net Controller...
    Ver detalles... XIEARING IEA Single-Loop Controllers...
    Ver detalles... XIGDL2CH IG Instrumentos DataLogger...
    Ver detalles... XIGEVAPO IG Instrumentos Evaporimeter...
    Ver detalles... XIGPL100 IG Instrumentos DataLogger...
    Ver detalles... XINTERGY Swichtec SM20/Sm50 Intergy...
    Ver detalles... XIZUMFA3 Izumi FA-3S/FA2-5M Communication...
    Ver detalles... XIZUMIFA Izumi FA-1/1J/2/2J Peer...
    Ver detalles... XIZUMINT Izumi FA-1/1J/2/2J Network...
    Ver detalles... XKMOELLR Hitachi PLC Serie H Protocol...
    Ver detalles... XKOYO305 Koyo DL305 PLC Family...
    Ver detalles... XKOYO405 Koyo DL405 PLC Family...
    Ver detalles... XLENNOX Lennox IMC System Bus...
    Ver detalles... XLOGNET Tecnotrol LogicNET Communication...
    Ver detalles... XMBENRON Modbus Enron ASCII Protocol...
    Ver detalles... XMELSECA Mitsubishi Melsec-Q A-Compatible...
    Ver detalles... XMITSUFX Mitsubishi PLC FX Series...
    Ver detalles... XMODBTCP Modbus TCP Protocol Drive...
    Ver detalles... XMODBUSA Gould Modicon Modbu...
    Ver detalles... XMODBUSB Gould Modicon Modbu...
    Ver detalles... XMODEM Hayes Compatible Modem...
    Ver detalles... XN2 Johnson Controls N2 Master...
    Ver detalles... XNAIS NAIS Matsushita MEWTOCOL-COM...
    Ver detalles... XND601X ADLink Technology NuDAM-601X...
    Ver detalles... XOMRON Omron Sysmac C20H/C28H/C40H...
    Ver detalles... XOPTOMUX Opto22 I/O Optomux Modules...
    Ver detalles... XPOW3300 Power Measurement 3300...
    Ver detalles... XPOW3710 Power Measurement 3710...
    Ver detalles... XPOW3720 Power Measurement 3720...
    Ver detalles... XPOW6200 Power Measurement 6200...
    Ver detalles... XPOW7300 Power Measurement 7300/7330...
    Ver detalles... XPROT200 ABB Procontic T-200 Protocol...
    Ver detalles... XREDLION Red Lion Counters Protocol...
    Ver detalles... XRIAC Micro Axial RIAC Remote...
    Ver detalles... XROC300 Fisher Controls ROC300...
    Ver detalles... XS5CP521 Siemens S5-90U/95U/100U...
    Ver detalles... XS5CP524 Siemens S5-115U/135U/150U...
    Ver detalles... XS7MPI Siemens S7-300/400 MPI...
    Ver detalles... XS7MPITP Siemens S7-300/400 MPI...
    Ver detalles... XS7PPI Siemens S7-200 Advanced...
    Ver detalles... XSAIADAT Saia PCD3 Series S-BUS...
    Ver detalles... XSAIAPCD Saia PCD Series Point...
    Ver detalles... XSAIASS0 Saia PCD Series S-BUS...
    Ver detalles... XSAMCPU2 Samsung FARA PLC CP...
    Ver detalles... XSAMSECT Samsung SECTOCOL-COM/N70/N700...
    Ver detalles... XSCD80 Caipe SCD 80 Programmable...
    Ver detalles... XSHISD20 Shimaden SD20 Serie...
    Ver detalles... XSHISR50 Shimaden SR50 Serie...
    Ver detalles... XSIM4100 Simplex 4100 Fire Alarm...
    Ver detalles... XSIXNET SixNet GTU Protocol Drive...
    Ver detalles... XSQUARED Square-D SY/MAX Point-to-Point...
    Ver detalles... XSUCOMA Klockner-Moeller SUCOM-A...
    Ver detalles... XSYLVAC Sylvac Measuring Instruments...
    Ver detalles... XTEST Serial Line Testing Master...
    Ver detalles... XTIS305 Texas Instruments TI-305...
    Ver detalles... XTIS405 Texas Instruments TI-405...
    Ver detalles... XTIS505 Texas Instruments TI-505...
    Ver detalles... XTIS505T Texas Instruments TI-505...
    Ver detalles... XTSXNANO Telemecanique TSX Nano...
    Ver detalles... XTWIDOS Schneider Electric Telemecanique...
    Ver detalles... XTWIDOT Schneider Electric Telemecanique...
    Ver detalles... XTXM IG Instrumentos TECPET/MNT...
    Ver detalles... XUDC3000 Honeywell UDC 3000 Universal...
    Ver detalles... XUDC9000 Honeywell UDC9000 Controllers...
    Ver detalles... XUMC600 Umc600 Weight Indicator...
    Ver detalles... XVILTER Vilter Compressors Protocol...
    Ver detalles... XWIMPACC Westinghouse IMPACC System...
    Ver detalles... XWITNET WIT-NET TRSII v4.7 Protocol...
    Ver detalles... XYOKOUT Yokowaga UT35/UT15/UM05...
    Ver detalles... XYOKUT37 Yokogawa UT37/UT38 Controller...
    Ver detalles... XYUYAO Yuyao Changjiang Temperature...
    Ver detalles... XZET173X Zetron M173X Controller...
    Ver detalles... XZETMODB Zetron M1708/1716 Modbus...
    Ver detalles... XZETRON Zetron M1700 Controller...
     
     Copyright 1990-2008, CPKSoft Ingeniería   Términos de uso  Declaración de privacidad