Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Error -1074000000 occurred at Tektronix AFG 3000 Series.lvlib:Error Query.vi

안녕하세요, 랩뷰를 이용해 GPIB 통신을 이용한 계측기 자동화 프로그래밍을 진행하고 있는 대학원생입니다.

제가 AFG 3102(tektronix사)라는 function generator를 사용하고 있고, Measurement&Automation Exp.에서도 인스트루먼트의 통신을 모두 확인한 바 있습니다.

인스트루먼트 드라이버의 예시를 이용하여 랩뷰 코딩을 수정하려고 하는데, 자꾸 다음과 같은 에러가 납니다.

인스트루먼트 드라이버는 Tektronix AFG 3000 Series을 깔았고, 다른 계측기들의 예시들은 모두 잘 작동하는데, 이 기기만 유독 다음과 같은 에러가 반복되어 문의합니다.

어떤 것을 확인해보아야 할까요?

 

 

Error -1074000000 occurred at Tektronix AFG 3000 Series.lvlib:Error Query.vi

 

Possible reason(s):

<ERR> tkafg3k Error Query;
instrument reports:
-410,"Query INTERRUPTED"
0,"No error"

 

Complete call chain:
Tektronix AFG 3000 Series.lvlib:Error Query.vi
Tektronix AFG 3000 Series.lvlib:Initialize.vi
Tektronix AFG 3000 Series Frequency Sweep.vi

0 Kudos
Message 1 of 2
(1,076 Views)

his error seems to be caused by the instrument not being able to respond to query commands such as *IDN?, ID? and LICense:HID? The code throws the error when executing the Read VISA function inside the Initialize VI of the example. To resolve this issue, there are two steps you can try:

  1. Use Ethernet cables instead of USB cables. 
  2. You must change the order in which the code inside the Initialize VI is being executed. The Initialize VI code is the following:

rtaImage.png

 

 

 

 

0 Kudos
Message 2 of 2
(1,036 Views)