Rod_Hackney

MrPLC Member
  • Content count

    170
  • Joined

  • Last visited

Community Reputation

2 Neutral

About Rod_Hackney

  • Rank
    Electrical_Engineer

Contact Methods

  • Website URL http://
  • ICQ 0

Profile Information

  • Gender Male
  • Location Midwest
  • Country United States

Recent Profile Visitors

6593 profile views
  1. Siemens Telemetry/RTU Project

    check out this siemens link: http://www.automation.siemens.com/mcms/industrial-communication/en/industrial-wireless-communication/network_components/Pages/network-components-iwlan.aspx
  2. Siemens Telemetry/RTU Project

    You need to identify what type of Siemens PLC you are going to use. Then you next task is to determine the communications you are going to use. Wireless, phone lines, sat ect... within the wireless realm there is a license free spread spectrum range and licensed bands. Many questions come up with communications - are the sites in line of site of each other? Does the owner already have a license for freq he uses for scada? After you answer the communications question then you can select hardware that will support that communications with the Siemens PLC you want to use, communication protocol (DNP3, Modbus etc... ) and Scada Software.
  3. Writing Data To Profinet Slave Device

    I assume this is just distributed I/O via profinet. You should have setup the I/O in your hardware configuration for the Siemens using a GSD file provided by the distributed I/O vendor. This sets up the profinet network. I/O addressing will be assigned by this and you can monitor inputs and outputs just like you use conventional rack based I/O .
  4. I have a Siemens S5-100U CPU and need to install a Counter Module 6ES 385-8MB11 in slot 7 and connect an encoder. I have the manual for the module but it provides limited information. Anyone with experience in programming/connecting this module assistance would be appreciated.
  5. Multiple PLC's

    You have to use Function blocks in your programming to access the network you are connecting the Siemens PLCS with - You can then transfer data in a client to client type mode.
  6. Pre-historian design considerations?

    Ken is right - you will need a plant wide network to facilitate your PLCs connecting to a central server as a start. If you want to produce a plant wide system there are many variables that will have to be planned. You will want to see if each of your processes has a PLC/PLCs controlling them and if ethernet connectivity is available from them.
  7. We traditionally utilize the Allen Bradley standard redundancy setup for ControlLogix hardware. We have had it proposed to go to standard non redundant setup with only redundant power supplies and the utilization of two network cards to provide network redundancy to our HMI. I wanted to get forums experience with the redundant systems. Thanks in advance for your input.
  8. Serial Communication

    If you want to use the Scadapack unit as a Modbus Master you will need to get a copy of telepace software from control microsystems. It uses standard ladder with master function block that you program to control the modbus communication. It is fairly simple and straight forward. Your device must support Modbus slave functions. The other alternative would be as pauleng states above.
  9. SLC 5/03 remote access

    You could upgrade the 5/03 to a SLC 5/05. The SLC5/05 would have a serial port for the existing hmi and would give you an ethernet port for programming or to establish a remote connection.
  10. Serial Communication

    Allen Bradley serial port utliizes their DF1 serial protocol. Scadapack serial ports use modbus rtu serial protocol. Telepace is a ladder programming package for Scadapack units made by control microsystems. You do not state which Allen Bradley plc you are using. I assume one of the RSlogix (5,500 or 5000) packages will work to program it. If you have an ifix software package, it runs a driver to get data from the plc. If it is connected to a serial port on the Scadpack, I would assume the ifix MBR driver (serial modbus rtu) is being used. In order for you to connect any device to a serial connection on the Allen Bradley, Scadapack or ifix workstation, it will have to talk the specific protocol native to that device. And either you device or the plc will need to be programmed to transfer data.
  11. Looking for Siemens S7 beginner's tutorial

    We have serveral manuals for S7 posted on this site
  12. MPI cable with SCADA

    Wincc should have a siemens MPI serial driver available. Check with you distributor
  13. Micrologix to uniop

    uniop is a product provided by Exor Electronics R&D their website is http://www.exor-rd.com/ based on the model your using a DF1 driver is available and could be used to communicate with a Micrologix using a serial connections.
  14. Do a limit comparison on the setpoint you are writing down. Write it to the PLC, if it is within limits (using comparison instructions) copy it to a address used in your control. If if is not, copy over a setpoint you assign in the PLC and then perhaps latch an alarm bit to notify the operator.
  15. GOT1000

    I have never hear of GOT100 but as a work around, can you do the scaling in the PLC?