02-04-2012 10:28 AM
I formatted the cRIO and selected the check box for NetConsole. Now I need to figure out how to use it.
How can I include it the C++ code? I added "netcosole::cout << "test";" but it didn't compile.
Where can I find the NetConsole program on the development PC?
Solved! Go to Solution.
02-06-2012 07:08 PM
You simply print like normal. printf("Hello world\n"); You can view the output in the Net Console Client installed with the utilities update.
02-07-2012 04:04 PM
I started the "NetConsole for cRIO" program. I entered "10.xx.yy.2" for the machine address and nothing happens. I also tried pressing the Auto button.
Not able to get any output yet. Any ideas?
02-07-2012 04:09 PM
Make sure you have the firewall off and that you have enabled the NetConsole server in the cRIO imaging tool.
02-07-2012 05:41 PM
Firewall is turned off (so I can deploy code) and I used the imaging tool to format the cRIO with the NetConsole checkbox enabled. Is there anything else to enable the NetConsole server?