how to connect "IMAQ Get Buffer.vi" output terminal of "Image Out" to the input terminal of "Image" of "IMAQ ColorImageToArray.vi"

how to connect "IMAQ Get Buffer.vi" output terminal of "Image Out" to the input terminal of "Image" of "IMAQ ColorImageToArray.vi"

Post by Labview pr » Tue, 02 Oct 2007 22:10:08


Hi,
Thanks a lot for helping me till this stage.I am again stuck up with some problem.Please help me this time also.
Actually i am making changes in already existingblock diagram and also i am new to this labview programming.And also time is very crucial.
So i want to know if there is any way to connect the output of Image out terminal of IMAQ Get Buffer.vi to the input terminal of Image of IMAQ ColorImageToArray.vi.
In the actual block diagram the output of Image out terminal of IMAQ GetBuffer.vi is connected to the input terminal of Image of IMAQ ImageToArray.vi.
I want to change this becos i want to take RGB image as input and seperate R, G, B components.
Please explain in terms of bloack diagram.
 
 
 

1. Passing "classtype" as "this" argument of "class member function" disc

2. enable/disable "radio","checkbox","textbox" using checkbox


Hi am trying to control a small form having a main checkbox(using
javascript) - which when checked will enable the other form elements
(like radio button,checkbox, textbox)
By default all the form elements should be disabled (except the main
checkbox)....so when the main checkbox is checked by the user ...all the
other form elements should get enabled.

I am able to control (enable & disable) the textbox elements in the from
but failed to control the radiobutton,checkbox.


here is the script can someone help me in modifying the script so that i
can use it.

<html>
<head>
<title>untitled</title>
</head>
<body>
<form>
<input type="checkbox" onclick="bVal=!this.checked;
email1.disabled=bVal;email2.disabled=bVal;msex.disabled=bVal;mred.disab-
led=bVal;mblue.disabled=bVal;if(!bVal)email1.focus()"> Click the
checkbox and fill the information below<br>
<br> Text boxes <br>
<input type="text" name="email1" disabled="disabled"> email address<br>
<input type="text" name="email2" disabled="disabled"> 2nd email
address <br>
<br> Radio buttons <br>
<input type="radio" name"msex" value="Male" disabled="disabled"> Male
<input type="radio" name"msex" value="Female" disabled="disabled">
Female <br>
<br> Checkboxs <br>
<input type="checkbox" name"mred" value="Red"
disabled="disabled"> Red <br>
<input type="checkbox" name"mblue" value="Blue"
disabled="disabled"> Blue <br>
</form>
</body>
</html>


Posted via http://www.yqcomputer.com/

3. Why do I get "../images/" and "../../images/"

4. Why do I get "../images/" and "../../images/"

5. what the difference between "Wait Until Next ms Multiple" and "wait" vi's ?

6. "re-entrant" "file I/O" "QSM_State Machines"

7. Percentage of "yes" or "no"

8. Re : How to use "GetLastInputInfo" in "user32.dll"

9. Race Condition: "Elapsed Time" and "Boolean Crossing"

10. Rename the folder "volume" for the Setup.exe into "Installer" (LV 8.5)

11. Is there any drawback of using "Subvi" or "Local variable"?

12. Difference between "FP Close" and "FP Hidden"

13. The use of the "XY graph" with the "Read Traces"

14. Programmatic "undo" for "FitControlToPane" ?

15. Acqiuring data in "Idle" case and "Go" case