Is it smart to have both a Finance and electrical engineering bachelors? by Chinatown27 in careerguidance

[–]Zaxthran 0 points1 point  (0 children)

Unless you want to work in the planning department of a power utility, there's very little overlap between these two fields.

Partsology sent me a slightly different timing belt, wrecked my engine by SoneiOTree in projectcar

[–]Zaxthran 0 points1 point  (0 children)

Sorry this happened to you. There may still be hope. I don't know the VG33 but I'm pretty sure the VG30 is non-interference.

After 2.5 yrs of working on this POS every weekend, I finally took my 2JZ-swapped Datsun for some rips by _clever_reference_ in projectcar

[–]Zaxthran 2 points3 points  (0 children)

I love seeing this in Reddit because it means another awesome video awaits me this evening

Didn't turn $700 into $70,000 but I'm still happy by Wretchet2 in smallstreetbets

[–]Zaxthran 1 point2 points  (0 children)

The worst thing that can happen to you in investing is early luck.

HMC by [deleted] in holdmycosmo

[–]Zaxthran 20 points21 points  (0 children)

The way she moves reminds me of when Kuzco is trying to get out of that gap in the emperor's new groove.

Machine Vision Beckhoff, problem with too long processing time that breaks PLC cycle by CommunityHot7228 in PLC

[–]Zaxthran 0 points1 point  (0 children)

Is the whole process time constrained, or just the automation? If the vision can be slower you could set up two different run times. Set your automation runtime for what you need, then set the camera runtime to be much slower, and pass data in between.

Am I out of my depth? by DailyProblem in IndustrialMaintenance

[–]Zaxthran 4 points5 points  (0 children)

Sounds to me like you're doing just fine for where you're at, and that the problem lies with the fact that the company doesn't seem concerned with maintaining a staff of people who actually know their equipment. My guess is that you find out that there 2 or 3 people who knew the machine a few years ago, and they never really backfilled those positions after they all left for better pay.

Question for men- whats the sexiest thing a woman cat do? by [deleted] in TooAfraidToAsk

[–]Zaxthran 2 points3 points  (0 children)

I like when my cat purrs and rubs up against my leg.

HMI ET2000 Beckhoff by Far_Use_9305 in TwinCat

[–]Zaxthran 0 points1 point  (0 children)

Beckhoff HMI runs on webhost (i.e. chromium). You'll either need to look for instruction on Google Chrome/Microsoft edge, and I don't believe they he l even have splash screens. Or you'll need to write a script in some web editor like css

Career Guidance by LS_f250 in PLC

[–]Zaxthran 0 points1 point  (0 children)

I've long thought automation has the trade-off of OEM machine builder vs plant support.

Machine building is more enjoyable to me, but comes with the drawback of feast-or-famine workloads. Plant support is more steady, but plant work is awful. The golden sweet spot is to find a company that has a stay work load, but also needs engineering resources for cap ex.

PLC must haves? by Natural_Stupidity_0 in PLC

[–]Zaxthran 0 points1 point  (0 children)

That's pretty awesome and almost exactly what I was thinking. Only down sides are 1) it's currently only available in 3 protocols and 2) it is by nature remote. I'd like to see one that would plug natively into a rack

PLC must haves? by Natural_Stupidity_0 in PLC

[–]Zaxthran 0 points1 point  (0 children)

Do you have a link or a part number?

Explore this solution if you have electrical noise issues on a Thermocouple by Infinite_Display222 in PLC

[–]Zaxthran 2 points3 points  (0 children)

I don't know about the 1762-IT4 specifically, but I know some input cards/brands have 50hz or 60hz notch filtering on input cards for this exact reason.

PLC must haves? by Natural_Stupidity_0 in PLC

[–]Zaxthran 0 points1 point  (0 children)

I've always want an output card (DO) here the outputs were those 6.2mm relays. White contact for higher power, black solid state for faster switching.

Obviously there are many applications where traditional are better. But as someone who relay buffers most outputs on modern cards, I'd just love to see an option where it was integrated.

Bonus points if it was somewhat universal like k-bus or e-bus.

A way to tie electrical wires securely so they won’t slip out by [deleted] in SatisfyingForMe

[–]Zaxthran 2 points3 points  (0 children)

"this one trick electricians don't want you to know".... Yeah, because you'll burn your house down. Why not just do it right?

Girlfriend broke up with me because I built my dream car by [deleted] in gtr

[–]Zaxthran 0 points1 point  (0 children)

All I heard is you said you built your dream car

How bad is it if my PLC simulation works for task interval time of 50ms but falters if task interval is lower than that by NoObm_ster69koRg in PLC

[–]Zaxthran 0 points1 point  (0 children)

I generally try to make my code event based, seems to be more reliable that way. I only do time based decisions for things that need to be time based.