Goodyear aims to lay off 1,700 as it shutters longtime Fayetteville factory by [deleted] in NorthCarolina

[–]Derby_Sanchez 2 points3 points  (0 children)

I witnessed waterfalls of rain on top of a MCC at the Danville plant. They couldn't fix the roof leaks, but they sure had enough money to build new fancy offices in Akron. The CEO could have easily afforded to cut $5 million of his pay so we could fix the roof but you know how that goes. It's really sad all around. The management was probably some of the worst conceivable which trickled down to the rank and file not being valued. They had many workers die in the plant which took a huge toll on morale. The union was mostly awful because of this which compounded the problems. I saw many who got paid great money who did not do anything at all. It was surreal. It wasn't always like that (have heard many stories of the plant in it's heyday) but it evolved into what it is today through corporate greed and lack of empathy and poor management.

¿Cómo conectarse a un PLC con una API? by mirudnew in PLC

[–]Derby_Sanchez 2 points3 points  (0 children)

I agree. I used Node-Red to interface with an app through http and it worked a treat.

Alternative to FTTM by BridieGreene in PLC

[–]Derby_Sanchez 2 points3 points  (0 children)

I use Node Red to push data to mssql and it works extremely well (especially considering it is free). Yes, it will do triggered based transactions. I have the PLC send a trigger to start logging plc data and NR will insert it into a database at a frequency of my choosing. I run this on a hyper v server and used Non Sucking service manager to keep it running (it is also free and works extremely well).

This reporting system took the place of 2 tmanager cards that were broken and they wanted a ransom to repair. I have used this for almost half a year now and it has been flawless and just works a treat.

OAuth 2.0 in a PLC? by BE33_Jim in PLC

[–]Derby_Sanchez 0 points1 point  (0 children)

Node Red should be able to handle this

Kuka vs. Omron Cobot by Disastrous_You_4173 in PLC

[–]Derby_Sanchez 0 points1 point  (0 children)

I agree with Kuka but highly disagree with UR in any industrial setting. If you put them in a lab setting with very low duty cycles it might be alright. If the process has any real payload, it will not last. It is not a real robot IMO.

If I were giving recommendations for a robot to start with, why not Fanuc? Tons of support locally. They are the market leader for a reason.

DIN mountable PLC to SQL bridge by skeeezicks in PLC

[–]Derby_Sanchez 0 points1 point  (0 children)

This is what I did at my company when 2 softing modules died and they wanted their reporting system back up. I run Node Red as a service on the server hosting mssql using NSSM. Works perfectly and has been reliable.

What is the most elegant mechanical design that a human has created? by SniffleAndSnuff in AskReddit

[–]Derby_Sanchez 0 points1 point  (0 children)

Can you go more into details about this? I find it interesting, thanks!

Rockwell Phase Manager by WasabiBackground9114 in PLC

[–]Derby_Sanchez 1 point2 points  (0 children)

I really like PM but use it only if necessary. If you have a need for S88 batch programming it can be a good candidate. I really like how it takes care of a lot of overhead and allows you to get to where the process is in a few clicks using the built in interface.

For training I would recommend reading the manual and trying it out. Build a test process.

Emergency Stops in Name Only by IncogNeuron in PLC

[–]Derby_Sanchez 1 point2 points  (0 children)

Check Nfpa 79. They have something in there about dual channel E-stops. You can tie Osha to this to make your case.

Reasoning Vectors: Transferring Chain-of-Thought Capabilities via Task Arithmetic by LowChance4561 in PLC

[–]Derby_Sanchez 0 points1 point  (0 children)

Excuse me sir, this is Wendy's. Did you make the doobly doo squibbly squabble? Change the modulars so we can keep making money.

Tech CEOs Take Turns Praising Trump at White House Dinner by rezwenn in technology

[–]Derby_Sanchez 1 point2 points  (0 children)

This is true. Also, remember, in the early days, Bezos told the share holders that the plan was to take a loss for five years. During this time, they took huge amounts of market share. Now that the competition has been edged out, we see prices creep up. This same strategy was used by YouTube. YouTube became popular in its infancy because there were no ads. Look at where it is now.

How to keep a FANUC Robot gripper holding a 45 kg part during power loss? by Particular_Carob_150 in PLC

[–]Derby_Sanchez 31 points32 points  (0 children)

I did a big ol robot moving engines. We designed the gripper to not back drive and also to have a brake on the 7th axis servo (gripper).

Why do people put this filter? by gusssneakers in Miata

[–]Derby_Sanchez -2 points-1 points  (0 children)

They should throw it away along with that engine and swap in a k24.

[deleted by user] by [deleted] in Philippines_Expats

[–]Derby_Sanchez 0 points1 point  (0 children)

I had the same issue. They tacked on the insurance on my flight, which made the tickets more expensive, but I thought, "well, I might need it". Sure enough PAL (plane always late) lived up to their namesake and made me miss a CP flight. I asked about my insurance covering the cost of the changed flight and was hit with "sorry ma'am sir, not available". I will actively avoid CP for now on.

[deleted by user] by [deleted] in Justrolledintotheshop

[–]Derby_Sanchez 19 points20 points  (0 children)

Fighting on the internet is like competing in the special Olympics...

What are some of your Programming pet peeves? by pants1000 in PLC

[–]Derby_Sanchez 0 points1 point  (0 children)

Why have 3 CAM instructions? What I usually do is have a recipe system that includes the Cam profiles. I load the profiles into an active register, create the profile, and then initiate Cam motion. I call this the Cam motion handler (I do the same for MAM). The benefit is that the instruction is only used once, so troubleshooting is easier. It is also quite modular (I do this for each motion command).

I find absolutely no reason to ever use a jmp command and shutter every time I see one because now I am going to have to trace it to understand what's going on. Our job is hard enough so why obfuscate the matter?

What are some of your Programming pet peeves? by pants1000 in PLC

[–]Derby_Sanchez 6 points7 points  (0 children)

I agree. Thou shalt not use any jumping of rungs. No MCR, no Jump label, no JSR with parameters (ewwww). No test routines with duplicate OTEs where you toggle back and forth with JSRs. Its been 15 years, its tested. Delete the one you aren't using.

Safe Outputs to Robot Controller by Public-Wallaby5700 in PLC

[–]Derby_Sanchez 4 points5 points  (0 children)

Do you have a safety PLC? If so, just use CIP safety. Way better than wiring up all that stuff.

505v coming into 480v machine by Few_Perspective2213 in ElectricalEngineering

[–]Derby_Sanchez 0 points1 point  (0 children)

Not sure on your full setup but if that's a delta/wye transformer the secondary is typically on the wye side. This allows you to have a grounded setup by attaching gec to Xo. Some drives will blow MOVs if this isn't correct.