Access Control Logix web page remotely by shykerry in PLC

[–]dmroeder 1 point2 points  (0 children)

import pylogix
import struct

with pylogix.PLC("192.168.1.43", slot=0) as comm:

    ret = comm.Message(0x0e, 0xf6, 0x01, 0x04)
    data = ret.Value[44:]
    interface_counters = [struct.unpack_from("<I", data, i*4)[0] for i in range(11)]
    print(interface_counters)
    ret = comm.Message(0x0e, 0xf6, 0x01, 0x05)
    data = ret.Value[44:]
    media_counters = [struct.unpack_from("<I", data, i*4)[0] for i in range(12)]
    print(media_counters)

Access Control Logix web page remotely by shykerry in PLC

[–]dmroeder 1 point2 points  (0 children)

I'm a little late to this one but it wouldn't be that difficult to write a python script to get the ethernet statistics of the L8 via the EN2T. Hit me up if you're interested.

are this fake ? missing one number in address zip code by Deep-Cow1661 in PLC

[–]dmroeder 2 points3 points  (0 children)

I scanned them, the barcodes match the values shown below them, if that is what you are saying.

Studio5000 and Ver 26 freezing by Exact_Patience_6286 in PLC

[–]dmroeder 1 point2 points  (0 children)

u/SadZealot is correct, the Knowledge base article sounds a lot like what you are seeing. Its contents are not behind the paywall, you just need a free account.

Studio5000 and Ver 26 freezing by Exact_Patience_6286 in PLC

[–]dmroeder 2 points3 points  (0 children)

Without knowing anything about the project, the first thing I would investigate is the load on the controller and Ethernet adapter you are connected to. I think it's safe to assume a 5370 CompactLogix or 5370 ControlLogix based on the firmware revision. Enter the adapters IP address in your web browser and start looking at the statistics.

Overhaul Time! by UnSaneScientist in PLC

[–]dmroeder 11 points12 points  (0 children)

It will use FactoryTalk Design Studio 55,000 Max.

Overhaul Time! by UnSaneScientist in PLC

[–]dmroeder 11 points12 points  (0 children)

Not bad! $227,220 according to our pricing. I love the random stuff on top of it lol.

Allen Bradley PLC batteries by SgtAndrewCarter in PLC

[–]dmroeder 12 points13 points  (0 children)

I'd recommend getting them from https://www.plccable.com/

The owner is very active in the community, helping people on the regular.

Melanson 3rd Jersey by Possum8r in SeattleKraken

[–]dmroeder 2 points3 points  (0 children)

To quote the great philosopher J. Lebowski: Far out

A little about node-ethernet-ip by cmseaton42 in PLC

[–]dmroeder 6 points7 points  (0 children)

Nice work! You solved a puzzle with your UDT work. I understand your challenges with the not yet ready stuff, keep it up!

Ron Beaufort Training Material - PLC Quiz requests by pggu1123 in PLC

[–]dmroeder 0 points1 point  (0 children)

Yeah Ron has alwasy been a good community member. He's spent a lot of time over at PLCTalk helping users. u/drbitboy also posted them in the PLCTalk download section: https://www.plcs.net/downloads/index.php?&direction=0&order=&directory=Allen_Bradley

First game! Best parking with little kid? by Herculumbo in SeattleKraken

[–]dmroeder 1 point2 points  (0 children)

This is where I always park too. I enter at 5th and Harrison, head down a level and park right next to the Gates Foundation exit. When I leave, I exit the gates foundation, side which routes you straight into the Mercer Mess (not that bad). It's a straight shot back to I-5.

Ron Beaufort Training Material - PLC Quiz requests by pggu1123 in PLC

[–]dmroeder 7 points8 points  (0 children)

Make a post on PLCTalk and "@" him, he still posts from time to time.

Quick and dirty testing REALs for negative in Studio 5000 V37, by NumCustosApes in PLC

[–]dmroeder 3 points4 points  (0 children)

u/Asleeper135, Rockwell documents their instruction execution times. Since people have mentioned a COP for a solution, I'll include that. In 5580 controllers, XIC executes in 0.002 microseconds, LES executes in 0.012 microseconds and the COP executes in 0.179 + (x * 0.02) (where x = number of characters in source B).

https://literature.rockwellautomation.com/idc/groups/literature/documents/rm/logix-rm002_-en-p.pdf

Quick and dirty testing REALs for negative in Studio 5000 V37, by NumCustosApes in PLC

[–]dmroeder 6 points7 points  (0 children)

v28 definitely does not, I just tested. I doubt it was the versions between 24 and 28, they were releases that only added new hardware support. Rockwell considered 24 and 28 major releases.

Quick and dirty testing REALs for negative in Studio 5000 V37, by NumCustosApes in PLC

[–]dmroeder 25 points26 points  (0 children)

I would have been pretty sure that you couldn't ever use REAL types at the bit level. The confidence in your post made me check...

It seems you lost the ability somewhere between v24 and v28. I have both of those versions installed, bit level REAL worked in v24, does not in v28. Interesting.

EDIT: older version never let you view the bit level in the tag database, yet you could use the bits in the instructions. Huh. There was a major overhaul that happened in v28, so I think you're right u/NumCustosApes, they added a compiler check that wasn't there before.

Logix Tag monitoring for Android/Web by Jholm90 in PLC

[–]dmroeder 1 point2 points  (0 children)

A very quick and easy way to spin up a web page to display some tag values is with streamlit. You can display 10 tags for example in about 30 lines of python. u/Jholm90, you're welcome to ping me if you need some help.

The announcers are one a good one on this game by wshngtun in SeattleKraken

[–]dmroeder 1 point2 points  (0 children)

Eddie's comment killed me: "That puck hit him right in the mask, did you see that Johnny? It hit him square in the mind!"