LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i link 16 bit assembly programs(8086 assembly) to LabVIEW ?

how can i link assembly programs to LabVIEW programs?

if it's possible to link assembly to LabVIEW then how can i assign memory addresses to LabVIEW variables?
for example how can i assign 300 hex of system RAM to a byte variable in LabVIEW?
and finally the format of program must be com,exe or asm to link to LabVIEW?
0 Kudos
Message 1 of 2
(3,004 Views)
You will need a file from ni.com called accessHW.zip
You may also need to compile your assembly into a win32 dll and then use the
Call Library Function in LV.

Mike Sachs
Intelligent Systems

"Biomedical" wrote in message
news:506500000008000000EB4F0000-1023576873000@exchange.ni.com...
> how can i link assembly programs to LabVIEW programs?
>
> if it's possible to link assembly to LabVIEW then how can i assign
> memory addresses to LabVIEW variables?
> for example how can i assign 300 hex of system RAM to a byte variable
> in LabVIEW?
> and finally the format of program must be com,exe or asm to link to
> LabVIEW?
0 Kudos
Message 2 of 2
(3,004 Views)