How To Connect The Allen Bradley PowerFlex 40 Variable .

3y ago
75 Views
5 Downloads
408.92 KB
6 Pages
Last View : 4d ago
Last Download : 3m ago
Upload by : River Barajas
Transcription

How to connect the Allen Bradley PowerFlex 40 Variable SpeedDrive to the the HMS AnyBus Communicator Serial GatewayApplication summaryThis document explains the procedure for configuring serial communications between theAllen Bradley PowerFlex 40 variable speed drive and the HMS AnyBus Communicatorserial gateway.Network NoteControlNet was used on the network side for testing of application. Serial setup will beuniform for all networks.Application Equipment and MaterialsMaterials used in the development of this application are as follows: Hardware used in test: Allen Bradley Controllogix 5000 PLC with 1756-CNBRControlNet Scanner card, HMS AB7006 AnyBus Communicator ControlNet to SerialGateway, Allen Bradley PowerFlex 40 1.0 HP drive Software used in the test: HMS ABC Configurator Software Version 1.81, RockwellSoftware RSNetworx for ControlNet, Rockwell Software RSLogix 5000 Documentation consulted: Allen Bradley PowerFlex 40 User Manual (Publication22B-UM001B-EN-E), AnyBus Communicator Manual ver. 1.60 (Doc ID SDN-7061059), AnyBus-S ControlNet Appendix Allen Bradley ControlNet Coax Cable, Taps and Terminators Appropriate Programming CablesSerial CablingThe serial interface between the Allen Bradley PowerFlex and the AnyBus Communicatoris accomplished via a 2-wire RS-485 connection. The physical connection to the AnyBusCommunicator is through a standard 9-pin D-Shell Connector (male on cable, female ongateway) where pin 8 is the Tx/Rx line and Pin 9 is the Tx/Rx- line. Physical connectionto the Allen Bradley PowerFlex is through a standard 8-pin RJ45 Modular Connectorwhere Pin 4 is Tx/Rx and Pin 5 is Tx/Rx-. A 120 Ohm resistor should be used toterminate the last node on the RS485 network. Cable diagram is shown in figure 1.DB9 Male8495RJ45Figure 1C:\Documents and Settings\jab.JAB\My Documents\ABPF ABCCNT 2.doc

PowerFlex Communications ConfigurationThe PowerFlex 40 Drive supports Modbus RTU as the serial protocol over RS485. Thecommunication parameters are configured in the drive using the following parameters: P036 (Start Source)-This should be set to 5 if the drive is to be started and stoppedby a command from the RS485 network. P038 (Speed Reference)-This should be set to 5 if the Speed Reference will becontrolled over the RS485 network. A103 (Comm Data Rate)-Sets the Data Rate for the RS485 network. Value 3 (9600BPS) is used in this application. A104 (Comm Node Addr.)-Sets the node address of the drive on the RS485network. Each drive must have a unique address. Default value of 100 (64 Hex) isused in this application. A105 (Comm Loss Action)-Sets the drives response to a loss of communications orexcessive communication errors. A106 (Comm Loss Time)-Amount of time to wait before performing action requiredby A105. A107 (Comm Format)-Designates Data Bits, Parity and Stop Bits forcommunications. Default value of 0 (8, None, 1) is used for this application.The PowerFlex gives access to five registers over the network. Table 1 shows thoseregisters.Register No.Access LevelDescription8192 (2000 Hex)WriteDrive Control Bits8193 (2001 Hex)WriteSpeed Reference8448 (2100 Hex)ReadDrive Status Bits8451 (2103 Hex)ReadOutput Frequency8449 (2101 Hex)ReadDrive Error BitsTable 1Configuring the AnyBus CommunicatorThe AnyBus Communicator needs to be configured to match the serial parameters of thePowerFlex and the Modbus commands need to be constructed to write and request datato and from the drive. The PowerFlex supports Modbus Command Types 03 (ReadHolding Register) and 06 (Preset Single Register). This is accomplished using theMicrosoft Windows Based HMS ABC Configuration Tool.Listed Below is a step by step process for setting up the Communicator:C:\Documents and Settings\jab.JAB\My Documents\ABPF ABCCNT 2.doc

1. Start software in Windows by selecting Start Programs HMS ABC ConfigTool ABC Config Tool2. A window appears offering the option of Modbus Master Wizard or BlankConfiguration, choose Blank Configuration. Note: Modbus Master Wizard is usedonly with devices that support Modbus Commands 03 (Read Holding Register) and16 (Preset Multiple Registers).3. The next window to appear will be the main configuration screen. The first step isto select which Fieldbus will be used. In this case select ControlNet as shown inFigure 2.Figure 24. Leave the I/O size as Automatic. This allows the Configurator to automatically setthe Fieldbus I/O size to match the size of the data coming in and going out.5. Left-click on ABC Icon, verify that Protocol is set to Master Mode.6. Next step is to set the Serial Hardware Parameters. Left-click on the Sub-Networkicon to view the parameters. Change Physical Standard to RS485 and changeremaining parameters (Baud, Data Bits, Parity and Stop Bits) to match drivesettings.7. Next step is to insert the nodes of the drives on the network and to set up theModbus commands for each node. The software defaults to one node on thenetwork set for address 1. To add nodes, right click on Sub-Network Icon thenselect Add Node. Configure the Node Address on the RS485 network. TheCommunicator supports up to 31 Nodes per Communicator. In this application weare using one node with an address of 100 (64 Hex).C:\Documents and Settings\jab.JAB\My Documents\ABPF ABCCNT 2.doc

8. Next step is to add Modbus commands to each node on the network. Select thenright-click on the node under Sub-Network then select Add Command. A table ofModbus Commands will appear as shown in Figure 3.Figure 39. To read the Output Frequency from the drive, select 0x03 for Read HoldingRegisters. You should have two icons labeled Query and Response under thefolder icon Read Holding Register as shown in Figure 4.Figure 410. The next step is to edit the Starting Address (under Query) for the command whichwill be the hexadecimal equivalent of register 8451 (Output Frequency) listed in theAllen Bradley PowerFlex Manual. (8451 2103 Hex)11. Indicate the number of registers to be read under Number of Points. For thisapplication a value of one is used since only one register is being read.C:\Documents and Settings\jab.JAB\My Documents\ABPF ABCCNT 2.doc

12. Under the Response icon, the value for Byte Count should be set to 2 bytes tomatch the number of data bytes being read.13. Under the Response icon and in the field marked Data, set the Data Length to 2bytes and the Data Location to 0x0002 (This is the internal memory location in theCommunicator that will be read by the ControlNet Network Master). Note: Thestarting byte address is 0x0002 due to the existence of Communicator status bytesin 0x0000 and 0x0001. If Status and Control registers are disabled then the startingaddress for network data is 0x0000. Consult the AnyBus Communicator Manual forfurther explanation of Status and Control Registers.14. If needed set the Byte Swap to Swap Two Bytes, the data is normally copied intothe table as High Byte/Low Byte but may need to be written in as Low Byte/HighByte in order to be read properly by the network master.15. Set the Checksum to CRC per Modbus standard.16. Next step is to set up the Communicator to write the speed reference to the drive.Right-click on the node and select Add Command then select 0x06 for PresetSingle Register. Once again, two fields will appear labeled Query and Responsethough the subfields will be different as shown in Figure 5.Figure 517. The Query will execute the parameter write to the drive and the Response will carrythe success or failure of the task.18. Under the subfield Register, the value should be set to the Hexadecimal equivalentof register 8193 (Speed Reference) listed in the Allen Bradley PowerFlex Manual.(8193 2001 Hex)19. The subfield Preset Data contains the number of bytes to be written out the serialport and the internal memory location of the data to be written. The Data Lengthshould be set to 0x0002 and the Data Location should be set 0x0202 (These twobytes will be written to by the ControlNet Network Master). Note: The starting byteaddress for data writes is 0x0202 due to the existence of Communicator Controlbytes in 0x0200 and 0x0201. If Status and Control registers are disabled then thestarting byte address for data writes is 0x0200. Consult the AnyBus CommunicatorManual for further explanation of Status and Control Registers.C:\Documents and Settings\jab.JAB\My Documents\ABPF ABCCNT 2.doc

20. If needed, set the Byte Swap to Swap Two Bytes, the data is normally retrievedfrom the data table as High Byte/Low Byte but may need to be written in as LowByte/High Byte in order to be written to properly by the network master.21. Set Checksum to CRC per Modbus RTU standard.22. The only subfield to edit under Response is Preset Data where Data Length shouldbe set to two bytes and Data Location should be set to 0x0400. Note: 0x0400 is aninternal memory location used for non-network data. Consult AnyBusCommunicator Manual for more information on internal memory mapping.23. Repeat steps for remaining registers in PowerFlex.Download the configuration to the AnyBus Communicator and connect the serial cables.System should begin to communicate serially. The Sub-Network LED should be solidgreen. If problems exist, verify cable connection and make sure the communicationparameters match between the Guard PLC and the AnyBus Communicator. If troublescontinue, call HMS Industrial Networks at (773) 404-3486 for technical support.Web References: www.hms-networks.com, www.ab.comC:\Documents and Settings\jab.JAB\My Documents\ABPF ABCCNT 2.doc

Documentation consulted: Allen Bradley PowerFlex 40 User Manual (Publication 22B-UM001B-EN-E), AnyBus Communicator Manual ver. 1.60 (Doc ID SDN-7061-059), AnyBus-S ControlNet Appendix Allen Bradley ControlNet Coax Cable, Taps and Terminators Appropriate Programming Cables Serial Cabling The serial interface between the Allen Bradley PowerFlex and the AnyBus Communicator is .

Related Documents:

alive theatre inc. all phase electronics all right rentals all star drilling inc allan j feltes revocable allen ag. inc. allen drilling allen drilling co allen, berniece i allen, celeste allen, clara m. allen, craig allen, dale k allen, debi w. allen, dixon allen, gloria a allen, harold v allen, james allen, jim allen, karl l allen, kristi .

May 02, 2018 · D. Program Evaluation ͟The organization has provided a description of the framework for how each program will be evaluated. The framework should include all the elements below: ͟The evaluation methods are cost-effective for the organization ͟Quantitative and qualitative data is being collected (at Basics tier, data collection must have begun)

Silat is a combative art of self-defense and survival rooted from Matay archipelago. It was traced at thé early of Langkasuka Kingdom (2nd century CE) till thé reign of Melaka (Malaysia) Sultanate era (13th century). Silat has now evolved to become part of social culture and tradition with thé appearance of a fine physical and spiritual .

On an exceptional basis, Member States may request UNESCO to provide thé candidates with access to thé platform so they can complète thé form by themselves. Thèse requests must be addressed to esd rize unesco. or by 15 A ril 2021 UNESCO will provide thé nomineewith accessto thé platform via their émail address.

̶The leading indicator of employee engagement is based on the quality of the relationship between employee and supervisor Empower your managers! ̶Help them understand the impact on the organization ̶Share important changes, plan options, tasks, and deadlines ̶Provide key messages and talking points ̶Prepare them to answer employee questions

Dr. Sunita Bharatwal** Dr. Pawan Garga*** Abstract Customer satisfaction is derived from thè functionalities and values, a product or Service can provide. The current study aims to segregate thè dimensions of ordine Service quality and gather insights on its impact on web shopping. The trends of purchases have

Chính Văn.- Còn đức Thế tôn thì tuệ giác cực kỳ trong sạch 8: hiện hành bất nhị 9, đạt đến vô tướng 10, đứng vào chỗ đứng của các đức Thế tôn 11, thể hiện tính bình đẳng của các Ngài, đến chỗ không còn chướng ngại 12, giáo pháp không thể khuynh đảo, tâm thức không bị cản trở, cái được

AKINS James P S&MD ALBERT Joseph GE ALCOTT Russell J G&CD ALDRIDGE Joyce OTS ALEXANDER Richard T OP&C ALLAWAY Marvin C F&AED ALLEN Albert R OMS ALLEN Bruce B F&AED ALLEN Clarence Y OTS ALLEN Donald E BC ALLEN Gilbert V F&AED ALLEN Jack H GE ALLEN James G SA&RD ALLEN James MG&CD ALLEN Willi