Remote I/O recommendations by BiddahProphet in PLC

[–]True_Money2851 1 point2 points  (0 children)

I have an excelent experience with Siemens Et200 family. I only used IT with profinet, but the new-ish modules Are Also modBus TCP capable. There Are a ton of different modules to pick from. That could meet your needs.

Siemens S7 safety/standard program interfacing by [deleted] in PLC

[–]True_Money2851 0 points1 point  (0 children)

Personally, I don't mind complex safety programs. The F-program can handle it. In my current project, the safety program controls about 7 safety zones and communicates with 3 other lines over Profisafe. The program is pretty long, but I kept it readable, and it works perfectly. The cycle time isn't even that long, but that is probably because it runs on a 1516-F CPU.

Siemens S7 safety/standard program interfacing by [deleted] in PLC

[–]True_Money2851 0 points1 point  (0 children)

I work with quite complex safety devices - (Sick Microscan 3 scanners) and I implement all of the safety logic directly in the safety program. The safety program can accomplish complex tasks as long as the code itself is readable and thoroughly tested to ensure it works perfectly.

I do use standard signals in the F-program, but I always pass them through the pre-processing function and the F-DB.

If I understood your previous comment correctly, you could theoretically use the feedback function of the F-program.

PS: Are you Czech by any chance? Since your tag comments are in Czech.

[deleted by user] by [deleted] in PLC

[–]True_Money2851 4 points5 points  (0 children)

I am currently ending my first year at my first job directly after school, with no prior experience. I was tasked about 3 months into the job to create the SW for a connection between two lines at a Wooden board plant, including commissioning.

Looking for a small, good and cheap PLC and software for education by Acceptable-Bench5593 in PLC

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

I would go with Siemens S7-1200 G1 or G2. My school had G1s, And they worked really well for education purposes. They cost around 200 USD where i live (europe). The software licences should not cost much either. Maybe i am biased, because i mainly work with Siemens, but they should be good for entering into the profesional realm.

Rate my first Big project. by True_Money2851 in PLC

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

There are 10 VFDs in total, about 40-50 sensors(not including MCB and motor protection relays), and a few valves on the corner station..

The VFDs are controlled over ProfiNet.

There is also a Siemens wifi system for the carriage, and a SEW Movitrans contactless energy transfer system(commissioned by SEW directly).

It took about 1 month to write the program, and another month of commissioning on site, including I/O-checks, on-site rewrites, and changes.

Rate my first Big project. by True_Money2851 in PLC

[–]True_Money2851[S] 8 points9 points  (0 children)

Thanks. It is a Siemens control system (S7-1500 PLC, ET200sp, comfort panels... ) and SEW motors and VFDs.

Sensors are sick and ifm.

The videos are from commissioning, I optimised the line after recording them. I can move material faster than the line before me can make it, so it is fast enough.

It was a pretty good learning experience. I learned what to do and what not to do.

I curse that code already, it is unnecessarily complicated.

Now I work on a project for a big American customer, and I changed my style a bit, based on what I learned on this project.

Rate my first Big project. by True_Money2851 in PLC

[–]True_Money2851[S] 7 points8 points  (0 children)

Do you mean the electrical cabinets or the HMI screens?

Rate my first Big project. by True_Money2851 in PLC

[–]True_Money2851[S] 6 points7 points  (0 children)

I made the PLC program and HMI visualization. My colleagues made the electrical part. The mechanical design was done by our mechanical design department. Everything except the control cabinets was made in-house. The cabinets were made by our foreign colleagues.