06-23-2012 01:55 AM
Hi, I want to know is that any way to connect String to Boolean. I attached the photo of my vi, for understanding.
06-23-2012 10:34 AM
Strings are, in no way, related to booleans. What are you trying to do?
06-23-2012 10:49 AM
actually I want to control motor with voice, the voice part was done, also the motor control was done with switch, so now I want replace the voice part to the switch to control motor.
06-23-2012 03:19 PM
You will have to be more specific or attach the entire VI(s). Neither your description nor your screenshot explain enough for me to be able to help you.
06-24-2012 04:39 AM
Hi NathanB, I can not attach my vi here, can u give me ur email to send it to ur email pls.
06-24-2012 11:54 AM
Why can't you attach it here?
06-24-2012 11:17 PM
I want connect the 4445.vi to the forward.vi, and exactly I want to connect by that part previous I shown.
06-25-2012 07:42 AM
To convert a string to boolean you can use the "Match True/False String" function like shown in the attached vi. However, there are more cases than just 'Go Backwards' and 'Stop', therefore, it might be better to set the value for the 'Digital Write Pin.vi' directly in the case statement in the 'test 4445.vi'. Any other digital write values for left/right can be set in there also.