From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Image transmission using IMAQ

Solved!
Go to solution

Am working with Image transmission using IMAQ in LabVIEW.I receive the values at the receiver side.but my received image is plotted only row wise.Image is not getting plotted coloumn wise.Please help me to recover the image at the receiver.I have attached the code for transmitter and reciever

Download All
0 Kudos
Message 1 of 4
(2,614 Views)
Solution
Accepted by mohithssai2014

A lot of things are wrong with the code, like unnecessary use of locals and sequence structures. Not to mention the completely disordered wiring, or the complete lack of any architecture or sub VI's.

 

But back to the problem you identified yourself...

 

You configured VISA to use \n termination. The Array To Spreadsheet String will terminate each line with a \n... So you will never get more then one line. Before sending the string, you need to replace those \n characters for something else. And when receiving the string, you need to replace that back to \n. That is probably the quickest fix, not necessary the best...

 

Did you have any form of LabVIEW education? Like a course or something? You should. This style of programming won't get you very far.

0 Kudos
Message 2 of 4
(2,576 Views)

Thank u for your suggestion..Am new to Labview

Message 3 of 4
(2,562 Views)

@mohithssai2014 wrote:

Thank u for your suggestion..Am new to Labview


That's ok (, but don't skip the (free) courses). Kudo for accepting a solution!

0 Kudos
Message 4 of 4
(2,553 Views)