How to change Switch Settling Time in TestStand

I am using a PXI-4072 with a PXI-2533 and teststand's integrated switching.
I am switching and measuring a lot of voltages and I find that the switch is ocassionally shorting some test points together, even though I have ticked 'Wait for Debounce before executing Step'.
This is bad because some of the test points are connected to the UUT's supply rail and causing it to reset in the middle of a test.(I also think this is how I one of the SSR's were damaged as well but I can't be sure.)
The problem looks like the default switch settling time may be marginal because if I put a wait between the switching the problems go away.
Apart from saturating my test with waits, is there a way to increase NI Switch's settling time?
Thankyou
Tim

Hello Tim,
You can change the default settling time of a switch by using the niSwitch Property Node in your module.
Left-click the property node and select the property Settling Time, which can be found under Module Characteristics.
Set the constant to the amount of time (in seconds) to wait for settling.
For more information on adding additional settling time, the above information is given in detail in the NI-SWITCH help>>Programming with NI-SWITCH>>Features>>Adding Additional Settling Time
Hope that helps.
Regards,
Glenn

Similar Messages

  • How to change the default time?

    when you finish the action of dialing ,the CCM system recognize your finish after 10s .How to change the default time in Service Parameters ,which is the detail Parameters ?

    Please see the following link for information on configuring the interdigit timeout.
    http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_tech_note09186a00800dab26.shtml
    Hope this helps. If so, please rate the post.
    Brandon

  • How to change password on time capsule

    How to change password on time capsule?

    The Time Capsule has two passwords.....a device password and a wireless network password.
    Which password are you referring to here?
    In order to provide detailed step by step instructions for how to change the password, we will need for you to also post back to let us know what type of operating system....Lion, Snow Leopard, Leopard, etc, that you are using on your Mac.

  • How to change date and time format

    Hi experts,
    Can i know how to change the date and time format?
    I want the date format to be dd-mmm-yyyy  and time format to be hh:mm:ss
    These date and time is in my sapscript form.
    I make use of PERFORM function in sapscript.
    This is the code in my print program.
    FORM get_actlog_QA TABLES in_tab STRUCTURE itcsy
                           out_tab STRUCTURE itcsy.
       DATA: object TYPE string, "
            qaname LIKE JCDS-USNAM, "NAME for engineering process, QA Manager
            qadate LIKE JCDS-UDATE, "DATE changed in engineering process, QA Manager
            qatime LIKE JCDS-UTIME. "TIME changed in engineering process, QA Manager
    DATA: lt_jcds type standard table of jcds,
          wa_jcds like line of lt_jcds,
          new_date(10) type c.
      READ TABLE in_tab INDEX 1.
      MOVE in_tab-value TO object.
      select * into CORRESPONDING FIELDS OF TABLE lt_jcds
      from jcds WHERE objnr = object
        AND  ( stat = 'E0005' )
        AND inact = ''.
      Loop at lt_jcds into wa_jcds.
          qaname = wa_jcds-USNAM.
          qadate = wa_jcds-UDATE.
          qatime = wa_jcds-UTIME.
       READ TABLE out_tab INDEX 1.
       MOVE qaname TO out_tab-value.
       MODIFY out_tab INDEX sy-tabix.
       READ TABLE out_tab INDEX 2.
       MOVE qadate TO out_tab-value.
       MODIFY out_tab INDEX sy-tabix.
       READ TABLE out_tab INDEX 3.
       MOVE qatime TO out_tab-value.
       MODIFY out_tab INDEX sy-tabix.
      endloop.
      clear wa_jcds.
      ENDFORM. 
    This is my PERFORM in sapscript.
    /:           DEFINE &V_QANAME& = ''.
    /:           DEFINE &V_QADATE& = ''.
    /:           DEFINE &V_QATIME& = ''.
    /:           PERFORM GET_ACTLOG_QA IN PROGRAM ZFIR002
    /:           USING &VIQMEL-OBJNR&
    /:           CHANGING &V_QANAME&
    /:           CHANGING &V_QADATE&
    /:           CHANGING &V_QATIME&
    /:           ENDPERFORM.                     
    Sapscript
    Prepared by : &V_QANAME& ,, &V_QADATE& ,, &V_QATIME&
    The output now is
    Prepared by: Name   20080312  115536 
    I want to change the date format to 12-MAR-2008
    and the time format to 11:55:36 
    Can anyone please suggest on how to solve this?
    Thank you.

    Hi,
      Before assigning the  QADATE value you can write the logic to display  20080312   as  12-MAR-2008  taking the offset values .
    Like
    qadate = wa_jcds-UDATE.
    qatime = wa_jcds-UTIME.
      lw_year    = qadate(4).
      lw_month = qadate+4(2).
      lw_date    = qadate+6(2).
    case lw_month.
    when 1.
    when 2.
            concatenate lw_date  '-FEB-'  lw_year into qadate.
    when 3.
          concatenate lw_date '-MAR-' lw_year into qadate.
    endcase.
    READ TABLE out_tab INDEX 2.
    MOVE qadate TO out_tab-value.
    MODIFY out_tab INDEX sy-tabix.
    And you can also change the timeformat also  .
    then assign that value to qatime .Then
    READ TABLE out_tab INDEX 3.
    MOVE qatime TO out_tab-value.
    MODIFY out_tab INDEX sy-tabix.
    I think this helps you.
    Regards,
    Rajitha.

  • How to change the system time in (E-Business Suite)

    Hi,
    I need to change the system timings in E-Business Suite.
    My Database & Application is on different nodes..
    How could i change system timings on both...
    Thanks,
    Alig

    Alig,
    Changing the OS date/time will have no impact on the data (except for the scheduled jobs at the database and the OS levels). As mentioned in the threads I referenced above, you have to stop the application/database, change the date/time at the OS level, and start the application.
    The application is just an interface which connects to the database, so it gets all the data from the database server. However, if you want to change the date/time it has to be done on both nodes (stop all the services first as mentioned above).
    Btw, what is the point of changing the date/time because of Ramadan? The business requirement of your client does not make sense (how does it differ from the application/database perspective if you start working at 9:00 AM instead of 7:00 AM for example)?
    The steps in the document should be enough, and if you do not trust any of the replies here you could simply log a SR and confirm this with Oracle support.
    Thanks,
    Hussein

  • How to change at run-time the type of a step?

    Hi,
    How topic title, i need to know how change at run-time the type of a step. I have, i my sub-sequence, a step whose type must change at run-time based upon the occurrence of a condition. How can do it?
    Thanks.

    I need to do this: At verify of a condition, one specific step at the end of sequence must change from statement to numeric limit test and viceversa.
    However, is right to no writing self-modifyinf sequence  unless handle rece condition on step that i want change at run-time.
    Moreover i ask myself: If for change the type of a step i need first delete the substep and later create a new one relative to the step that I want, then it is better and make more sense to create dynamically the step that i would like to have depending on the condition that occurs, right?
    Thanks

  • On iCal,how to change the travel time mode from car to foot?

    on iCal (Mavericks), how to change the traveltime mode before an event ? i only have the "time" choice with "5 min, 15 min, 30 min, 1 hour, 2 hours". I would like to choose  "foot/walking" , "car" or "Train/bus".

    America is only one of 197 countries in the world. So if you do not use a bike, your feet or public services to travel so, maybe 196 other countries do it :-)

  • How to Change date and time on my printer

    I want to know how to change the date and time on my printer.

    annazmussaqib,
    OK, now enter the following command in the administrative user’s Terminal window:
    sudo date -n 122921502013
    When it asks you for a password, enter your administrative user’s password; it will not show the password as you type it.
    After you enter that command, enter this command again:
    date
    It should show a date and time that is close enough to the actual date and time that you should be able to go into the Date & Time pane of System Preferences without it hanging.

  • How To Change password of Time Machine

    Today I went in and changed the password of my time machine back up drive through Airport Utility. It stopped backing up. I tried deleting numerous passwords showing up in Keychain but didnt work so I changed it back to the old password. I looked in Apple Tech support file but nothing indicated how to change the password. Does anyone know the proper way to change my password in my time capsule? I use it as my internet router as well.

    There are several passwords, and they are not necessarily identical:
    Your Time Capsule
    Your wireless network
    Your Time Capsule's disk
    It's not clear which of them you want to change, but any of them can be changed using AirPort Utility.
    If Time Machine stopped backing up, open Time Machine's Preferences and turn off Time Machine. Choose "Add or Remove Backup Disks", choose the disk, then Remove Disk. Confirm with the Stop Using This Disk button. Add it again. You will be prompted for the disk's password (not the Time Capsule's). Time Machine will turn itself back on, a backup will then commence, and your existing backups will not be affected.
    The iPad is a separate issue, but it has a similar fix: go to Settings > Wi-Fi, select your network then "Forget this Network". Select the network again, provide its password, and verify you can connect.

  • How to change  PDF comments time in utc time zone*

    Currently the eReview PDF time stamp uses the system time for its timestamp.
    If there are two reviewers for a eReview packet, one in some X location and other in Phoenix and the reviewer in "X" reviews the packet first on a particular day evening and reviewer in Phoenix reviews the packet in their same day morning then the timestamp shows that Review in Phoenix is done first and "X" is done later.
    The same is the case for comments from authors and the reviewers if both are different location.
    So I think this time stamp looks inconsistent and does not give the desired information.
    so its taking system by default,how to change it from system time to UTC time zone
    Thanks&Regards
    Sam rome

    you could use the elapsed time function and hook it up to a case structure so that every .1 seconds you write your data to a file.
    hope this helps:
    Harold Timmis
    [email protected]
    Orlando,Fl
    *Kudos always welcome
    Attachments:
    WriteToFileLVM.vi ‏65 KB

  • How to change the screen time on 2330c.....

    is there any option to change the screen time from center to a top end.....?
    Solved!
    Go to Solution.

    Date and timeSelect Menu > Settings > Date and time.To set the date and time, select Date and time settings.To set the formats for date and time, select Date and time format settings.To set the phone to update the time and date automatically according to the current
    time zone, select Auto-update of date & time (network service). 
    here is online guide which may contain more info
    http://nds1.nokia.com/phones/files/guides/Nokia_2330_classic_en.pdf
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • How to change the defrag times

    Can you change the defragmentation times because i dont want to leave my laptop on all night?

    MartyFromTauranga wrote:
    Can you change the defragmentation times because i dont want to leave my laptop on all night?
    There is no need to leave the MBook on over night. There are a couple of clean-up-scripts starting if the system is idle (cpu usage is under a specific value) and if system starts up / shoot down.
    If you (like I do) let the system run for weeks, by only putting the Mac to sleep state, it could be necesary to let the Mac run to idle state (first close all unneeded applications) every two weeks or so for a while.
    The HFS+ filesystem needs no "defrag" as HFS+ optimizes the filestructure "on the fly" when deleting or adding files to the drive.
    HFS+ uses a number of optimizations to the allocation algorithms in an attempt to defragment files while they are being accessed without a separate defragmenter.
    If (very unlikely in normal operations) the filesystem does become fragmented, the only way to defragment it is to use a 3rd Party tool; or to wipe the hard drive completely and install the system from scratch.
    Cheers - Lupunus

  • How do I switch off Time Machine in Lion Server remotely?

    So here's what I want to do:
    I have a mac mini with OSX Lion Server running providing wireless backups for the laptops in the house. I want to rsync these backups, as sparsebundle images, to a machine at my work.
    I have the rsync working over ssh correctly, and have verified that if I rsync a sparsebundle there and back again then everything works fine. However, this only works if the sparsebundle wasn't mounted at the time of the sync.
    I can use 'ssh xxx@xxx "hdiutil info"' to determine if the image is mounted, but I would like ideally to be able to switch off time machine remotely for the duration of the rsync copy.
    Does anyone know of a command-line way of switching off Time Machine in OSX Lion Server from the command line.
    As an extra question, for bonus marks, is there any way of verifying that a sparsebundle is mountable from a windows machine?

    I'm going to answer my own question:
    I was more or less completely on the wrong track. When performing a networked time-machine backup the sparse bundle is mounted on the remote machine for one thing. So hdiutil won't tell me if the backup is going on.
    Also, backing up the sparsebundle is probably a bad idea in general, since if it's corrupt then none of the files will be easily recoverable.
    So instead I've written a bash script that
    a) mounts the sparse bundle on the server machine. If this fails, then a backup is in progress. The script exits in this case, but I guess it could always try again
    b) Performs an rsync on the contents of the sparsebundle
    c) ejects the sparsebundle.
    For those interested, here's the script. Note that I had to build rsync 3.0.9 to get this to work, the bundled rsync barfs on the hardlinks in time machine backups.
    (go here http://www.behindtherack.com/?p=308 for the rsync build instructions).
    And here's the script
    #!/bin/bash
    user=dave
    remotehost=your.home.machine
    remoteport=5050
    sshkeyfile=~/ssh.key.file
    imagepath="/Volumes/tmachine/Shared Items/Backups/machine-name.sparsebundle"
    remotepath="/Volumes/Time\ Machine\ Backups/Backups.backupdb/machine-name/Latest/"
    localpath=~/Local-backup-path
    # mount path
    mountresult=`ssh $user@$remotehost -p$remoteport -i $sshkeyfile "hdiutil mount \"$imagepath\" -readonly"`
    devpath=${mountresult%% *}
    # did the mount work out?
    if [[ "$devpath" == /dev/disk* ]]
    then
              echo "Mount succeeded, remote disk mounted to $devpath"
    else
              echo $mountresult
              echo $devpath
              echo "Remote mount failed, exiting"
              exit
    fi
    # now run the rsync
    /usr/local/bin/rsync -rv --rsync-path="/usr/local/bin/rsync" --rsh="ssh -p$remoteport -i $sshkeyfile -l $user" "$user@$remotehost:$remotepath" $localpath
    # unmount sparsebundle
    ssh $user@$remotehost -p$remoteport -i $sshkeyfile "hdiutil eject $devpath"

  • How to change Switch between open documents keyboard shortcut (default Control + Tab or Cmd + ~)

    I use Control + Tab and Control + Shift + Tab or Cmd + ~ and Cmd + Shift + ~ to switch between tab back and forth alot how do I change the shortcut to something else?
    On Photoshop CC 2014 mac

    No, there isn't. you can't even set your own shor cut keys as you don't know what the documents will be named. Normally you can add short cuts keys but only for those menus options that already exist but your documents will change. I have searched for the answer earlier as I also want it.
    There is in the Pages Help menu an option for  Keyboard shorcuts but nothing is mentioned ther about changing document windows.

  • I have the mobile gallery with an album of photos to be shown as a slide show. I cannot find how to Chang the viewing time. I'd like it to be 10 seconds. How do I do it. I have tried changing the general set tins in photo and pictue frame, but that doesn'

    How do I set different viewing times for the mobile gallery.
    I' like to change it from about 3 seconds to10 seconds.

    I hope this is something that will be corrected in the next vision of either theoperrating system, or in the gallery. three seconds is way too short for showing pictures to friend while telling abut them. Even apple's screen savers ware slower between the transitions.
    I'll do a search ontne store for an app. Do you think I should search for a different photo display, or for something that allows one to change settings on the current gallery app?
    thanks
    Phyllis

Maybe you are looking for

  • Dreamweaver CS4 Won't Open

    I just installed CS4 Design Premium and I have been able to successfully open Photoshop, InDesign and Acrobat, but whenever I try to open Dreamweaver CS4 it hangs on the opening window at "Loading Site Cache..." I'm on a Dell PC running Windows XP Pr

  • Printer Presets - OS X 10.7.4 HP-C5280 Printer

    Hi, I'm trying to print some photos from Picasa and the preset for 10x15 cms paper is main tray when it should be photo tray. Where do I change this?  The duplicate button is greyed out and I've tried this in Preview, Numbers and Pages and cannot cha

  • No PostScript Printer Description in 10.7 Lion

    I have a new Mac that's running OS 10.7.2 Lion and I just installed CS 5.5 Design Premium. When I try to print to a PostScript file from InDesign, there's no PPD available so I can't choose page size, orientation, color space, etc. How do I install P

  • Format pc (windows 7) but my backup of iphone 4?

    I have to format my pc (windows 7) but my backup of iphone 4? how can I save it before formatting my pc?

  • Why won't final cut pro accept my quicktime files

    I have the final on my computer but when I look quicktime files up via FCPro the icon appear transparent and I can't click on it. In the past I converted them to some IPod playable final but it killed the definition and took forever so I am not doing