Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

how to create an application to receive the scpi ,like instrument firmware

Solved!
Go to solution

hi , 

i need to write a windows application , this application would like a instrument firmware, when this application opened , the ni-visa could find a visa resource,like TCPIP::127.0.0.1::INSTR , if we use some tool to send SCPI command to this resource, this windows application can receive the command and do some work.

is there any document or sample code for reference?

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

Are you planning to only be TCP/IP or do you also want Serial or GPIB?  If only TCP/IP, then you actually do not want to find a resource:  you want to be a listener and let whoever connect to you.  Look in the Example Finder (Help->Find Examples) and look for Simple TCP.lvproj (Networking->TCP & UDP) for some ideas.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 4
(3,031 Views)

thanks , i tried this project ,it can work!

0 Kudos
Message 4 of 4
(2,971 Views)