03-27-2006 04:46 AM
03-27-2006 05:59 AM
03-27-2006 06:05 AM
03-27-2006 06:07 AM
The first call does what it says : true on the first call, false on the rest of the time. Can't be used if your loop is called several times.
You could simply use a case structure, connected to the loop index and detecting the i = 0 case, as in the attached example.
03-27-2006 08:46 AM
03-27-2006 08:53 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
03-27-2006 09:33 AM
03-27-2006 10:05 AM - edited 03-27-2006 10:05 AM
Stefan,
use your intuition, and try to figure out what your diagram is doing : the CistMin2 output is wired to the case condition, but there is no input, nothing wired to it !
In my example, as already explained by TiTou, the output variable was inside the case condition, so there was no problem with case values other than zero.
Message Edité par chilly charly le 03-27-2006 05:07 PM