LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Keithley DMM6500 Setting up a LAN trigger and initiating a LAN trigger

Solved!
Go to solution

I use three DMM6500 instruments to measure signals from inclinometers [X/Y/Z].

A 4th DMM6510 (scanning DVM 20ch) i use to measure auxiliary signals, excitation and temperatures of the sensors.

These inclinometers are fixed to a rotating table.
I can position the rotating stage within +/- 0.001°. 

The setup is used to calibrate the sensors.

 

I want to start a measurement with the 3 6500's with a LAN trigger.

The problem is that I don't know how to setup a trigger and how to initiate a LAN trigger from LV.

I think i have setup the 6500's trigger table correctly:

- 6500[X] wait for LAN-trigger ; set trigger output [BNC] ; measure the voltage in buffer (Sensor X)

- 6500[Y] wait for Input trigger[BNC] ; set trigger output [BNC] ; measure the voltage in buffer  (Sensor Y)

- 6500[Z] wait for Input trigger[BNC] ; set trigger output [BNC] ; measure the voltage in buffer  (Sensor Z)

- The scanning DAQ6510 is measured separately [no timing issues]. 

Has anyone experience with the LAN trigger from LV to the instruments?

 

regards hans

0 Kudos
Message 1 of 6
(780 Views)

I went through the Model DMM6500 6½-Digit Multimeter User’s Manual

It does not mention anything about LAN trigger, but only triggers with RS-232 and TSP-LINK

-------------------------------------------------------
Control Lead | Intelline Inc
0 Kudos
Message 2 of 6
(755 Views)

In the Trigger configuration menu, it is possible to program, in a wait block, an analog input [BNC] or digital Input [if installed]  or a LAN Trigger 1-6.

 

It is really there, but I can't find it in the manual or in  the driver vi's ........

0 Kudos
Message 3 of 6
(740 Views)

TSP LINK uses LAN, so maybe it is talking about using TSP LINK trigger and not really "LAN" and it is applicable only in a multi-instrument use case and not send trigger from your computer to the instrument.

 

santo_13_0-1696598720142.png

https://download.tek.com/document/2889%203700-2600%20TSP%20App%20Note.pdf

 

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 4 of 6
(734 Views)

If the instrument is SCPI and IEEE-488.2 compliant then it should respond to the the IEEE common command *TRG to trigger a measurement.

 

There will be be other commands you need to configure and arm the trigger, hopefully the manual has a section that covers the trigger subsystem and explains the SCPI commands necessary.  

 

  

 

 

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 5 of 6
(715 Views)
Solution
Accepted by topic author Hans_Willemsen_12

Found Configure Lan Trigger.vi from Keithley DMM6500 Meter - Instrument Driver

ZYOng_1-1696608571712.png

 

ZYOng_0-1696608540753.png

 

-------------------------------------------------------
Control Lead | Intelline Inc
0 Kudos
Message 6 of 6
(706 Views)