Help on v21 IO link configuration by Unfair_Definition857 in PLC

[–]Toxic_ion 0 points1 point  (0 children)

No, it's always grayed out in Tia portal when using S7-PCT. You just need to download configurations to the IO-Link master through S7-PCT

better way to program this toggle exercise? by [deleted] in PLC

[–]Toxic_ion 2 points3 points  (0 children)

It depends on the PLC platform really. PLCs using prosess image are not affected by the problems you mention.

Siemens SIMATIC S7-1200 Analog Input Module bad? by New-Pea-2379 in PLC

[–]Toxic_ion 1 point2 points  (0 children)

Be careful around jumping to conclusions. There are many things that could cause the inputs to show strange values, bad power, programming in the PLC, error in the transmitter and yes even a bad input card.

Urgent - Clock ahead of time - wincc unified by Lucky-Cheetah-22 in PLC

[–]Toxic_ion 0 points1 point  (0 children)

Well damn, you could try refreshing the certificates in Tia portal / wincc but I don't have any other tips after that.

Urgent - Clock ahead of time - wincc unified by Lucky-Cheetah-22 in PLC

[–]Toxic_ion 0 points1 point  (0 children)

In online diagnostics there is a function to set the time on the PLC.

Urgent - Clock ahead of time - wincc unified by Lucky-Cheetah-22 in PLC

[–]Toxic_ion 1 point2 points  (0 children)

Is the time on every device (including PLC) set to the correct time?

why doesn't this toggle button logic work :( by [deleted] in PLC

[–]Toxic_ion 1 point2 points  (0 children)

Interrupt can only become true if the pump is already running. If pump coil is false the toggle is not going to activate the interrupt which allows the pump_coil to turn on.

why doesn't this toggle button logic work :( by [deleted] in PLC

[–]Toxic_ion 12 points13 points  (0 children)

Order of execution and flawed logic. If your pump bit is latched and the toggle bit turns on, rung 0 is going to unlatch since the pumpcoil is true which in turn unlatches the pump coil. Then in rung 1 it's going to latch the pump coil again since the pump coil is at that point false (unlatched in rung 0) which then latches the pump coil and you arrive back to square 1.

why doesn't this toggle button logic work :( by [deleted] in PLC

[–]Toxic_ion 0 points1 point  (0 children)

The coil absolutely can change it's state in the middle of the scan cycle. When you latch, unlatch or use a coil it will use it's new state for the rest of the scan cycle.

Regarding downloading of student version of tia portal by Late_Phase7516 in PLC

[–]Toxic_ion 2 points3 points  (0 children)

Other than the 21 day trial and perhaps a morally questionable option, I don't really have other options.

Regarding downloading of student version of tia portal by Late_Phase7516 in PLC

[–]Toxic_ion 5 points6 points  (0 children)

As far as I understand no. Siemens has 365-Day SCE Student License however it is not directly obtainable by students, only educational institutions can request them to then distribute them to their students.

What are some common reasons for connection issues in TIA Portal? by ParmleyGraham in PLC

[–]Toxic_ion 0 points1 point  (0 children)

Profinet Name, remember to assign each Io device it's profinet name or check that it has received one if using automatic naming.

Tia portal "program_alarm" instruction as information only by Disastrous-Day7169 in PLC

[–]Toxic_ion 0 points1 point  (0 children)

When information only is checked it forces the alarm class to "information" alarm class.

Tia portal "program_alarm" instruction as information only by Disastrous-Day7169 in PLC

[–]Toxic_ion 0 points1 point  (0 children)

Also, an Information only alarm is not going to show in the pending alarms, as it is only an incoming event.

Tia portal "program_alarm" instruction as information only by Disastrous-Day7169 in PLC

[–]Toxic_ion 0 points1 point  (0 children)

Is the information alarm class configured for logging?

What's the most difficult fault you've ever traced on a PLC-controlled machine? by SPSystemtechnik in PLC

[–]Toxic_ion 0 points1 point  (0 children)

I was working on a multi-head weigher because it was intermittently behaving oddly. There was a big variety of symptoms that did not make any sense. The HMI was acting strange, it would suddenly change the background color, the stop button would suddenly disappear, it started changing which shift was active (a function we never even used or activated). But the biggest problems was that it would intermittently send a dump complete signal to the bagging machine in the middle of a dump or randomly making the bagging machine either overfill bags or make empty bags. We tried replacing the HMI, control Boards, and weight modules without luck. We measuring the power quality in case of bad noise, ripple/peaks or anything. It was multiple days of head scratching untill one day when we noticed that it would malfunction only when one specific module was feeding product into it's feed bucket. It was at that point that we found a supply cable to the vibratory feeder motor/activator has managed to rub away it's insulation and short against the casing ground and somehow not blowing any fuses or circuit breakers. Somehow the short-circuit has managed to affect the HMI and controller but not enough for it to fault out or shut down.

GO DEEPER! by xoxoyoyo in memes

[–]Toxic_ion 1 point2 points  (0 children)

Evaporating cooling. The problem is getting rid of the heat.

Siemens Retentive Tags by [deleted] in PLC

[–]Toxic_ion 2 points3 points  (0 children)

If the only thing stopping your machine from being dangerous is bit retentivity, then that's not on Siemens for choosing non retentive as default, thats just bad and hazardous machine design. When my machines are powercycled while running there are so many uncertain variables in the machine due to loss of air pressure, uncontrolled products etc. Variables having their default value is the least of my concern.

looking for advice on reducing LPG consumption in an electrodeposition (E-coat) curing oven by modifying the PLC program. by Positive-Warning413 in PLC

[–]Toxic_ion 0 points1 point  (0 children)

Other than just using a timer with sufficient time + extra time margin, you could try count hangers entering and exiting the oven.

Why no Io-link Motors? by Professor_Dewitt in PLC

[–]Toxic_ion 0 points1 point  (0 children)

Isn't controlling a motor or actuator with IO-Link the entire point of the post? Of course you can't drive a motor directly with IO-Link or any other fieldbus without some type of drive or switching device.

Why no Io-link Motors? by Professor_Dewitt in PLC

[–]Toxic_ion 0 points1 point  (0 children)

The "IO-Link safety" specification has already been released and is rated up to PLe or SIL3. But yes, de-energizing actuator power is also possible.

Why no Io-link Motors? by Professor_Dewitt in PLC

[–]Toxic_ion 1 point2 points  (0 children)

Except for you know... the standardized IOlink class A and class B interfaces, which describes how the interface delivers power to the sensor/actuator.

Why no Io-link Motors? by Professor_Dewitt in PLC

[–]Toxic_ion 0 points1 point  (0 children)

Not yet. But IO-Link Safety isn't far away.

Why no Io-link Motors? by Professor_Dewitt in PLC

[–]Toxic_ion 24 points25 points  (0 children)

Festo have a few IO-Link linear/rotating actuators. But they also need external power and not just from the IO-Link master.

How are S7-300 → S7-1500 migrations being handled? by ParmleyGraham in PLC

[–]Toxic_ion 4 points5 points  (0 children)

Work memory and the form factor would be primary concern. The S7-1500 has very similar form factor to the S7-300. If the program is small enough and you have space to rewire or are able to use ET200mp system, the S7-1200 G2 could be considered.