Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Instruments LXI emulator

Hi guys
 
I want to know if there are any software that emulate an instrument LXI
 
The reason is to probe my control software if i can't get all instruments
 
 
Thankss
0 Kudos
Message 1 of 6
(4,604 Views)
No, you cant simulate a instrument of LXI.

Greetings, RMathews
Ramona Lombardo
Applications Engineer, NI Germany
Certified LabVIEW Developer
0 Kudos
Message 2 of 6
(4,551 Views)

I'm interested in this.  How comes there is no emulation capability?  Since every PC has LAN ports, is there not a way to write some software to make a PC show up as an LXI instrument?

 

I am interested in this because it might be useful to write LXI interfaces for custom hardware and equipment to have it show up on the test network.  Can anyone tell me if anyone is doing this, and if not, why?

 

Thanks!

0 Kudos
Message 3 of 6
(4,282 Views)

There is no emulation required by the LXI consortium and not much reason for the individual instrument vendors to provide this for their instruments. Of course, there can be no generic emulator since every instrument is going to have a completely different command set.

 

A quick google turned up http://www.winsoft.com/. It looks like they have eumulators for some instruments. If your instrument is one of them, you might give that a try.

 

You might also want to read some of this post about VXI-11 emulation and what is required for the server and correct detection. However, I'm not sure if all LXI instruments are based on VXI-11.

0 Kudos
Message 4 of 6
(4,269 Views)

I may not understand your needs, but all LXI instruments are required to have IVI-COM drivers. Instances of IVI COM can be initilaized with "Simulate=True". You can run your application even with no instrument connected.

 

The limitiation is that for reading data from the instrument, the returned value is always some default value. This default value may be editied, but only between runs of the application.

 

 

0 Kudos
Message 5 of 6
(4,236 Views)

The IVI-C class drivers implement simulation features by using simulation drivers. Each simulation driver plugs in to the corresponding class driver and performs flexible output data simulation.

To learn more about simulation with IVI, please refer to the following documents:

 

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x2PaCAI&l=en-US

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x0dGCAQ&l=en-US

0 Kudos
Message 6 of 6
(4,221 Views)