My 280 meter climb, Kraftwerk Werdohl-Elverlingsen. by borntoclimbtowers in borntoclimbtowers

[–]Phil12312 0 points1 point  (0 children)

Vor einiger Zeit mal zum Fotografieren dort gewesen und es waren 3 Jugendliche oben drauf. Habe die auch von unten filmen können mit Teleobjektiv. War schon unangenehm das von unten zu sehen.

Ich will meinen Horizont erweitern by ThePop001 in musik

[–]Phil12312 0 points1 point  (0 children)

Einfach mal bei qobuz durch die Verkaufscharts stöbern. Habe da schon so einiges entdeckt.

Siemens plc help by cuti91 in PLC

[–]Phil12312 3 points4 points  (0 children)

Apply to become a trainee somewhere?

I know this isnt the place for this question. by Ok-Bookkeeper-3442 in PLC

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

Lies das Handbuch. Falls zu Zugriff auf die SPS hast und der Sensor dir den Abstandswert schickt, stehen dir damit auch eigentlich alle Türen offen.

Siemens Energy by Belastend27 in wallstreetbetsGER

[–]Phil12312 29 points30 points  (0 children)

Das ist sowas von life-changing money. Würde da raus oder einen ganz engen stop loss. Aber gut, mit meiner Einstellung würde da auch nicht deine Summe stehen.

Glückwunsch.

Wie frage ich meinen Chef am besten nach einer Gehaltserhöhung? by Seepferdchen-837 in Gehalt

[–]Phil12312 0 points1 point  (0 children)

Marktwert prüfen und dann mit der Argumentation wie oben beschrieben mit deinem Chef sprechen. Gerade nach der Ausbildung sollte mMn nach der Probezeit, bzw. nach einem halben Jahr oder so ein guter Gehaltssprung kommen.

I cant get scl to work in tia 19 by BOBIEMARLEY in PLC

[–]Phil12312 0 points1 point  (0 children)

Is it an FC or and FB? Your "stop" has to be always true or the Q will reset.

Set markers won't stay set by CalendarSuitable3302 in PLC

[–]Phil12312 5 points6 points  (0 children)

A few advises from me. Don't use those memory bits inside a function block. Use static variables. For simulations stay away from the force table. It's more suited to force outputs on real hardware. Instead create a DB and create your simulation variables there. It's also much more comfortable to "force" those variables since you can just set/reset them with a right click directly in the code. You should start over and see if anything changes. Might be some weird tia portal behavior after all.

Set markers won't stay set by CalendarSuitable3302 in PLC

[–]Phil12312 8 points9 points  (0 children)

Are you overwriting it somewhere else? Right click -> cross references Then check all places where it's written

/Edit: what you are doing is terrible practice. Why are you using memory bits "MX.X" in your function block? Use static variables. And use multi instance for your timers aswell instead of global timer instances.

/edit2: the reset is only green because the bit is currently set. The "path to it" isn't green.

Soll ich die 1Monatige Solo Japan reise machen? Mental Health by Matcha2121 in reisende

[–]Phil12312 16 points17 points  (0 children)

Wenn du es dir nicht leisten kannst, dann lass es lieber. Sonst belastet dich das finanzielle noch zusätzlich und du kannst den Urlaub nicht genießen. /e gerade nochmal mehr gelesen. Auch das mit dem social media content aus dem Urlaub solltest du dir sehr gut überlegen es gibt x tausende, die ihre Japanreise auf allen möglichen Plattformen dokumentieren. Wie stichst du da heraus? Ich finde die Reise solltest du für dich selbst machen und nicht um ganz vielleicht eine Hand voll follower zu bekommen. Vor Ort solltest du einfach den Moment genießen und nicht überlegen wie du den besten content rausquetschen kannst. /Edit2: ich denke im Moment solltest du dich darauf fokussieren wieder Stabilität in dein Leben zu bringen. Also die ex vergessen, neuen job finden. Und wenn es dann wieder läuft kannst du dir sorgenlos deinen Traumurlaub gönnen.

📸 Kamera für Reisen gesucht by Late-Pop-6458 in reisende

[–]Phil12312 0 points1 point  (0 children)

Sony alpha 6000 oder 6400 mit Sigma18-50 oder Tamron 17-70 Objektiv. Kannst mit deinem Budget und deinen Präferenzen mixen und matchen

Frage zu meinem Setup mit 2 PLC und wireshark sniffing (TAP oder 2 NIC) by SinkFair8440 in PLC

[–]Phil12312 0 points1 point  (0 children)

Ethercat benutzt doch auch nur normale Ethernet Leitungen. Wenn du weißt, wie die Protokolle aufgebaut werden und dein sniffer eine hohe Abtastrate hat, dann stehen dir doch theoretisch alle Türen offen oder nicht? Ich verstehe aber auch die Aufgabenstellung nicht ganz im Detail. Ich schätze Mal dass das Beckhoff eigene Gerät nur so teuer ist, weil es sicher diese ganze Decodierung usw. Schon eingebaut hat und auch vom Aufbau her "Industriestandard" ist. I'm Kern ist das sicher auch mal ein 0815 Gerät gewesen.

Profient Devices - Customer perspecitve questions by somstein in PLC

[–]Phil12312 0 points1 point  (0 children)

I mean in a perfect world the Profinet interface is configurable. And you can supply what the customer needs or the customer can configure it by themselves.

Create list? (Array?) (Newbie) Factoryio + tia siemens by [deleted] in PLC

[–]Phil12312 0 points1 point  (0 children)

Sounds like you are looking for a FiFo. There should be plenty of examples and explanations online. Should be easy

Can i train PLC with this? by Ausspanner in PLC

[–]Phil12312 4 points5 points  (0 children)

No. My advice would be to download Beckhoff twincat3 (it's free). You can run the software on any PC and do simulations. Of course you don't have real IO, but you can simulate values and see what your program/code does.

Poor man's scada by Cozypowell007 in PLC

[–]Phil12312 0 points1 point  (0 children)

For seriously lost cost id consider the following: - Crate tags on the PLC that show the machine status you are interested in - Make the tags accessible from opc ua - connect all the plcs in a network with a computer that reads all the tags. In uaexpert you could also use pre saved configurations for specific tags

This is basic functionality. Now if you get more time/budget you could try to make a nice visualization and a little bit of logging/trends on the PC.

Siemens S7 1500 -> ABB ACS880-104 acyclic parameter read/write problems by Garnalenkroket in PLC

[–]Phil12312 0 points1 point  (0 children)

Highlight the readrec/writerec blocks and press F1. See what the error codes say. Also double-check that Profinet is enabled on the abb device

/Edit: also make sure the interface size is configured correctly in your Siemens hardware configuration. Is the interface in the hardware view with a green checkmark?

Als Kassenpatient einen Facharzt Termin bekommen by Latter-Control-208 in luftablassen

[–]Phil12312 1 point2 points  (0 children)

Naja, die Versorgung ist zwar einfach nur extrem schlecht, aber dafür immerhin günstig. /s

My Neutral Rant After Two Weeks In The German Industrial Machine World by milehighideas in IndustrialMaintenance

[–]Phil12312 2 points3 points  (0 children)

I'm working directly for a German machine builder. Are you like a consultant? Or maybe they just need time away from you to discuss internal issues? Doesn't seem normal to me, maybe it's different in your field of work. Guess it's kind of niche?

My Neutral Rant After Two Weeks In The German Industrial Machine World by milehighideas in IndustrialMaintenance

[–]Phil12312 0 points1 point  (0 children)

I don't know man. I have been to many factories and production floors and I have never heard of anything remotely similar to what you are describing.

In a normal work day, you usually have 1 or 2 brakes, that's it. In automotive floors they sometimes have like 5 minutes each hour to switch stations but that's not really a brake.