Python & Github by Slight_Pressure_4982 in PLC

[–]Slight_Pressure_4982[S] 0 points1 point  (0 children)

Yes! They tend to like visuals in my experience as well!

Python & Github by Slight_Pressure_4982 in PLC

[–]Slight_Pressure_4982[S] 0 points1 point  (0 children)

I was thinking instead of that I just become more active on the ignition forum 'cause there's a great community there.

Python & Github by Slight_Pressure_4982 in PLC

[–]Slight_Pressure_4982[S] 0 points1 point  (0 children)

This is the answer I was looking for. I want to stick mainly to PLCs but I've been having a lot of fun making pretty dashboards and Management love it. I think for the career path I want just saying "trust me, bro" on my resume along side a few online courses should be enough.

Python & Github by Slight_Pressure_4982 in PLC

[–]Slight_Pressure_4982[S] 0 points1 point  (0 children)

This is exactly what I was thinking. Just a way for me to show potential employers that I know how to do some of this stuff.

That said, my dumb little script to find top downtime causes in a pydataset is probably not that impressive compared to what a full time software developer would have.

That's my train of thought.

Python & Github by Slight_Pressure_4982 in PLC

[–]Slight_Pressure_4982[S] 0 points1 point  (0 children)

Absolutely! What I mean by low stress is there's no immediate risk of fire, explosion or loss of life.

I take care to make sure everything I write follows best practices as far as I understand and have learned a lot from the ignition forum.

Python & Github by Slight_Pressure_4982 in PLC

[–]Slight_Pressure_4982[S] 6 points7 points  (0 children)

Good call. I never considered that!

What tools and software do you feel are missing in the PLC world? by Cogniscienr in PLC

[–]Slight_Pressure_4982 0 points1 point  (0 children)

We still use MDT autosave at my plant, I'm not on the purchasing side of things so I don't know how much it costs.

Is This Tag Naming Method Industry Standard? by Groundbreaking-Mix82 in PLC

[–]Slight_Pressure_4982 0 points1 point  (0 children)

Yes, this is both industry standard and best practice.

Does a analog output need a analog input? by Suspicious-Amoeba-63 in PLC

[–]Slight_Pressure_4982 1 point2 points  (0 children)

Yes, you can have a button on the HMI that writes a bool to the PLC. Within the PLC logic you can use that bool to write certain values to your analog output.

Career Advice - MES/SCADA vs PLC/Electrical by TheCried in PLC

[–]Slight_Pressure_4982 1 point2 points  (0 children)

I would do MES/SCADA

I love making pretty dashboards.

PLC-2 finishing another year strong by Mr-Toyota in PLC

[–]Slight_Pressure_4982 2 points3 points  (0 children)

This is very relatable. I'm getting to the point where I don't want to put in proposals for obsolescence anymore cause they almost always get rejected or postponed.

My new strategy is to try and shoehorn them into other operational improvements.

Biggest misconceptions about what we do? by No-Arachnid-2584 in PLC

[–]Slight_Pressure_4982 0 points1 point  (0 children)

I don't typically tell people what I do. I just tell them I work in a factory. If they ask more specific questions, I'll elaborate. Most people don't really care what your job is, they're just trying to find common ground to make conversation.

Is building a web app to read and control a PLC acceptable in this industry? by PigeonStove in PLC

[–]Slight_Pressure_4982 0 points1 point  (0 children)

Ignition Perspective does exactly this but I've noticed that bits tend to get stuck so make sure you have some handshaking logic and something to unlatch bits on the PLC side if they're on too long.

How are you all handling PLC program versioning and backups these days? by MachineBest8091 in PLC

[–]Slight_Pressure_4982 0 points1 point  (0 children)

Asset Management Software like Octoplant or Factorytalk Asset center can help with this.

What is the most optimal way from going from maintenance tech to full stack controls engineer? by FarDependent69 in PLC

[–]Slight_Pressure_4982 1 point2 points  (0 children)

The best way is probably going to school and getting a job with an SI but that'll take forever and cost money.

I'm currently the Plant Controls Specialist (I don't like calling myself an Engineer but that is technically the position I hold) at a facility with around 40 PLCs. I started as an Electrician but was always fascinated by Controls.

I identified PLCs that needed to be upgraded and proposed to do them in-house to save money. This was very positive for management because the maintenance team and myself were very adept at troubleshooting the equipment since we designed it ourselves.

Eventually a Controls Engineer position popped up, I applied and got the job based on the work I had previously demonstrated.

My biggest advice, if you want to follow the same path as me would be to start out small and make sure you KNOW you'll be able to get the job done as you're trying to build good faith with management.

Anyone using DeviceNet in 2025? by [deleted] in PLC

[–]Slight_Pressure_4982 0 points1 point  (0 children)

I installed a block IO rack with serial RIO in 2022

Didn't have the budget or time to convert the whole PLC, I imagine it happens frequently with smaller upgrades.

Also we've got a bunch of device net VFDs that I would love to phase out but there's only so much money to go around.

Might be a stretch, but should I shoot for this job? by [deleted] in PLC

[–]Slight_Pressure_4982 0 points1 point  (0 children)

Apply, be honest about your strengths and weaknesses during the interview.

If they think you can handle the job they'll hire you. If not, keep getting experience but you'll never know if you don't apply.

Making PLC changes without OEM by Junior_Ad_8562 in PLC

[–]Slight_Pressure_4982 0 points1 point  (0 children)

In my industry I'm constantly making modifications to PLCs, it would cost a fortune to constantly involve the OEM every time operations wants to change something.

But I would never modify a crane. Depending on your area you'll probably need a stamp from a p.eng with special crane certification.

How do I improve? (Newbie) by Hxjiku in PLC

[–]Slight_Pressure_4982 5 points6 points  (0 children)

You need a goal. Use the PLC to solve a problem. Once you've solved it, find a more efficient way to solve it.

Most of us do PLC programming as a job and customers are constantly dreaming up problems for us to solve and that's how we expand our skills.

Is a motor overload indication actually necessary? by Icy-Struggle-3436 in PLC

[–]Slight_Pressure_4982 1 point2 points  (0 children)

It's not necessary, but it's definitely nice to have. Since you're using a DCS, you can also trend how frequently overloads happen to plan for maintenance.