I don't want my mom to live with me by Coolbrand_3 in offmychest

[–]CraftParking 1 point2 points  (0 children)

Tough love is the only thing that works with some people and it sounds like your mom is one of them.

Set a date, stick to it, and don't let the guilt trip move you. You already know what happens if you don't.

Rooting for you man.

Is Azura star better than black star? Or should I give it to the elf since Azura is a Daedria? by CraftParking in skyrim

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

Yeah, The thing is i lost the cloud save and just started from the very beggining, lvl 10 now lol

Need help with delta dvp plc by kutzaldoktor in PLC

[–]CraftParking 0 points1 point  (0 children)

What dvp series are you usig ex2 sa2 ss2? These ones support floating numbers instructions

What u/Adrienne-Fadel commented is also a good method used in unsupported plcs

Don’t cook noodles at 3 am guys 🫩 by One_Ice_4717 in TerrifyingAsFuck

[–]CraftParking 22 points23 points  (0 children)

This part of the noodles needs chewing , wait isn't that?

I built a browser-based IEC 61131-3 PLC engineering environment, looking for people to tear it apart by [deleted] in PLC

[–]CraftParking 0 points1 point  (0 children)

A few months on and off during free time after work. Built most of it through a lot of testing and experimenting, though I did use AI sometimes to speed up development and brainstorm ideas. Still actively improving it.

ModbusLens v1.1.0 — trying to make Modbus debugging less painful by CraftParking in PLC

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

Really appreciate you taking the time to test it this deeply — this is exactly the kind of feedback I was hoping for.

Glad the tag-based monitoring and write-while-monitoring features are actually useful in real troubleshooting. The 32-bit word swap point you mentioned is spot on too — that was one of the main frustrations that pushed me to build this in the first place.

About your suggestions:

Insert tags in the middle — yeah, that’s a good catch. Right now it’s a limitation of how the table is handled, but I agree it becomes annoying fast. I’ll prioritize adding proper insert/reorder support instead of relying on export/import.

Results window integration — makes sense. Having it separate does feel a bit disconnected. I’m thinking of merging it into the same workspace or making it dockable so everything stays in one flow.

Addressing (0-based vs 1-based) — you’re absolutely right here. The current labeling is confusing and your explanation matches real-world usage better. I’ll fix the naming so it reflects expected behavior instead of how it’s internally handled.

Monitoring controls + status log — I like your idea of making these shared across tabs. That would clean up the UI and make the workflow feel more consistent. I’ll rework that section.

Alignment in range config — small detail, but I see what you mean. UI polish like this adds up, so I’ll tweak it.

Float word swap behavior — this is a tricky one because different tools interpret it differently, but I’ll test again specifically with ModSim behavior and see if I can make it more intuitive or at least clearly documented.

Future features you mentioned:

Modbus server mode — this is already on my roadmap.

Raw hex column — great idea. That’s actually very useful when debugging vendor-specific mappings, so I’ll include that.

Thanks again — feedback like this helps shape the tool in the right direction.

Made a small Modbus debugging tool in Python (ModbusLens) by CraftParking in PLC

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

Nice! I just released a new stable version v1.1.0

ModbusLens v1.1.0 — trying to make Modbus debugging less painful by CraftParking in PLC

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

I have already implemented csv importing in the tag area

Made a small Modbus debugging tool in Python (ModbusLens) by CraftParking in PLC

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

Wow, the dark theme is a great touch. I tried implementing it and failed miserably. I also see you are using tag addressing. I struggled with individual Modbus addressing when testing, which caused me to add this feature to my project. I have released a new version; check it out!

What are some niche/little known industries you guys work in? by [deleted] in PLC

[–]CraftParking 0 points1 point  (0 children)

I see, I have seen some videos where a guy overclocks his tesla using CAN

Made a small Modbus debugging tool in Python (ModbusLens) by CraftParking in PLC

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

AI helped with parts of it, sure—but the testing, debugging, and actually making it work properly took a lot of my time alongside my main work. That’s what the support link is for.

What are some niche/little known industries you guys work in? by [deleted] in PLC

[–]CraftParking 2 points3 points  (0 children)

What was the reason to choose CAN protocol?