04-16-2023 02:07 AM
Hello everyone!
I need to increase the value of the "Temperature" indicator by 5 units for 1 iteration of the cycle, that is, for each step the temperature should increase by 5 degrees. How can it be done? Any form of response would be greatly appreciated. Thank you)
Solved! Go to Solution.
04-16-2023 03:25 AM
This example show two ways to do this:
04-16-2023 03:43 AM
Thank you very much. But what are names of this elements?
04-16-2023 05:50 AM
The function on the left is a Feedback Node:
It will start out pointing to the left. Right click and select "Change Direction" to make it point to the right.
The second item is a numeric indicator. It shows I32 to tell you it's a long (32 bit) integer.
Blue wires are integers so you should use an integer indicator. Otherwise you will see a little red dot that
means the software has to convert the number. Try to avoid red dots.
You can change the data type of an indicator by right-clicking and selecting Representation.