Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

Search results for query: *

  1. ADMIRALKEN

    Instrumentation Problems

    I would guess your false trips are at start up or shut down. Add a small time delay to your logic. If all the conditions are met for say 5-10 seconds, then trip.
  2. ADMIRALKEN

    PLC 5 and ControlLogix MSG instruction

    I agree with TW, the output port on most modules is 2, with the exception of the DH/RIO module, which has ports 2 & 3.
  3. ADMIRALKEN

    PLC Programming - Need Help With My Program!

    Post your question in the forums at www.mrplc.com, that board allows you to post your program. Then someone can take a look and tell you exactly what's wrong with it.
  4. ADMIRALKEN

    Open Loop Tuning using Ziegler Nichols

    Have a look at this site: http://www.controlguru.com/ There's a lot of good loop tuning information there.
  5. ADMIRALKEN

    Change scroll wheel zoom direction?

    I don't know if this works in 2004, but it does in later releases. There is a system variable called zoomwheel. Just type in "zoomwheel" (without the quotes) at the command line. 0 (zero) Moves wheel forward zooms in; moving wheel backwards zooms out. 1 (one) Move wheel forward zooms out...
  6. ADMIRALKEN

    PLC 5 High/Low select function?

    Couldn't you get by with only two compares? If A > B Then move A to N7:100 Else move B to N7:100
  7. ADMIRALKEN

    CompactLogix: how to change the IP in MSG? SSV?

    Simple solution: Use two or more message instructions, one for each target device.
  8. ADMIRALKEN

    Display for Micrologix 1000

    These LCD's appear to take ASCII input, The ML1000 doesn't support ASCII.
  9. ADMIRALKEN

    MicroLogix 1500 issue!

    Has it every worked correctly? Sounds like you need to write a homing routine in the logic. On first pass or after E-stop, have the homing routine run. Or it could be that the system is/was setup with absolute encoders, and someone replace the encoder with the wrong part.
  10. ADMIRALKEN

    Trouble connecting to MicroLogix1000

    You also have to match the baud rate and hardware or software error checking. Do you have a backup copy of the program? If you do, you can open that and see what the channel settings are, then configure the driver to match. You can also try the autoconnect feature.
  11. ADMIRALKEN

    PLC 5 adding hardware

    In the PLC-5 family, when you add a remote chassis, depending on your addressing scheme, a certain number of words are already assigned in the I/O image table, even though the slots are empty. If you look right now, before adding the cards, you should see memory addresses for the slots. As long...
  12. ADMIRALKEN

    How Do I Get My File Pull Down Menu Back?

    type FILEDIA at the command line, it should be 1,
  13. ADMIRALKEN

    Hourly rate counter / accum

    I assume you all ready have a counter that counts parts, cycles, whatever.... You need to know how often you want the rate updated. In my example I will use 5 seconds, but it could be any reasonable amount of time. Use a 5 second self-resetting timer. When the timer done bit is true: 1...
  14. ADMIRALKEN

    Looking for an example : Micrologix1200 to Panelview

    No messages required. The Panelview directly accesses the data in the plc.
  15. ADMIRALKEN

    Allen Bradley RS500 software driver problem

    Should be the RS232-DF1 driver, at the same port setting you used for the DOS software. If that doesn't work try SLC-500 DH485.
  16. ADMIRALKEN

    USB 1747-CP3

    A DH+ card for a PC, not cheap. There is not an inexpensive way to connect to a DH+ network. The one exception being if you have a SLC 5/04, you can use the serial port and setup a pass through link to the DH+ network. However, it is slow, since you are still using a serial connection at the...
  17. ADMIRALKEN

    USB 1747-CP3

    The USB 1747-CP3 is for usb to serial communictions, it will not work on DH+ port. The adapter is for the Micrologix PLC's. The driver you need to use is DF1 or perhaps DH485.
  18. ADMIRALKEN

    STATUS BITS FOR ALARM PILOT LIGHTS

    Glad to be of service.
  19. ADMIRALKEN

    STATUS BITS FOR ALARM PILOT LIGHTS

    From the RSLogix 500 help files: Application note: You can write any value to S:4. It will begin incrementing from this value. You can use any individual bit of this word in your user program as a 50% duty cycle clock bit. Clock rates for S:4/0 to S:4/15 are: 20, 40, 80, 160, 320, 640, 1280...
  20. ADMIRALKEN

    Simatic TI 505 32pt AC input module dimensions

    I forgot to ask, why are you doing this?
Back
Top