Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. swhitlock

    Hi, new to PLC's. Need help if you could on a project.

    Hello! Sounds like you're doing something interesting, but there aren't many details. The task you're trying to do is quite simple for a PLC, but the solution can vary widely depending on the environment you want to put this in. Without info to narrow it down, here's a whole range of ideas...
  2. swhitlock

    Please tell me what I need to buy

    I suggest finding a couple local control system integrators in your area (even if they're small 1 to 10 person shops), invite them over to take a look at your requirements, and ask them for a fixed price quote. They'll generally quote the hardware they're most familiar with, which is good...
  3. swhitlock

    Quick RSLogix 5000 Question

    No matter how you do it, you need to allocate one word of memory to store the value from the previous scan. Assuming you're using the latest version of RSLogix 5k, I think you can actually write your own instruction that takes the watched value and a memory location as parameter. Scott...
  4. swhitlock

    UDP Commands to/from a CompactLogix Controller

    Looking at that document, there seems to be some parameters listed in page 131, though I admit it's a bit vague. It looks like you need to do at least 3 MSG transactions with the web server card just to send one UDP message (CreateSocket, OpenConnection, Write). I would assume that once the...
  5. swhitlock

    PLC Interfacing using OPC in Visual Basic and RSLinx

    Consider the fact that you don't have to use OPC to communicate with the PLC. There are some 3rd party tools which communicate in the PLC's native protocol, and are much faster, not to mention simpler to use. I suggest that you consider the In-Gear components from Cimquest...
  6. swhitlock

    bigenner in the world of PLC

    I have found that the tutorials on this site are quite good to get people started: http://www.plcs.net/contents.shtml Scott Whitlock PLC Programming Articles: http://contactandcoil.com/
Back
Top