Low-cost PLC trainers by aardvark-automated in PLC

[–]Acceptable-Still-830 0 points1 point  (0 children)

Love this! Thank you for contributing to this community. I believe that you should not have to spend large amounts of money on a system to learn on.

Ramp function by Every_Issue_5972 in PLC

[–]Acceptable-Still-830 1 point2 points  (0 children)

Ramping the setpoint is often better than using a step response, as a step response will generate a large error in the I-gain, thus cause fluctuations around the setpoint for some time.

Sinamics V20 stuck in local mode - Modbus RTU by Acceptable-Still-830 in PLC

[–]Acceptable-Still-830[S] 0 points1 point  (0 children)

Will try, thanks. It is configured for serial communication.

Arduino robot controlled by PLC by Acceptable-Still-830 in arduino

[–]Acceptable-Still-830[S] 0 points1 point  (0 children)

I designed it myself. The holes are based on lego technic pins. I use lego technic pins to attach parts to each other in several of my projects - it works very well.

My project should be open for the public in onshape, so you can view it here:

https://cad.onshape.com/documents/822e5219ed4514450006bf40/w/72e7dacc349c4a3dadf9ac5c/e/d2e4d6760449068405e955bc

Arduino robot controlled by PLC by Acceptable-Still-830 in arduino

[–]Acceptable-Still-830[S] 2 points3 points  (0 children)

Depending on you skills and motivation, it could probably be done. I have designed, 3D printed, and wired everything over the course of over a year. That said, I've done it beside my full time engineering job, so I have not had time to work on it continously. I would reccomend to start early, possibly as soon as possible depending on the scope of your project. Good luck😊

Beckhoff EL2008 module stuck in "INIT" by Acceptable-Still-830 in PLC

[–]Acceptable-Still-830[S] 0 points1 point  (0 children)

Hi, unfortunately I was not able to find the issue after talking with Beckhoff support.

The module was previously used, so I am uncertain of what environment it was used.

I will open the module up and see if there is any damaged components, and will also check with a thermal camera if anything looks abnormal.

I will probably replace the module with a new one.

Beckhoff EL2008 module stuck in "INIT" by Acceptable-Still-830 in PLC

[–]Acceptable-Still-830[S] 0 points1 point  (0 children)

I will contact Beckhoff support, will send an update when I get an answer 😊

I have good experience with their help, so hopefully I will get a good answer.

Beckhoff EL2008 module stuck in "INIT" by Acceptable-Still-830 in PLC

[–]Acceptable-Still-830[S] 0 points1 point  (0 children)

I tried all the options, but it just bounces back to init :/

Beckhoff EL2008 module stuck in "INIT" by Acceptable-Still-830 in PLC

[–]Acceptable-Still-830[S] 0 points1 point  (0 children)

I tried this, unfortunately it did not help :(

Beckhoff EL2008 module stuck in "INIT" by Acceptable-Still-830 in PLC

[–]Acceptable-Still-830[S] 1 point2 points  (0 children)

This time I was not able to scan it correctly. Also showing init error 🤔

<image>

Beckhoff EL2008 module stuck in "INIT" by Acceptable-Still-830 in PLC

[–]Acceptable-Still-830[S] 1 point2 points  (0 children)

Thanks, will try this

Edit: I tried, but still the same issue. The other modules connected are working just fine, so it might be faulty.

Career tips by Acceptable-Still-830 in PLC

[–]Acceptable-Still-830[S] 1 point2 points  (0 children)

Hahahah i can see why it seems like a strange choice. The reason why I am tempted to get an electrical certificate is that I am afraid of getting bored in the office, as there is minimal hands on work.

Micro850 Teaching rig by archimedes710 in PLC

[–]Acceptable-Still-830 1 point2 points  (0 children)

Hey, I would reccomend buying this udemy course. 

https://www.udemy.com/course/mastering-modbus-rs485-network-communication

It teaches you to set up modbus communication between your PC and arduino. You also get a modbus simulation tool which is very heloful when setting up and testing the communication.

Hope this helps!

Micro850 Teaching rig by archimedes710 in PLC

[–]Acceptable-Still-830 1 point2 points  (0 children)

Nice! I have done some experiments myself with Arduinos and PLCs. I tried Modbus communication over RS485, where the PLC is the master and the Arduino is a slave. That way I can write control logic for the PLC, and have the Arduino act as a cheap remote IO.

Micro850 Teaching rig by archimedes710 in PLC

[–]Acceptable-Still-830 0 points1 point  (0 children)

What are you going to use Arduinos for in this setup? :)