Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   NI LabVIEW (http://www.chiefdelphi.com/forums/forumdisplay.php?f=182)
-   -   How to view inputs and outputs in LabVIEW once code is deployed to robot (http://www.chiefdelphi.com/forums/showthread.php?t=101489)

SeleneCast00 29-01-2012 18:03

How to view inputs and outputs in LabVIEW once code is deployed to robot
 
My team and I want to get more familiar with the LabVIEW code by giving the joystick commands and viewing the behavior of the inputs and outputs in LabVIEW, but how can we view the real-time values? If any other ideas as to how to interpret joystick commands we would greatly appreciate it.

jwakeman 29-01-2012 18:42

Re: How to view inputs and outputs in LabVIEW once code is deployed to robot
 
You can click the light bulb button in the toolbar in labview and watch the code execute. Then you can click on the wires to place probes to see values. This would be while you are looking at the block diagram of your program. Hope that helps!

DominickC 29-01-2012 18:43

Re: How to view inputs and outputs in LabVIEW once code is deployed to robot
 
Just be sure to note that all of your code will execute EXTREMELY SLOW in this mode! This is to assist you in visualizing what is happening.

zekrysis 29-01-2012 21:42

Re: How to view inputs and outputs in LabVIEW once code is deployed to robot
 
If I'm not mistake couldn't you also simply right click on the little wire out node and click create indicator?

NeatNit 29-01-2012 22:13

Re: How to view inputs and outputs in LabVIEW once code is deployed to robot
 
Quote:

Originally Posted by zekrysis (Post 1116194)
If I'm not mistake couldn't you also simply right click on the little wire out node and click create indicator?

Yes, you could do that, but the most appropriate option would be to right-click the wire and select Probe. It's designed for showing real-time values.
This only works when you run the code by hitting Run in Robot Main through the computer. There is no way to probe your code if you run it by building it and 'running as startup'. (that is, except for what you put in the dashboard)


All times are GMT -5. The time now is 11:35.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi