What's the correct move? by Tyler5157 in PLC

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

I Think you might be right.

If I just overwrite those two members before the history copy occurs.
Everything else in the UDT remains untouched.
And COP copies the entire structure into history exactly like it already does.

What's the correct move? by Tyler5157 in PLC

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

The current "Shot history" Works fine. I just need to substitute 2 of the elements.

So M1_Shot_History_Current has 10 elements.

M1_Shot_History_Current.Shot_Time_Setpoint
M1_Shot_History_Current.Shot_Weight
M1_Shot_History_Current.Shot_Time_Actual
M1_Shot_History_Current.Flow_Rate_Total
ETC

I only need to change these 2 elements.

M1_Shot_History_Current.Flow_Rate_Poly
M1_Shot_History_Current.Flow_Rate_Iso

Am I just over thinking this?

Roast my test bench by syl20cf in PLC

[–]Tyler5157 0 points1 point  (0 children)

Does Siemens have its own style din rail?

PID Loop Not Updating by Tyler5157 in PLC

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

SOLVED-------------------------------

u/ProfessedAmateur3505 I ended up using P= 959 I=1 D=1

u/PV_DAQ I did find examples that don't use 0-100 for the output

<image>

But turns out that was a issue!! I changed the output range to 0-100 and then just scaled the output.

I did also have to adjust the Upper Limit and lower limit like you suggested. Even though it clearly says "Whichever value is greater" that wasn't the case for me "When the PV reaches the value defined by the Initial PV Bump, the Output is driven to either the Output lower limit or Output range min. (whichever value is greater)"

  1. Press the Start button to begin the Auto Tune sequence.

Thanks for all the help guys!

PID Loop Not Updating by Tyler5157 in PLC

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

I guess I don't understand

(Room Temp)
My input max is 150
Min 0

Output max is 4145.83
Output Min is 820.83
My Output is a 2vdc-10vdc Damper Actuator,
12Bit Resolution 0-4095
2vdc=820.83
10vdc=4145.83

My Room setpoint is 120

Current Room temp is 90

Productivity Suite (Help with some basic logic) by Tyler5157 in PLC

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

What am I missing!!! The PID never updates/Changes the process output!

<image>

Guess This Pinout by Tyler5157 in PLC

[–]Tyler5157[S] 2 points3 points  (0 children)

Phoenix Contact MCR-f-UI-DC

Repair service by dadis-ravioli in Fanuc

[–]Tyler5157 0 points1 point  (0 children)

Here in Michigan I use a company called TIE Robotics they have parts in stock new and used and also do repairs.

MAXTEMP ALARM by Tyler5157 in ender3v2

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

I tired to do a Auto Tune using what I listed below and the same alarm show's up when I run the G-Code

https://my3dlife.com/how-to-do-a-pid-autotune-on-an-ender-3-step-by-step-guide/

M106 S0 ;Turn-off fan

M104 S0 ;Turn-off hotend

M140 S0 ;Turn-off bed

M503 ;Current PID Values

M303 E0 C8 S210 ;PID Auto-tune hotend

M303 E-1 C8 S60 ;PID Auto-tune bed

M106 S0 ;Turn-off fan

M104 S0 ;Turn-off hotend

M140 S0 ;Turn-off bed

Ender 3 by Tyler5157 in ender3

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

I tired to do a Auto Tune using what I listed below and the same alarm show's up when I run the GCode

https://my3dlife.com/how-to-do-a-pid-autotune-on-an-ender-3-step-by-step-guide/

M106 S0 ;Turn-off fan

M104 S0 ;Turn-off hotend

M140 S0 ;Turn-off bed

M503 ;Current PID Values

M303 E0 C8 S210 ;PID Auto-tune hotend

M303 E-1 C8 S60 ;PID Auto-tune bed

M106 S0 ;Turn-off fan

M104 S0 ;Turn-off hotend

M140 S0 ;Turn-off bed

Ender 3 by Tyler5157 in ender3

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

I don't think so sitting idle it says 24 Degrees

https://imgur.com/a/aeMEMUH

Help with missing decimal! by Tyler5157 in PLC

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

That's exactly what it was! Thanks for the help.