<div dir="ltr">Hi,<div>I want to get the time value during the simulation when the specific condition occurs.</div><div>For example, I have a controller and when the control signal reaches zero, I want to print the latest time value of the simulation. </div><div>I can get simulation time dependent values from the online plotter, but I can't get the same values from the printer(Type65c) block.</div><div>I need them as text files formatted by the printer(Type65c). Because I will use them in the MOBO optimization tool.</div><div><br></div><div>Here is the conditions I have used:</div><div><br></div><div>A = GT(CONTROL,20)<br>B = LT(CONTROL,44)<br>C = EQL(COLD_FLOW,0)<br>D = EQL(HOT_FLOW,TOTAL_FLOW)<br>X = AND(AND(AND(A,B),C),D)<br>STOP_COND = GTWARN(X,0,2) (<b>I stop simulation with error when the condition triggers, it may be unnecessary</b>)<br>LITRAJ = TIME*TOTAL_FLOW (<b>This is my main goal</b>, <b>I can see the calculated values from plotter, but not from printer</b>)<br></div><div><br></div><div><img src="cid:ii_ljzeda891" alt="image.png" width="562" height="343"><br></div><div>I hope the problem is clear. Thanks in advance.</div><div><br></div><div>Best regards,</div><div>  <br></div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div>Mehmet Berk AZDURAL</div></div></div></div></div>