LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can i convert labview project file into hex file ?

Solved!
Go to solution
friends i want to convert the labview project file into hex file , there is any way to do this ?
0 Kudos
Message 1 of 4
(3,175 Views)
Solution
Accepted by v.k

Yes just read the file as a string and display it in a text indicator that is set for hex display.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 2 of 4
(3,171 Views)
then can i save that file directly as *.hex ?
0 Kudos
Message 3 of 4
(3,166 Views)

v.k wrote:
friends i want to convert the labview project file into hex file , there is any way to do this ?

It seems you're referring to the hex files that are created by microcontroller IDEs. There is no direct way to do that with the regular LabVIEW development environment. Perhaps the Microprocessor SDK is what you're thinking of. Be prepared to get your wallet out, or visit your local bank for a loan. 

Message Edited by smercurio_fc on 09-29-2009 09:01 AM
Message 4 of 4
(3,164 Views)