I am using CVI2015. I am running a few .bat files that display some data in the debug window. My first issue is the debug window is stuck in the background. I would like to have it move up front when it is being updated. I turned on show window when updated and I tried SetStdioWindowOptions (10000, 1, 0); but it does not function. it always stays in the background. Is it possible to capture the debug window output in real time and send it to a text window?
↧