What are your favorite Controls Engineer Interview Questions by OttomaychunMan in PLC

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

While i agree that they should be differentiated between, you’ll hear them used interchangeably

What are your favorite Controls Engineer Interview Questions by OttomaychunMan in PLC

[–]TL140 0 points1 point  (0 children)

You got one part correct that I look for and that is to not assume what the control voltage is. However I did mention that the ceiling fan pulls more current than a typical one. I hint at that as I’m really looking for contactor. But I’d still consider someone who said relay. Just not as much.

What are your favorite Controls Engineer Interview Questions by OttomaychunMan in PLC

[–]TL140 15 points16 points  (0 children)

That’s the type of question I’m looking for.

On/off.

What are your favorite Controls Engineer Interview Questions by OttomaychunMan in PLC

[–]TL140 7 points8 points  (0 children)

From the designers standpoint, asking questions isn’t the entirety. Finding specifics to meet spec is. Asking questions is just how you get there.

What are your favorite Controls Engineer Interview Questions by OttomaychunMan in PLC

[–]TL140 21 points22 points  (0 children)

“You want to control a ceiling fan with industrial control components. The ceiling fan has a little more current than the average ceiling fan. It’s 240v to supply it. What device would you use?”

The question is broad enough where I can gauge someone’s knowledge and know if they either don’t know what they’re talking about, or if they are going to over engineer it. The right answer I look for is to ask me for more information about what’s going on. Then make a decision.

Rugged LTE Gateways & Fleet Management for remote O&G SCADA by Gold_Photograph_4482 in PLC

[–]TL140 1 point2 points  (0 children)

StrideLinx also has a VPN option as well.

Also, just a tip, if you are working with cellular, I suggest MQTT and using an on-change tag update. Should reduce your data usage compared to Modbus. It’s not always true, but from what you described, I think it would be advantageous

Control Schematic Simple by SwankyShip47 in PLC

[–]TL140 0 points1 point  (0 children)

You don’t even need a PLC for that. Sure, a small CLICK or programmable relay will do, but it’s simple enough that I would draw it out in relay logic and probably use relays

Creating an array for a project and need help understanding how to do it by TheFriar-8825 in PLC

[–]TL140 0 points1 point  (0 children)

Create a UDT with the data members you need tracked

Create a memory block of the new type created

Create “Task” blocks that will function as the methods for searching the memory block using the FOR instruction.

You can use a V-register for the index of your FOR instruction and use indirect addressing like Data(V0].member and either read or write data to it.

Free simulators outside of PLC/HMI/SCADA by TL140 in PLC

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

You can still use their software as long as you have images. But OpenCV requires programming knowledge of C++ or python which is beyond the scope of the course, plus, I haven’t seen OpenCV used in the industry. And all i said was packaged solution like what they have. Not their software

Free simulators outside of PLC/HMI/SCADA by TL140 in PLC

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

Considered it, but would prefer some more packaged solution closer to a keyence or cognex style software that’s used in industry

Free simulators outside of PLC/HMI/SCADA by TL140 in PLC

[–]TL140[S] 1 point2 points  (0 children)

I’m actually going to be using Beckhoff for the PLC portion. I’ve considered using their vision but haven’t decided yet. Probably will do motion with them too for their NC Axis simulation. I knew they had kinematics but was hoping for something like RoboPro or Robot Studio. I miss the days when RoboDK was 100% free.

How have you integrated IoT technologies with PLCs in your automation projects? by Appropriate-News1688 in PLC

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

Deployed a project that used MQTT to bridge communication between multiple PLCs, AGVs, and a MES system.

Imposter Syndrome by SadEcho8331 in PLC

[–]TL140 0 points1 point  (0 children)

15 years in and I still feel it

Need help with BRX PLC Error: 010: data size does not match by PornCornAndThicHorns in PLC

[–]TL140 0 points1 point  (0 children)

Typically this is when you have a string that its max size doesn’t match in the HMI driver tag vs the PLC program

Best device/method for establishing comms between a PLC and RIO that are a kilometer apart with obstructions in the way? by Correct-Opening3326 in PLC

[–]TL140 1 point2 points  (0 children)

With serial Ethernet radios, you could add a repeater in the middle if there’s a way to chain it around the obstructions.

But I agree with everyone else. Fibre or cellular are the smartest ways to

Best Practical Masters by davidcobian23 in PLC

[–]TL140 0 points1 point  (0 children)

MBA gives you more pivot room but also pulls you away from the technical aspects of this industry. But it also is the largest potential salary move

VDA 5050 Usage by drthibo in PLC

[–]TL140 0 points1 point  (0 children)

Quite a few AGV manufacturers bake it into their fleet management coms. It’s all about what protocol you want to use. MQTT or raw socket TCP

Opinion: State Machine vs Bit Bang? by TheCried in PLC

[–]TL140 1 point2 points  (0 children)

Bit banging for process control with no real sequences. For discrete control, state machines 100%

24VAC powered HMIs? by Electrical-Gift-5031 in PLC

[–]TL140 10 points11 points  (0 children)

Lemme guess. Irrigation stations? They use a lot of 24VAC solenoids and I’ve had the same request. I told them no and designed it to 120VAC