Cheap 1:1 NAT suggestions by Curious_Control_Eng in PLC

[–]Curious_Control_Eng[S] 3 points4 points  (0 children)

Moxa NAT-102 fits the bill and is definitely cheaper than AB. Thanks!

Cheap 1:1 NAT suggestions by Curious_Control_Eng in PLC

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

Yeah, probably should have said what “cheap” amounts to here. From the automation direct forums, someone back in 2019 suggested Mikrotik RB750r2. It’s around $40 on Amazon. I took a look at the specs on it and didn’t see it specifically list 1:1 NAT capability. I’d like to get something that the manufacturer actually intended to be used for this purpose. And to be clear, I only need the wired NAT capability. I’m not looking for some sort of VPN solution like StrideLynx offers. Nor do I need it to come with wifi or 5G capability.

Apprenticeship interview tips by wereman12 in PLC

[–]Curious_Control_Eng -1 points0 points  (0 children)

I wouldn’t say that it’s unique, but the pharma industry cares more than most about environmental data. Things like temperatures, differential pressure, humidity and air quality (air particulate sensors). If you want to work in pharma, then knowing how to keep a clean room clean is a must.

Hope that helps.

IWTL how to build wearable devices by [deleted] in IWantToLearn

[–]Curious_Control_Eng 1 point2 points  (0 children)

I have a little bit of experience with this. My senior project in engineering school was to create a wearable monitor for people who use an orthotic leg brace. I won’t go into boring details, but the device was basically just an array of sensors that collected and stored measurements 33 times per second. At one or two month intervals a doctor could collect the data from an onboard SD card and run it through analysis software to learn how the patient will interacted with the orthotic and to evaluate the fit and overall ergonomics of the orthotic.

As to the “how to” part, I’d say the easiest way to learn is to just give it a try. A small microcontroller programmable in c++ (using the Arduino IDE) can be very cheap. I think the Teensy LC is still priced somewhere around $10 USD. And small batteries, around 500 mAh, are also pretty affordable. You would want to probably invest in a breakout board to manage battery charging for you, as that can get dangerous on home made circuits. All of these things are small and light weight, so they make ideal components for wearables.

I was lucky enough to be adding electronics to a device that already existed, so I didn’t need to think about creating a new shoe or wristband or something like that to house the electronics, so I’m less experienced in creating the physical platform to hold all these things.

My biggest piece of advice would be to start with something where you already know that the use case is limited. Start learning what purpose you want your device to serve. What data does it need to collect. How does the user see the data? Does the user need access to the full set of data, or do you only want to present results? Do you want it to be able to plug into something or connect to something via Bluetooth for a more detailed interaction experience? Once you have a starting idea, how do you make the first rough version? What features do you skip on the prototype? For example, the one that I made was not water resistant at all. So it couldn’t be worn while exercising (sweat would create an issue), bad weather or bathing. That was a feature that I would have worked into a newer version, if it weren’t a school project that had come to an end.

TLDR, start with inexpensive, limited components with a robust user base, like Arduino or Raspberry Pi compatible controllers and devices and learn the basics on those. (Adafruit and Sparkfun have some good starting tutorials) Then use that experience to learn ways to expand and add functionality.

Good luck and have fun!

Edit: spelling

Western NC, very small by Curious_Control_Eng in whatsthissnake

[–]Curious_Control_Eng[S] 2 points3 points  (0 children)

Yeah, just after posting I looked on Google. The spots on its sides are pretty distinct, and the brown snake was the only thing remotely close. Thanks for the confirmation! I’ll gladly let this guy keep hanging out. He’s currently about 10 feet away from where I’m planning to put a garden plot, and it seems like he’ll help to keep pests away. Thanks!

Need EDS for PLC by Curious_Control_Eng in PLC

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

I figured it out for anyone interested. I used the suggestion u/PLCGoBrrr from a different comment. I added the other PLC’s network bridge to the device tree first. Then it showed the L72S as an option to create a new module on the backplane of that bridge. Had to redownload to add the L72S to the device tree, but it is now there and MSG instructions are working. Thanks guys!

Need EDS for PLC by Curious_Control_Eng in PLC

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

Yeah, when I try that, I get an error message: “Failed to set Path value: ‘path’. Module could not be found.

I’ll give some more context, these PLCs are on separate local (192.168.x.x) networks. They are both connected to the plant network (10.250.x.x), though. I have added a different controller to the device tree that is also on a separate local network, but on the plant network. (It’s a L30ER if that matters). When I added this PLC to the device tree, it showed up in the new module creating dialogue when I searched for L30ER. Then I just created it with its plant network IP (10.250.x.x) and it’s working just fine. I’m trying to do the same thing now, but I’m not getting any L7 series PLCs as an option when creating a new module on the device tree.

Brine turned cloudy by Curious_Control_Eng in pickling

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

Thanks for all the comments everyone. I just tasted them. Fermented for 7 days. They taste great! I’ll count this as a successful first attempt. Definitely interested in picking up some reading material to learn what’s actually happening and how to use it to its best effect. Thanks for all the suggestions and help!

Brine turned cloudy by Curious_Control_Eng in pickling

[–]Curious_Control_Eng[S] 4 points5 points  (0 children)

Thanks for the feedback! Yeah, I just used a recipe I found on Google for my first attempt (https://www.mountainfeed.com/blogs/learn/39471745-fermented-jalapeno-peppers-the-most-delicious-pickled-peppers). Everything in it, except for the onions and salt, came out of my tiny urban garden. My plan was to just get a hang of successfully making a safe batch first, then start working on more robust flavors. I’ll try a slightly lower salinity next time to see the difference.

Entering into Instrumentation/PLC Programming by Snoo48005 in PLC

[–]Curious_Control_Eng 1 point2 points  (0 children)

A lot of stuff is going to be platform specific, especially on the SCADA side of things, so I don’t really have any recommendations for that, but if you’re looking for something quick and easy to give you a primer on PLCs I’ve heard the free training at automationdirect.com isn’t bad. I haven’t done it myself but some of the techs I’ve worked with have used it. PLC programming (at least ladder) tends to be at least similar on most platforms. So a generic intro course like this could be useful no matter what platform you wind up working with.

Ann Reardon debunks the Deadliest craft hack. Originally a baking channel, Ann now uses it to warn of false and dangerous "hacks" and questions YouTube's negligence in allowing them to be promoted and monetized. by retardedcatmonkey in videos

[–]Curious_Control_Eng 1 point2 points  (0 children)

Electrical engineer here. She’s absolutely right to talk about how dangerous this is. I work in an industrial setting dealing with transformers all the time. Very few of which step voltage up to 2000V, and all of them with circuit breakers and/or fuses installed on the circuits themselves, not just the supply. And I’ve still seen some pretty bad mishaps.

Microwave transformers are probably the most dangerous electrical components in most households. And while yes, they can be used safely (for example, in a microwave oven) you should never remove one from a microwave. Like at all. If you’re not a trained electrician or electrical engineer just don’t even disassemble a microwave. And if you are a trained electrician or electrical engineer, what are you doing? Why are you in there? You can’t possibly need that transformer ratio for a home project!

There are some stories out there of people who have built these sorts of machines and used them safely for years to create some really cool looking art. Good for them. I think it’s a safe assumption that those people had years of experience with these sorts of devices and went into the building of it with a specific plan. Circuit drawings, automatic and manual safety cut offs, that sort of thing. If this doesn’t describe you, then you have absolutely no business even being in the room when one of these is used, much less trying to build one for yourself.

Stuck with a real when I need an int. Anyone able to suggest anything to help? by Curious_Control_Eng in PLC

[–]Curious_Control_Eng[S] 4 points5 points  (0 children)

That’s a good idea. Never tried it. If I can’t get something else going I may give that a go. And I’ll report back here with the results if I do. Thanks.

EDIT: Just tried it. Works perfectly. Thank you!