From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, 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: 

Receiving 10,000 Bytes ?

Solved!
Go to solution

Hi, i am new in labview i just want to receive bytes from a device which is sending 10,000 Bytes in a row 

0 Kudos
Message 1 of 7
(2,319 Views)

@Akbar7110 wrote:

Hi, i am new in labview i just want to receive bytes from a device which is sending 10,000 Bytes in a row 


Please rephrase as a question.

0 Kudos
Message 2 of 7
(2,311 Views)
Solution
Accepted by Akbar7110

Open communication with device (Visa?)

Send command

Receive result (all 10000 bytes?)

Possibly repeat Send/Recieve

Close connection.

Save result to file

Profit.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 7
(2,296 Views)

- Indicate the communication medium  , SerialPort , Ethernet TCP/IP , USB ,

- Indicate the protocol in which the data is packed.

- Is any handschaking required before the data is send

Floris Reinders
Senior Project Engineer / CLA
0 Kudos
Message 4 of 7
(2,291 Views)
Solution
Accepted by Akbar7110

Set up a webcam

Start acquiring images

Analyse the images to detect puffs of smoke from the fire across the room

Decode back into binary

Don't forget to include a termination character

 

I'm assuming, due to the lack of further information that your device is communicating via smoke signals.

Message 5 of 7
(2,244 Views)

@Intaris wrote:

 

Decode back into binary


Of course grey-code encoding should be used, or it will be terribly inefficient.

0 Kudos
Message 6 of 7
(2,232 Views)

Which "Native Tribe" decoding algorithm to use ? or just Morse 

Floris Reinders
Senior Project Engineer / CLA
0 Kudos
Message 7 of 7
(2,220 Views)