Hi to all, this is my first post, sorry for bad English
Is there any way to “trigger a string”?
And by that i mean to output string from “if…else” block.
I need some kind of triggering mechanism for gas sensor project. What i want to achieve is something like that: “If value is above 0.7, then print “warning” in second row of 2x16 LCD”. Unfortunately, output from “if…else” block can only be number.
Is it possible to achieve that with XOD?
Not yet. I understand your problem, but there is no out-of-the box if-else node for strings. Strings support is still very basic. We’ll improve it in one of nearest updates.
Could you explain multiplexing as you see it? Am I right, you mean several variants as inputs and an additional input which serves as a selector, and the node outputs the selected variant?
The node doesn’t need to be specific, it could acommodate datatype as a node setting.
I just made an on-the-fly example using Quartz composer for you.
Orange wires mean that some datatype conversion happens along the way. I love that about this IDE, it is very, very not punitive. But what could make more sense when you connect an index output to a string input?
“If value is above 0.7, then print “warning” in second row of 2x16 LCD”. Unfortunately, output from “if…else” block can only be number.
Is it possible to achieve that with XOD?
I’ve been playing with writing some lib/ nodes. With the ones I’ve written you could do:
Hi, I could not find it anymore. and the documentation is not working.
I am looking for an if-else-string as well. and I can NOT see it. Can you assist with finding the way to trigger a string upon conditions.
I want to be able to send a string of C or F upon condition to an LCD. I want to use a trigger to switch between the two.
Thanks