18.01.2021, 07:28
If you want to write zero when COP value is negative you can simply apply math.max:
Code:
COP = math.max(0, Powerout / Powerin)
Take object and record on new object
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
Take object and record on new object - by Hugo - 17.01.2021, 15:21
RE: Take object and record on new object - by Seijboldt - 18.01.2021, 06:44
RE: Take object and record on new object - by admin - 18.01.2021, 07:28
RE: Take object and record on new object - by Hugo - 18.01.2021, 18:46
|