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,322 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,314 Views)
Solution
Accepted by topic author 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,299 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,294 Views)
Solution
Accepted by topic author 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,247 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,235 Views)

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

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