|
Re: case statement starting state
The real question is ...
What comes out of the Feed back node the first time?
With nothing wired into the init node (the small box on the bottom with the green dot) it will default to the default value for Boolean which is False.
So if your Floating point IS equal to zero (False) the False case will run.
If you Floasting point IS Not equal to zero (True) then the True case will run.
Then depending what is in your True (mainly what is feed out of the True case) if it is a True then that would latch the boolean to trun even if your Floating becane NOT Not Equal to zero.
What is it that you are trying to do?
__________________
Omar
|