Jump to content

Rod_Hackney

MrPLC Member
  • Posts

    170
  • Joined

  • Last visited

  • Days Won

    1

Rod_Hackney last won the day on March 10 2019

Rod_Hackney had the most liked content!

Profile Information

  • Gender
    Male
  • Location
    Midwest
  • Country
    United States

Recent Profile Visitors

6,848 profile views

Rod_Hackney's Achievements

Collaborator

Collaborator (7/14)

  • First Post
  • Collaborator Rare
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

2

Reputation

  1. 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. 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. 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. 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. 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. 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. 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. 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. We have serveral manuals for S7 posted on this site
  12. Wincc should have a siemens MPI serial driver available. Check with you distributor
  13. 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. I have never hear of GOT100 but as a work around, can you do the scaling in the PLC?
×
×
  • Create New...