"Joe" <[EMAIL PROTECTED]> wrote:

> My aim is to if LV can handle the lowlevel intrupt in
>the whay that C++ or C can. for example to disable the
>keybord intrupt or floppy drive. or assign the intrupt
>handler of one pripheral to the other.

Not really, or better you could always write a C DLL and call
it from LabVIEW. But the real problem is that an app in modern
OSes is not only not supposed to do such things it is almost
impossible to do it without device driver support.
If there is a WinAPI you can call in a C program to do what
you want however you can always use the Call Library Node to
call that API.

Rolf Kalbermatter
CIT Engineering Nederland BV    tel: +31 (070) 415 9190
Treubstraat 7H                           fax: +31 (070) 415 9191
2288 EG Rijswijk        http://www.citengineering.com
Netherlands             mailto:[EMAIL PROTECTED]
 


Reply via email to