Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

How to develop an application like a nispy application?

Currently, I use GPIB card of national instrument, and I hope to utilize some functions in NiSpy application.

However, I don't have NiSpy source, so I try to develop an application like NiSpy. 

Is there anyone who has the source of smiliar application to NiSpy?

Please, help me >.<

 

0 Kudos
Message 1 of 4
(3,842 Views)

I'm  not sure why you want to do this.

NIspy does have a LabVIEW API (and presumablly a LabWindows/CVI interface) For Windows only.  What OS and Language are you trying to re-invent the wheel in?


"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 4
(3,834 Views)

OS : Windows / Linux / Unix / SunOS

Language : Ansi-C

 

I need the API developed with C, Could you attach the source on this web-site?

 

0 Kudos
Message 3 of 4
(3,813 Views)

I certainly cannot attach NI-source code. If I had access to it it would most certainly be under a NDA- I don't even work for NI.  Digging into the LabVIEW API all the functions are a very shallow hierarchy calling into the NiSpyLog.dll through Call Library function configured with a WINAPI convention and only a windows target is enabled.

 

You may need to "roll your own" to get cross platform performance.


"Should be" isn't "Is" -Jay
0 Kudos
Message 4 of 4
(3,797 Views)