The If/Then/Else Block?

I am trying to use an If/Then/Else block to trigger a boolean, but I can’t seem to figure it out.

Here’s how it’s supposed to work:
When the sensor hits 500+, it’ll trigger the ITE block.
If input >= 500, trigger block.

I don’t know where to input what, please help!

Hi,

Please provide more details, such as a screenshot of the issue with notes.

It would also be helpful if you can attach to your reply a copy of your project (of if you prefer not to share it fully, a minimal case/example of your issue).

You can attach files in Full Editor mode (see the attached image for details).

Sincerely,

This is the basic idea of what I’m trying to do, but I have no idea how to use the ITE block. Empty Project1.fsp (2.74 KB)

Hi,

Please see the attached project file for a working example (using only strings).

We recommend that you read page 176 of the FlowBotics Studio Component Reference Guide for more details on this component.

Please note that since the output is a string, make sure it is one that can be converted to boolean automatically without mistake (see the Boolean Test example).

We hope this helps!

Sincerely,
If-Then-Else (ITE) Block.fsp (123 KB)
If-Then-Else (ITE) Block - Boolean Test.fsp (69.4 KB)