Wavetek 9100 - Error 1073807339

Hi my name is Said and I work in the National Institute of Industrial Technology of Argentina, in a calibration lab. We have a Wavetek 9100 Calibrator, Agilent 34401A Digital Multimeter and a NI GPIB IEEE-488-2 board. I have a problem with the Calibrator driver, in the transition from 90 V to 110 V in the DC and AC Voltage the instrument starts to ring an alarm and the program shows me the follow message: "Error -1073807339 occurred at VISA Read in wt9100 Error Query.vi->wt9100 Configure Output State.vi->wavetek multipoint VCC con array desde txt modificado 1.vi" and "Possible reason(s):
VISA:  (Hex 0xBFFF0015) Timeout expired before operation completed." 
Can you help me?
Thanks. 
Attachments:
wavetek multipoint VCC con array desde txt modificado 1.vi ‏161 KB

Hi Sirs,
Please anyone can help me regarding error message on WAVETEK 9100; The unit is in stock for almost 2 years and it was owned by my company before, and it was closed now, and then when i started to operate the unit, the unit display reads "Selected test has failed number of failures 8" then all keyboard or button are all in active or not functioning and nothing happens on the display, it always hanged.  What will i do, the manual says no detailed. Please help me on my problem.
Thanks and Regard to everyone.
Thanks and regards,
JOHN MARK

Similar Messages

  • Error -1073807339 when using IVI (setup in MAX) to initialize instrument

    I'm using LabVIEW 2014 and the most recent version of the Measurement & Automation Expert (MAX) to communicate with an Agilent 33500B series function generator with IVI drivers on a Windows 8.1 computer. (I also see this problem when trying to communicate with an Agilent oscilloscope). I've used the MAX to create an IVI logical name and tied the name to the appropriate driver session following the instructions in: http://www.ni.com/white-paper/4594/en/. In LabVIEW, I have created the IVI instrument, tied it to the appropriate logical name, initialize the instrument, and then close the session. When I run this program, the Initialization block runs (resetting the parameters on the function generator) AND THEN I get the following error:
    "Error -1073807339 occurred at IviFgen Initialize With Options.vi
    Possible reason(s):
    Primary Error: (HEX 0xBFFF0015) TImeout expired before operation completed.
    Complete call chain:
        IviFgen Initialize With Options.vi
        IviFgen Initialize.vi
        <myfilename>.vi
    I read in the documentation that I should not simultaneously initialize with options in LabVIEW and in MAX, so I am using the Initialize block which still calls Initialize With Options. The same error occurs when I:
         1. Uncheck all the options in MAX and run the code
         2. Uncheck all the options in MAX and replace the LabVIEW Initialize block with Initialize With Options and run the code
         3. Add a Wait block between the initialization and the close blocks and run the code.
    However, I am able to communicate with the function generator when I use the VISA Test Panel (opened in the MAX) and send it a VISA command. I am also able to communicate with the function generator if I use the VISA I/O blocks instead of the IVI blocks in LabVIEW.
    Is it really a timeout issue? If so, how do I change the timing? If not, what is going on?
    Thanks.

    sagha wrote:
    According to the MAX they are correct (IVI driver for the Agilent 33519B downloaded from the NI website). When I run the IVI Initialize block any frequency, amplitude, offset, etc. settings on the function generator are reset to the default values. So, something is being sent to the instrument.
    However, I've also tried adding the General Error Handler block right after the Initializaiton block to cancel the -1073807339 error. Then, I add the IviFgen Configure Standard Waveform [STD] block to set the function generator frequency. The program throws an error that looks like a resource problem:
    "Error -1074130544 occurred at IviFgen IVI Error Converter.vi
    Possible reason(s):
    The session handle is not valid.
    Complete call chain:
        IviFgen IVI Error Converter.vi
        IviFgen Configure Standard Waveform [STD].vi
        <myViName.vi>
    What could be the reason for an invalid session handle? I've followed the NI tutorials on setting up IVI instruments in MAX and in LabVIEW.
    Okay, this is new information.  Nothing in your previous posts mention that the initialztion did anything at all besides return the timeout error.  The invalid session handle is because you closed the session.
    I'm having trouble following your descriptions.
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • Error -1073807339

    Hello,
    I am new with Labview and I am currently trying to connect a Lecroy HDO6034 oscilloscope via USB to perform a data acquisition using a NI driver.
    I can see in NI MAX that the scope is connected to the computer but when I try to use a driver I get this error message :
    Error -1073807339 occurred at VISA Clear in LeCroy Wave Series.lvlib:Initialize.vi->LeCroy Wave Series Acquire Waveform.vi
    Possible reason(s):
    VISA:  (Hex 0xBFFF0015) Timeout expired before operation completed.
    I looked it up online but it did not help me to resolve the problem.
    Also when I go in the Visa Test Panel in the USB Control (input/output) I get this in return data :
    USB Control In
    wIndex: 0x0
    wValue: 0x0
    bmRequestType: 0x80
    bRequest: 0x0
    wLength: 0x0
    Error
    VISA:  (Hex 0xBFFF0078) La valeur de certains paramètres n'est pas valide (ces paramètres ne sont pas connus).
    Is someone capable of helping me resolve this ?
    Thank you..

    Hello,
    A time out error is saying the scope did not respond to something. (Or, you have tried to read something from it when there is nothing there to read).
    The error you are getting from the VISA tool is because you are not using it correctly.
    Go to the "Basic I/O" tab and hit the "Query" button and you will see the scope respond to the "*IDN?" query that is there by default:
    i.e. Not this:
    Instead, use this:
    Regards,
    Leonard Brown
    Applications Engineer
    Teledyne LeCroy
    1-800-553-2769
     

  • Why do I receive error -1073807339 VISA Write

    I have a LV app built using LV2010 SP1 on a WinXP 32-bit machine.  The app uses VISA to communicate serially through a RS232 to USB adpater to a pump.  I can run the compiled app (exe) on another Win XP 32-bit machine without error.  But the app generates "error -1073807339" with a VISA Write VI (timeout before completion) when run on Win7 64-bit machine.  I have verified that both WinXP machines and the Win7 machine all have the NI device drivers installed (NI VISA 5.0.3), the LV2010 Run-Time engine, and the RS232-USB device drivers.
    I have investigated sources of the timeout error and tried increasing the timeout with no success.  I have also verified port settings, although the app is
    identical between all machines.
    I have verified that the installation on the Win7 64-bit machine was done using admin rights and files were installed correctly.
    I feel like I must be missing something, so I'd appreciate some suggesitons.
    Thanks
    Dan 

    Can you communicate to the device on the Win 7 machine using hyperterminal or some some other communication program? Make sure that you have basic communication and it isn't some strange Win 7 thing. Are you runnign Win 7 64-bit? If so make sure you use the correct drivers.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • Error -1073807339 Hex 0xBFFF0015 Timeout expired before operation completed

    Hi,
    I am getting the Error -1073807339 Hex 0xBFFF0015 Timeout expired before operation completed message box but unlike many users that seemed to have a similar problem, it doesn't happened systematically... I am getting the message box error at random on a measurement and then it just works back fine, until the next time it happens again during a continuous measurement acquisiton.
    I am working with a HP 34970A, plugged to the pc with a Agilent 82357A USB to GPIB and LabVIEW 2012 sp1. MAX is up to date, so is the I/0 Libraries of Keysight. Drivers are all installed and updated, Communication with IEEE 488 is enable in the I/0 Libraries, passport tullip also in NI VISA through MAX. I run a small VI that should make a continuous acquisition of four temperature using PT strobes plugged to the HP 34970A and graph them, also writting them on a Excel like document. The waiting time between two measurement is set at first by users. To take the measurment, I am runing an adaptated VI from the HP 34970A drivers. I think the problem comes from my VI's structures but I can't find it myself. I am also very surprised that it actually does work fine most of the time and just randomly crash in a loop...
    I attached the VIs if needed.
    I hope I was clear enough and that you might have an idea to help me fix this problem.
    Thank you in advance.
    Attachments:
    Main_VI.vi ‏17 KB
    Agilent 34970 Temp Scan.vi ‏36 KB

    Is there someone here to help me?

  • Error 1073807339 from Sartorius CP225D Labview control program

    I'm trying to use RS232-to-USB to read from Sartorius analytic balance CP225D. I built a program using the Sartorius-SBI drivers from NI. 
    However, whenever I run the program, it always gives the error 1073807339. Sometimes, I can obtain several correct measurement data and then it suddenly outputs error. 
    Alternatively, we have been using the software called Winwedge (http://www.taltech.com/winwedge) to read data from the balance and it has actually been working. I'm working on the Labview program because I need to synchronize multiple instruments and Winwedge is not going to help with that. That said, I believe the program is not in the balance, and I've matched baud rate, parity, data bits and stop bits in each program. But it still doesn't work. 
    Can anyone suggest what could be wrong?
    Attachments:
    Sartorius.vi ‏21 KB
    error.JPG ‏52 KB
    error2.JPG ‏64 KB

    Hi, Dennis,
    I moved the Initialize outside the loop. But I still got the same problem. It reads data correctly for a few seconds, and then it errored. Still the same error code.
    Attachments:
    error3.JPG ‏50 KB
    Sartorius v2.vi ‏21 KB

  • How to resolve the error -1073807339 when using Agilent LAN/GPIB Gateway (E5810A)?

    Dear Sir/Madam,
    Appreciate that you could advise me on the following error occur when connect power meter E4419B to computer via E5810A LAN/GPIB Gateway(remote interface) & run with Labview: 
    -1073807339
    VISA Write in E4419_read_power.vi
    I have added 5s timeout to Labview program but the result as previous.
    There no error occurs when the power meter to computer via USB/GPIB interface(82357B).
    Is it related to E5810A driver or the program I wrote?
    How to resolve it?
    Attachments:
    E4419_read_power.vi ‏16 KB

    Hi.
    I'm experiencing the same problem when connecting a laser controller (New Focus Vortex TLB-6000) via the Agilent E5810A to a PC.  
    There are no problems when connected through a regular serial port, but timeouts arise every few seconds through the E5810A.  I have another controller (SRS LDC501) which works very well with a second Agilent console.
    Have you managed to find a solution to this problem?
    Thanks,
    Orel.

  • Touchsmart 9100; error 0x80072ee4; troubleshooting wizard error; system event notif. svc. error

    HP Touchsmart 9100 all-in-one
    Windows 7 professional
    First I get a window that says
    failed to connect to a window service --windows could not connect to the system event notification svc. This problem prevents standard user from logging into the system. as an administrator you can review the system event log for details about why the service didn't respond.
    Windows help and support cant start.  There is a problem with Windows Help and support.  To view our online help content visit windows website;
    The Internet is not available and the troubleshooter does not work.  I get this error when I try to connect to Internet;
    ERROR 137 (net::ERR-NAME-RESOLUTION_FAILED) unknown error
    I cannot run any diagnostics. I get this:  
    An error occurred while troubleshooting. Then it says Diagnostics troubleshooting wizard has stopped working. A prooblem has caused the system to stop working correctly.  Windows will close the program and nootify you if a solution is available.
    I get this window:
    Package ID: Performance Diagnostic
    Path;  Unknown
    Error Code; 0x80072ee4
    User;  
    Context: Restricted
    I restarted with the same result.
    I tried to do a startup repair and it said no problem was detected.
    Yesterday I had a problem where the cursor moved but nothing was clickable. I could not detect a problem, so I did a system restore to oct. 1 and it seemed to work.  The only thing added yesterday was malwarebytes. I scanned with that program and removed one item, but I cannot remember what it was.  
    I ran an AVG virus scan and it detected no viruses.
    I have the same issues in safe mode.
     When I go to services.msc it says it is "starting" and I cannot restart it.

    Hello sallatticum:
              Welcome to Hp's forum .  This link is how to correct  your error. How it works on a business computer that I do not because you have a total different operating  system then home users computers do. http://answers.microsoft.com/en-us/windows/forum/windows_7-performance/error-code-0x80072ee4-and-the... 
           You need to goto the HP's Business Support Forum with your computer issues. Next time or if this fix did not work for your issue. http://h30499.www3.hp.com/t5/Business-PCs-Compaq-Elite-Pro/bd-p/bsc-271 Please click on Kudos if this resolved your issue. Thank you frrw. 

  • Visa error -1073807339 when reading or writing to com 2

    Good morning,
    I am using both com 1 and com 2 to communicate with instruments using Labview 7.1 and Windows XP. Com 1 which works without any problems is communicating with a HP 34970A and com 2 which sporatically works is communicating with a Valhalla 2430 power analyzer. When I get the error, I open MAX and com 2 has an explanation point indicating a problem.
    Thanks for your help.
    Everett

    Hello again and thank you for all the responses. Valhalla charges money for their driver so I doubt they would want it posted in the discussion forum. I ran NI-Spy and will attach the logs. I also changed the byte count from 32 to various lower numbers but 21 seems so far to operate without an error running the Valhalla VI only. This afternoon I will try it again in the program to see if an error occurs or if I don't get my data sometimes. Capture 1 was done using max and open visa for com 2. I ran it several times. Capture 3-1 is after I changed the byte count to 21 and added some delay on the VISA read.
    For some reason it won't let me post a .spy extension
    The file does not have a valid extension for an attachment. jpg,gif,txt,xls,vi,zip,doc,bmp,llb,pdf,png,seq,c,h,cpp,cs,vb,ini,gz,ctl,scr,ico,tar,z,uir are the valid extensions
    Everett

  • VISA error 1073807339

    I am new to LabVIEW. I am acquiring my temperature data from 20 T type thermocouples using Agilent 34970A. I get an error that timeout occured before the operation terminated.
    Please debug the attached vi.
    "Winning isn't everything, Its the only thing"
    Attachments:
    DAQ34970Atigmanshu.vi ‏20 KB

    Here are the screenshots in the form of ppt. Please go through and advice ASAP. Thanks in advance
    "Winning isn't everything, Its the only thing"
    Attachments:
    Codescreenshots.ppt ‏308 KB

  • What causes the VISA timeout error 1073807339?

    I'm getting this error while using a HP audio analyzer. The error also says "Timeout expired before operation completed." Can anyone give me any info on this?

    Hi
    Try increasing your timeout value. Check this link too: http://www.ni.com/support/labview/visa/verr2.htm
    Hope this helps
    Regards,
    Luca

  • Unico Drive serial interface error

    1) I am trying to talk to a Unico drive via a serial port. I receive a -1073807339 error in the Vesa Read in the Drive Send VI. However, the VISA write doesn't seem to be getting to the drive properly as it should effect the speed even though the read doesn't work. I have been able to talk to the drive in HTBasic. I checked that the port settings are correct. I checked the CRC creation. The command is to be sent without any character trailing the CRC character. I turned that off in the VISA open. Any suggestions what else to try?
    2) I also found that the VISA duplicate output doesn't work in the VISA open. That block element outputs an empty VESA device addr when "probed". Any idea why that isn't working?
    Attachments:
    Drive.llb ‏202 KB

    RicK,
    The error -1073807339 is almost always caused by a timeout. Adding a wait function, running in Highlight execution mode, or running with Ni-Spy will slow the processor and give the instrument time to read and generate a response. For more information, check out our VISA support page at: http://www.ni.com/support/visasupp.htm
    Sarah Fenney
    Applications Engineer
    National Instruments

  • ERROR GETTING WHEN CONFIGURING PSADMIN

    HI GURUS,
    i am configuring in windows environment.
    i have given following
    Quick-configure menu -- domain: PATPS
    Features Settings
    ========== ==========
    1) Pub/Sub Servers : No 15) DBNAME :[PTSYS]
    2) Quick Server : No 16) DBTYPE :[ORACLE]
    3) Query Servers : No 17) UserId :[SYSTEM]
    4) Jolt : Yes 18) UserPswd :[MANAGER]
    5) Jolt Relay : No 19) DomainID :[TESTSERV]
    6) WSL : No 20) AddToPATH :[C:\oracle\product\10.2.0\db_1\BI
    N]
    7) PC Debugger : No 21) ConnectID :[PSADMIN]
    8) Event Notification: Yes 22) ConnectPswd:[PSADMIN]
    9) MCF Servers : No 23) ServerName :[]
    10) Perf Collator : No 24) WSL Port :[7000]
    11) Analytic Servers : Yes 25) JSL Port :[9000]
    12) Domains Gateway : No 26) JRAD Port :[9100]
    ==============ERROR!================
    Boot attempt encountered errors!. Check the TUXEDO log for details.
    ==============ERROR!================
    Do you wish to see the error messages in the APPSRV.LOG file? (y/n) [n] :Y
    PSADMIN.3924 (0) [02/26/08 15:56:55](0) Begin boot attempt on domain PATPS
    PSWATCHSRV.3640 (0) [02/26/08 15:57:04] Checking process status every 120 second
    s
    PSWATCHSRV.3640 (0) [02/26/08 15:57:04] Server started
    PSAPPSRV.2488 (0) [02/26/08 15:57:05](0) PeopleTools Release 8.48 (WinX86) start
    ing
    PSAPPSRV.2488 (0) [02/26/08 15:57:05](0) Cache Directory being used: E:\PT8.48\a
    ppserv\PATPS\CACHE\PSAPPSRV_2\
    PSAPPSRV.2488 (0) [02/26/08 15:57:05](1) GenMessageBox(200, 0, M): PS General SQ
    L Routines: Missing or invalid version of SQL library PSORA (200,0)
    PSAPPSRV.2488 (0) [02/26/08 15:57:05](1) GenMessageBox(0, 0, M): Database Signon
    : Could not sign on to database PTSYS with user SYSTEM.
    PSAPPSRV.2488 (0) [02/26/08 15:57:05](0) Server failed to start
    PSWATCHSRV.3640 (0) [02/26/08 15:57:06] Shutting down
    PSADMIN.3924 (0) [02/26/08 15:57:12](0) End boot attempt on domain PATPS
    Do you wish to see the error messages in the TUXLOG.022608 file? (y/n) [n] :
    thanks in advance

    hi boss
    getting the same error.
    Enter new setting for ConnectPswd [SYSADM]:peop1e
    Quick-configure menu -- domain: PATPS
    Features Settings
    ========== ==========
    1) Pub/Sub Servers : No 15) DBNAME :[PTSYS]
    2) Quick Server : No 16) DBTYPE :[ORACLE]
    3) Query Servers : No 17) UserId :[VP1]
    4) Jolt : Yes 18) UserPswd :[VP1]
    5) Jolt Relay : No 19) DomainID :[PATPS]
    6) WSL : No 20) AddToPATH :[C:\oracle\product\10.2.0\db_1\BI
    N]
    7) PC Debugger : No 21) ConnectID :[people]
    8) Event Notification: Yes 22) ConnectPswd:[peop1e]
    9) MCF Servers : No 23) ServerName :[]
    10) Perf Collator : No 24) WSL Port :[7000]
    11) Analytic Servers : Yes 25) JSL Port :[9000]
    12) Domains Gateway : No 26) JRAD Port :[9100]
    Actions
    =========
    13) Load config as shown
    14) Custom configuration
    h) Help for this menu
    q) Return to previous menu
    Enter selection (1-26, h, or q): 13
    Performing load prechecks ...
    Loading validation table...
    setting DBName=PTSYS
    setting DBType=ORACLE
    setting UserId=VP1
    setting UserPswd=VP1
    setting ConnectId=people
    setting ConnectPswd=peop1e
    setting ServerName=
    setting Port=7000
    setting Port=9000
    setting Listener Port=9100
    setting Domain ID=PATPS
    setting Add to PATH=C:\oracle\product\10.2.0\db_1\BIN
    New CFG file written with modified Startup parameters
    Log Directory entry not found in configuration file.
    Setting Log Directory to the default... [PS_SERVDIR\LOGS]
    Spawning enabled for server PSAPPSRV.
    Configuration file successfully created.
    CFG setting changes completed, loading configuration...
    Domain configuration complete.
    PeopleSoft Domain Administration
    Domain Name: PATPS
    1) Boot this domain
    2) Domain shutdown menu
    3) Domain status menu
    4) Configure this domain
    5) TUXEDO command line (tmadmin)
    6) Edit configuration/log files menu
    7) Messaging Server Administration menu
    8) Purge Cache
    9) Preload File Cache
    10) Clean IPC resources of this domain
    q) Quit
    Command to execute (1-10, q) : 1
    PeopleSoft Domain Boot Menu
    Domain Name: PATPS
    1) Boot (Serial Boot)
    2) Parallel Boot
    q) Quit
    Command to execute (1-2, q) [q]: 1
    psappsrv.cfg has changed archiving old one...
    Copying PATPS\Archive\psappsrv.cfg to PATPS\Archive\psappsrv_022608_1759_08.cfg
    Attempting to boot bulletin board...
    tmadmin - Copyright (c) 1996-1999 BEA Systems, Inc.
    Portions * Copyright 1986-1997 RSA Data Security, Inc.
    All Rights Reserved.
    Distributed under license by BEA Systems, Inc.
    Tuxedo is a registered trademark.
    No bulletin board exists. Entering boot mode.
    INFO: BEA Tuxedo, Version 8.1
    INFO: Serial #: 650522264138-1184269388129, Expiration NONE, Maxusers 1000000
    INFO: Licensed to: PeopleSoft - ISV
    Booting admin processes ...
    exec BBL -A :
    process id=2044 ... Started.
    1 process started.
    Attempting to boot ...
    INFO: BEA Tuxedo, Version 8.1
    INFO: Serial #: 650522264138-1184269388129, Expiration NONE, Maxusers 1000000
    INFO: Licensed to: PeopleSoft - ISV
    Booting server processes ...
    exec PSWATCHSRV -A -- -ID 56344 -C psappsrv.cfg -D PATPS -S PSWATCHSRV :
    process id=2176 ... Started.
    exec PSAPPSRV -p 1,600:1,1 -s@..\psappsrv.lst -s@..\psqcksrv.lst -sICQuery -sSql
    Query:SqlRequest -- -C psappsrv.cfg -D PATPS -S PSAPPSRV :
    CMDTUX_CAT:1685: ERROR: Application initialization failure
    tmboot: CMDTUX_CAT:827: ERROR: Fatal error encountered; initiating user error ha
    ndler
    tmshutdown -qy
    ==============ERROR!================
    Boot attempt encountered errors!. Check the TUXEDO log for details.
    ==============ERROR!================
    Do you wish to see the error messages in the APPSRV.LOG file? (y/n) [n] :y
    PSADMIN.2164 (0) [02/26/08 18:15:40](0) Begin boot attempt on domain PATPS
    PSWATCHSRV.2176 (0) [02/26/08 18:15:49] Checking process status every 120 second
    s
    PSWATCHSRV.2176 (0) [02/26/08 18:15:49] Server started
    PSAPPSRV.936 (0) [02/26/08 18:15:50](0) PeopleTools Release 8.48 (WinX86) starti
    ng
    PSAPPSRV.936 (0) [02/26/08 18:15:50](0) Cache Directory being used: E:\PT8.48\ap
    pserv\PATPS\CACHE\PSAPPSRV_2\
    PSAPPSRV.936 (0) [02/26/08 18:15:50](1) GenMessageBox(200, 0, M): PS General SQL
    Routines: Missing or invalid version of SQL library PSORA (200,0)
    PSAPPSRV.936 (0) [02/26/08 18:15:50](1) GenMessageBox(0, 0, M): Database Signon:
    Could not sign on to database PTSYS with user VP1.
    PSAPPSRV.936 (0) [02/26/08 18:15:50](0) Server failed to start
    PSWATCHSRV.2176 (0) [02/26/08 18:15:51] Shutting down
    PSADMIN.2164 (0) [02/26/08 18:15:57](0) End boot attempt on domain PATPS
    Do you wish to see the error messages in the TUXLOG.022608 file? (y/n) [n] :

  • How to resolve the serial communicat​ion error in HP34970?

    I want to use serial port to commnucation between pc and hb34970. In gpib mode, it is ok. But in serial mode, report error. just like this:
    for setting com2: 
    16:11:47.359 2009-8-26 [Init_dq_Device]error:-1073807339--HP34970A Initialize.vi->Init_DQ_Device.vi->main_app.vi VISA read.visa name:ASRL2::INSTR
    for setting com1:
    16:13:25.921 2009-8-26 [Init_dq_Device]error:-1073807339--HP34970A Initialize.vi->Init_DQ_Device.vi->main_app.vi VISA read.visa name:ASRL1::INSTR
    I don't know the meaning of -1073807339 and whether i should set:ASRL1::INSTR for com1. Anyone can help me about this problem.
    Thanks very much.
    attach my subvi.
    Solved!
    Go to Solution.
    Attachments:
    Init_DQ_Device.vi ‏48 KB

    Hi, Dennis Knutson
    very glad to see you.
    For my vi, i only provide a UI for user to select GPIB or serial mode, and setting related port.
    About "Also, the 34970 llb you are using should be replaced with the 8.x project library.", What do you
    mean? There is a new driver for 34970,right?
    I search the forum and find a old thread:Agilent 34970 Visa Timeout.
    There is your answer:
    I made a mistake. The initialize function already had a timeout function. I just didn't look at the VI closely enough. There is a case statement that sets either the serial port parameters or just sets the VISA timeout. If you are setting the timout right after the VISA Open, it's just getting set back to 10 seconds. Change it in the case statement and see if that works. Sorry, and I hope this works.
    Do you think this is the same with my problem? Your mean to modify default 10 seconds to more longer timeout,right? 
    Thanks.

  • Block input error in 8510A

    Hi,
    I want connect to 8510A .
    I know that, these are the error correction coefficiects created during calibration (also called a \cal set"). The error coefficiect arrays can be read from or sent to a computer, by the OUTPCALC and INPUCALC commands.
    I used attached vi for this data transfering.
    I can do saving a cal set to a file (save to pc),
    but when I want recall a file (the same one that is saved to my pc) from pc and save to a cal set, vi. do not work.
    system gives an error : "BLOCK INPUT ERROR"
    I do not know why is it?
    Regards,
    Yasamin
    Solved!
    Go to Solution.
    Attachments:
    Save or Read Calibration Data.vi ‏39 KB

    I can savemy calibration data to mypc.
    when I try recalling data from pc to 8510, I get visa write error (-1073807339) at LabVIEW and
    BLOCK INPUT DATA on 8510 display.
    Data do not wirte in CALSn.
    I have got the following string at "String Indicator" in attached vi ( or below image), but data do not save in CALS3.
    FORM4;POIN201;CALIFUL2;INPUCALC01  -1.282835000000000E-02,   1.187563000000000E-02
      -1.418209000000000E-02,   1.075935000000000E-02
      -1.554251000000000E-02,   9.556770000000000E-03
      -1.683235000000000E-02,   0.825500000000000E-02
      -1.789188000000000E-02,   0.677299000000000E-02
      -1.892662000000000E-02,   0.544643000000000E-02
      -1.984692000000000E-02,   0.385857000000000E-02
      -2.067089000000000E-02,   0.216293000000000E-02
      -2.139664000000000E-02,   0.077438000000000E-02
      -2.204418000000000E-02,  -0.100994000000000E-02
      -2.250099000000000E-02,  -0.268078000000000E-02
      -2.282715000000000E-02,  -0.437546000000000E-02
      -2.315235000000000E-02,  -0.607204000000000E-02
      -2.329636000000000E-02,  -0.778198000000000E-02
      -2.322197000000000E-02,  -0.944328000000000E-02
      -2.310848000000000E-02,  -1.119423000000000E-02
      -2.281189000000000E-02,  -1.289463000000000E-02
      -2.250385000000000E-02,  -1.456833000000000E-02
      -2.200031000000000E-02,  -1.617050000000000E-02
      -2.136326000000000E-02,  -1.774216000000000E-02
      -2.077579000000000E-02,  -1.935673000000000E-02
      -1.984787000000000E-02,  -2.084160000000000E-02
      -1.895142000000000E-02,  -2.221775000000000E-02
      -1.806831000000000E-02,  -2.347851000000000E-02
      -1.701736000000000E-02,  -2.479649000000000E-02
      -1.598644000000000E-02,  -2.591228000000000E-02
      -1.454639000000000E-02,  -2.705479000000000E-02
      -1.324272000000000E-02,  -2.807808000000000E-02
      -1.188469000000000E-02,  -2.885437000000000E-02
      -1.041412000000000E-02,  -2.951813000000000E-02
      -0.903416000000000E-02,  -3.024292000000000E-02
      -0.745583000000000E-02,  -3.078270000000000E-02
      -0.596142000000000E-02,  -3.107738000000000E-02
      -0.440407000000000E-02,  -3.149605000000000E-02
      -0.285149000000000E-02,  -3.156662000000000E-02
      -0.116539000000000E-02,  -3.158188000000000E-02
       0.044060000000000E-02,  -3.168678000000000E-02
       0.196648000000000E-02,  -3.118038000000000E-02
       0.352669000000000E-02,  -3.091431000000000E-02
       0.511169000000000E-02,  -3.046989000000000E-02
       0.669575000000000E-02,  -2.995968000000000E-02
       0.828171000000000E-02,  -2.943134000000000E-02
       0.957966000000000E-02,  -2.852345000000000E-02
       1.094151000000000E-02,  -2.763939000000000E-02
       1.244068000000000E-02,  -2.671051000000000E-02
       1.359558000000000E-02,  -2.563572000000000E-02
       1.486492000000000E-02,  -2.441978000000000E-02
       1.593399000000000E-02,  -2.331829000000000E-02
       1.705647000000000E-02,  -2.203941000000000E-02
       1.795959000000000E-02,  -2.079105000000000E-02
       1.890278000000000E-02,  -1.947975000000000E-02
       1.985836000000000E-02,  -1.809311000000000E-02
       2.037334000000000E-02,  -1.695633000000000E-02
       2.101421000000000E-02,  -1.555824000000000E-02
       2.115726000000000E-02,  -1.426697000000000E-02
       2.124786000000000E-02,  -1.287842000000000E-02
       2.136230000000000E-02,  -1.152515000000000E-02
       2.114964000000000E-02,  -1.022625000000000E-02
       2.090454000000000E-02,  -0.894547000000000E-02
       2.048683000000000E-02,  -0.738907000000000E-02
       2.000237000000000E-02,  -0.613022000000000E-02
       1.938629000000000E-02,  -0.472641000000000E-02
       1.867580000000000E-02,  -0.336361000000000E-02
       1.785755000000000E-02,  -0.203800000000000E-02
       1.686382000000000E-02,  -0.076771000000000E-02
       1.585674000000000E-02,   0.042248000000000E-02
       1.466274000000000E-02,   1.505375000000000E-03
       1.367807000000000E-02,   2.598286000000000E-03
       1.228857000000000E-02,   3.437519000000000E-03
       1.089430000000000E-02,   4.454613000000000E-03
       9.455204000000000E-03,   5.313396000000000E-03
       8.113861000000000E-03,   5.772114000000000E-03
       6.522417000000000E-03,   6.423950000000000E-03
       5.074978000000000E-03,   6.926298000000000E-03
       3.427982000000000E-03,   7.234812000000000E-03
       1.807690000000000E-03,   7.556438000000000E-03
       0.155210000000000E-03,   7.674694000000000E-03
      -1.464844000000000E-03,   7.767916000000000E-03
      -3.099918000000000E-03,   7.616282000000000E-03
      -4.972935000000000E-03,   7.348537000000000E-03
      -6.484985000000000E-03,   7.039070000000000E-03
      -7.996082000000000E-03,   6.613255000000000E-03
      -9.554386000000000E-03,   6.041050000000000E-03
      -1.100492000000000E-02,   5.360126000000000E-03
      -1.237965000000000E-02,   4.458904000000000E-03
      -1.387310000000000E-02,   3.659248000000000E-03
      -1.523399000000000E-02,   2.645493000000000E-03
      -1.622009000000000E-02,   0.152206000000000E-02
      -1.765251000000000E-02,   0.029755000000000E-02
      -1.857471000000000E-02,  -0.095940000000000E-02
      -1.955128000000000E-02,  -0.238800000000000E-02
      -2.048683000000000E-02,  -0.362492000000000E-02
      -2.131748000000000E-02,  -0.517559000000000E-02
      -2.195549000000000E-02,  -0.671291000000000E-02
      -2.230263000000000E-02,  -0.817490000000000E-02
      -2.295017000000000E-02,  -0.993061000000000E-02
      -2.317142000000000E-02,  -1.160812000000000E-02
      -2.340317000000000E-02,  -1.332283000000000E-02
      -2.333736000000000E-02,  -1.485729000000000E-02
      -2.349854000000000E-02,  -1.657963000000000E-02
      -2.326870000000000E-02,  -1.825142000000000E-02
      -2.285862000000000E-02,  -1.995087000000000E-02
      -2.245808000000000E-02,  -2.149677000000000E-02
      -2.188969000000000E-02,  -2.304649000000000E-02
      -2.111530000000000E-02,  -2.470970000000000E-02
      -2.036190000000000E-02,  -2.611160000000000E-02
      -1.936817000000000E-02,  -2.767944000000000E-02
      -1.852036000000000E-02,  -2.905083000000000E-02
    Attachments:
    Save or Read Calibration Data2.vi ‏40 KB

Maybe you are looking for

  • Audio problem after installing windows 8.1

    I'm using a HP Pavillion Sleekbook 14 PC.  I upgraded to windows 8.1 and after intalling my microphone is not work. Can i have some assistance in resolving the issue please. This question was solved. View Solution.

  • Outlook doesn't always play sounds

    I have the latest office 365 + win8.1 and outlook doesn't play sounds all the time. It seems to play sounds after I have gone through the advanced settings and told it where the reminder.wav file but if I reboot my PC the sounds are gone again. there

  • How to disable sudo command in Terminal

    How to disable sudo command in Terminal

  • Cannot log into server admin

    Today I cannot login to Server Admin App. I have tried: sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.servermgrd.plist This shows the it is loaded. Server Admin just shakes as if my password is wrong yet I can load Workgroup Admin fi

  • Flash + ASP + Excel question

    Hello everyone: Here is my problem: I need to display an .asp file from flash that converts some data from an MSSQL Server Database (on the web) to an Excel table. The .asp file uses the MIME Code: Response.ContentType = "application/vnd.ms-excel" Th