Log in

View Full Version : GetString


arshacker
07-03-2015, 18:15
Not a problem to get a string from "DB/String x " if the string is entered from a keyboard and terminated with a mouse click.

What if, however, the string is generated on the dashboard by say a control whose output is converted to a string and then transfered to the above mentioned DB/String. GetString fails because no mouse click. Any labview pros out there who can help??

JefferMC
12-03-2015, 20:54
Why would you ask a question for a LabView pro on a C/C++ forum?

RufflesRidge
13-03-2015, 02:58
How are you feeding the data from the output of this other code to the DB/String control?

Is there a reason you are using one of the DB/String keys instead of writing directly to a newkey using the SmartDashboard Write VI?