MXI3 - VXI, resman takes about 3 minutes to complete

After installing a mxi3 (optical) card into a WinXP system connected to a vxi mainframe with 1 Agilent 1432A running resman will take about 3 minutes to comlete. Windows installed the PCI mxi3 card automatically and I installed nivxi version 3.3.1. I'm attempting to configure a Win2000 system now to see if the problem is indeed OS related.

Hi rhenson,
It seems unlikely that this problem is related to the operating system. I suspect that there is either a setting in the software or there is a hardware issue.
The first thing I would check is the Resource Manager Delay. This delay specifies how long Resman, the resource manager, will wait before it configures all of your instruments. This setting can be set in Measurement and Automation Explorer (MAX). Right click on your VXI System, select Properties, and select the Settings tab. By default, the Resource Manger Delay should be set to 5 seconds. If the delay is set to a higher number, I suggest you use a lower Resource Manager Delay.
It is also possible that this is a hardware issue. To determine if your VXI instrument or the MXI-3 system is
causing the problem, I suggest you test your VXI system without this VXI instrument. Swapping in another instrument or another MXI-3 kit would also be a good idea.
If none of this works, we'll need more information about this system before we can continue. Where exactly does the system hang? Watch Resman to find out what step is taking a long time.
Regards,
David Shatila
Applications Engineer
National Instruments

Similar Messages

  • Publication of the big-sized Enterprise projects from Project Professional 2013 to Project Server 2013 takes about 60+ minutes.

    Dear Sirs,
    I need your support over the following MS EPM 2013 issue:
    Publication of the big-sized Enterprise projects from Project Professional 2013 to Project Server 2013 takes about 30+ minutes. We
    need to reduce this total publication time down to acceptable working values 10+- minutes.
    Environment information:
    Single App Server (Virtual): 16 Gb RAM, x64 4xCPU, HDD > 50 GB free disk space, OS Windows Server 2012 Standard Edition x64 Service
    Pack 1, MS SharePoint Server 2013 and MS Project Server 2013 with CU December 2013 (KB 2850024) applied.
    Single RDBMS MS SQL Server (Virtual): 8 Gb RAM, x64 4xCPU, HDD > 200 GB free space, OS Windows Server 2012 Standard Edition x64 Service
    Pack 1, MS SQL Server 2012 x64 SP 1 Enterprise Edition.
    We have 1Gbit LAN between APP, DB server and 1Gbit LAN between APP and Proj Prof Client.
    Yes, we are on the way of migrating to the Prod environment
    with 3-tiered architecture (with SP1 slipstream and CU December 2014 applied), but this issue also
    presents there.
    Project’s file information:
    Tasks in the file: [~4900], resources in the file [~396] enterprise task’s custom fields used in the file [~23].
    Project save procedure for this new project would last about 7 minutes. Project publication would last about 47 minutes. We noticed that
    tasks synchronization process took about 1 second for each ~2,5 tasks, to add them to the sharepoint tasks list. So for all 5148 tasks it took about 5148/3/60 =  34 minutes. Other 13 min was used for reporting database publication and other tasks relevant
    for new sharepoint site creation.
    Case 1: Issue description:
    During the Enterprise project’s file save and publication we have the following sharepoint 2013 log messages:
    07.31.2014 12:43:17.22 Microsoft.Office.Project.Server (0x0358) 0x3D5C SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope
    (Persisting list changes). performing time =376.068676326181 22dca99c-4696-70f1-e9e2-06851d0bcffd
    07.31.2014 12:43:17.69 Microsoft.Office.Project.Server (0x0358) 0x3D5C SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope
    (Persisting list changes). performing time =361.652807828928 22dca99c-4696-70f1-e9e2-06851d0bcffd
    It shows that sharepoint spend at least ~350 milliseconds (or 0,35 sec*4900 tasks = 1715 sec, or 28,5 min) for each task update during
    project publication. And we also have another log file that shows that about 0,7 sec (or 0,7 sec*4900 tasks = 3430 sec, or 57 min) sharepoint spend for save each task in project file to project server. So total save and publication time more then 60+ minutes
    for that project file. The same result we have even if user didn’t do any changes at the project file.
    We use only enterprise projects (dbo.MSP_EpmProject_UserView.projectvisibilitymode = «False»), and do not use sharepoint tasks lists,
    but the synchronization between MSP Plan and SharePoint tasks list works at any case.
    Case 2: Issue description:
    - For the second test we created a new project with new sharepoint project’s site on basis of our «issue» project, with total amount
    of tasks in it of 5148 (yes, we increased the tasks list default limit at the sharepoint site up to 6000 items in it – standard limits for sharepoint view list – 5000 items).
    - Project save procedure for this new project would last about 7 minutes. Project publication would last about 47 minutes. We noticed
    that tasks synchronization process took about 1 second for each ~2,5 tasks, to add them to the sharepoint tasks list. So for all 5148 tasks it took about 5148/3/60 =  34 minutes. Other 13 min was used for reporting database publication and other tasks
    relevant for new sharepoint site creation.
    -Then we deleted the
    tasks list for that new test project from the sharepoint site and republish the project plan one more time. This time project save procedure took about 7 minutes, project publication about 2 minutes and 3 minutes for other relevant queue jobs. So total time
    is 12 minutes.
    As a conclusion: yes, we have determined
    the exact problem - during synchronization process (from Project Server to SharePoint) it perform copying all tasks and related data from Project to SharePoint in spite of fact that you changed only ONE task or ALL of them. At any case, synchronization will
    copy ALL of them from Project Server to SharePOint task’s list.
    Our workaround is to disable the task’s synchronization for such big-sized project plans:
    – to delete the SharePoint «tasks» list at the SharePoint site tied with project plan.
    - or deattach the SharePoint site from the project plan.
    Thank you for reading this topic, please if you also forced with such issue provide us any known workaround or maybe any official response
    \ feedback from MS about it.
    Thank you in advance,
    Best Regards, Andrey

    Regarding my topic, I also said that every time when sync works it updates All items from project’s plan at Project Server to corresponded task’s list at SharePOint server. Inspire of the fact that you changed only One task or group /
    all of them at your project’s plan.
    And it seems to me and my colleagues that it’s probably (maybe) a “bug” at the product. Here is what we have if looked a little bit closer to the code:
    Share Point determines what task to sync from Project’s plan to sharepoint list. To do that sharepoint needs to know was that task changed or not, based on the following fileds (check SQL stored procedure “[MSP_READ_TASKS_FOR_SYNCRONIZATION]”):
    TASK_UID    TASK_NAME    TASK_START_DATE    TASK_FINISH_DATE    TASK_PCT_COMP    TASK_PARENT_UID    TASK_OUTLINE_NUM   
    WSS_LISTITEM_UID   TASK_ID    TASK_IS_ACTIVE
    We noticed that at any case synchronization performs for all tasks, EXCEPT the ROOT one. Then we looked at the comparison of TASK_PARENT_UID field. So sharepoint compares TASK_PARENT_UID with ParentID (this is internal name for lookup
    field “Tasks” at the Sharepoint, and it stores their values at the format "ID;#Title").
    And comparison performs like following:
    SharePoint looks for Task at the Tasks’s list corresponded to Project’s plan with ID represented at the TASK_PARENT_UID field. Then it takes SharePoint ListItem ID (“int” type) and store it to the “num” parameter;
    num = this.GetCachedListItemByUniqueId(listItem.ParentList, nullable.Value).ID;
       2.Then it compares “num” with task’s “ParentID” at SharePOint as follow with operator “!=”:
    ((SPItem) listItem)["ParentID"] != (System.ValueType) num
       3. If comparison was success (true) – then it tell us that values (at the Project’s plan for tasks) was changed, then it need to be synchronized. Corresponded Method setup “true” flag, and then returns it.
    The “bug” is that this expression at the Step 2 will always return “true”, because in fact it compares “string” (see above – that this is lookup field at SharePoint side)
    with “number”. For example if the parant task ID is “55”, then we get:
    "55;#Task 1" != 55
    And by the rules of .Net the “string” will never equal “number”
    Furthermore this is approved by the SharePoint logs:
    In that case we always get the note “Setting ParentID to” at the logs (we see it if turns on Verbose for “Project Server” -> “Sharepoint Integration” category).
    So at any case of publishing project’s plan we always get that note at the logs for tasks that have Parent task, and we have Parent for all of them EXCEPT the ROOT one, exact logs represented further:
    10/15/2014 02:37:32.26    Microsoft.Office.Project.Server (0x07D8)    0x06E8    Project Server    Sharepoint Integration    ado0d   
    Verbose    Setting ParentID to 1    bf2fc29c-7727-b00d-fa4a-34f22ea9ec1d 10/15/2014 02:37:32.62    Microsoft.Office.Project.Server (0x07D8)    0x06E8   
    Project Server    Sharepoint Integration    ado0d    Verbose   
    Setting ParentID to 1    bf2fc29c-7727-b00d-fa4a-34f22ea9ec1d 10/15/2014 02:37:32.63    Microsoft.Office.Project.Server (0x07D8)    0x06E8    Project Server   
    Sharepoint Integration    ado0d    Verbose   
    Setting ParentID to 1    bf2fc29c-7727-b00d-fa4a-34f22ea9ec1d 10/15/2014 02:37:32.67    Microsoft.Office.Project.Server (0x07D8)    0x06E8    Project Server   
    Sharepoint Integration    ado0d    Verbose   
    Setting ParentID to 1    bf2fc29c-7727-b00d-fa4a-34f22ea9ec1d 10/15/2014 02:37:32.69    Microsoft.Office.Project.Server (0x07D8)    0x06E8    Project Server   
    Sharepoint Integration    ado0d    Verbose   
    Setting ParentID to 5    bf2fc29c-7727-b00d-fa4a-34f22ea9ec1d
    The following is the complete Method’s code from the corresponded reflector:
    private bool UpdateParentID(DataSet taskDS, DataRow row, SPListItem listItem, Dictionary<Guid, SPListItem> redoEntries)
    bool flag = false;
    int index = taskDS.Tables[0].DefaultView.Find((object) DataRowExtensions.Field<Guid>(row, "TASK_PARENT_UID"));
    if (index >= 0)
    Guid? nullable = DataRowExtensions.Field<Guid?>(taskDS.Tables[0].DefaultView[index].Row, "WSS_LISTITEM_UID");
    int num = -1;
    if (listItem.Fields.ContainsField("ParentID"))
    if (nullable.HasValue)
    try
    // STEP 1
    num = this.GetCachedListItemByUniqueId(listItem.ParentList, nullable.Value).ID;
    catch (ArgumentException ex)
    if (redoEntries != null)
    if (!redoEntries.ContainsKey(DataRowExtensions.Field<Guid>(row, "TASK_UID")))
    redoEntries.Add(DataRowExtensions.Field<Guid>(row, "TASK_UID"), listItem);
    //STEP 2
    if (num != -1 && ((SPItem) listItem)["ParentID"] != (System.ValueType) num)
    ((SPItem) listItem)["ParentID"] = (object) num;
    ULS.SendTraceTag(845443U, (ULSCatBase) ULSCat.msoulscat_PS_ProjectSharepointIntegration, ULSTraceLevel.Verbose, "Setting ParentID to {0}", new object[1]
    ((SPItem) listItem)["ParentID"]
    //STEP 3
    flag = true;
    else if (((SPItem) listItem)["ParentID"] != null)
    ((SPItem) listItem)["ParentID"] = (object) null;
    ULS.SendTraceTag(2495056U, (ULSCatBase) ULSCat.msoulscat_PS_ProjectSharepointIntegration, ULSTraceLevel.Verbose, "Resetting ParentID to null");
    flag = true;
    return flag;
    Any thoughts about it would be much appreciated!

  • I recently installed MacKeeper on my iMac.  It was a disaster.  I lost applications and files.  Fortunately I had back up.  Worst of all it did something to my system software that it takes about 7 minuts to stat-up.  What can I do to get it to start-up f

    Version:1.0 StartHTML:0000000186 EndHTML:0000002354 StartFragment:0000001670 EndFragment:0000002318 SourceURL:file:///Users/armandodiaz/Desktop/I%20recently%20installed%20MacK.doc                   
    I recently installed MacKeeper on my iMac. It was a disaster.  I lost applications and files. Fortunately I had back up. Worst of all it did something to my system software that it takes about 7 minuts to stat-up.  What can I do to get it to start-up faster?
    Thanks

    How to Remove MacKeeper
    Given you have a backup you may want to think about erasing the hard drive and reinstalling Snow Leopard then restore your backup.

  • F4 Input Help in Variable Screen takes about 30 Minutes to display.

    Hello Experts,
    We have a web-report in which the time taken to display all the entries in F4 Input Help of the variable screen takes about 30 minutes. Have anyone experienced so long a wait time while accessing F4 Input Help in the variable screen and is there anything that we can do to reduce this wait time.
    Thanks
    Arvind

    For BEx Web 7.0 make sure you have the attributes suppressed in help with the instructions from note below:
    https://service.sap.com/sap/support/notes/1144979
    Also apply the optimizations provided in the notes below:
    https://service.sap.com/sap/support/notes/1374724
    https://service.sap.com/sap/support/notes/1379804
    https://service.sap.com/sap/support/notes/1266510
    Also you could try changing the read mode of the F4 help depending on the size of the cube and MD tables.

  • My N80 takes about 3 minutes to send a text!!!

    Hey!! My Nokia N80 takes about 3 minutes to send a text message, does this happen to anyone else? Whilst the message is sending my phone will not allow me to do anything else. Is this normal? Should it happen? My N80 is also very slow when going through the menu's, is it to do with the software, if so, how do I go about getting it updated, or could it be case if changing the phone? please help
    Matthew Deakins

    download and install Nokia's SMS Accellerator app
    http://www.europe.nokia.com/A4149142
    N80 Generic v4.0623.0.42, N80 Orange v4.0623.0.41, 6288 Generic v5.92, SE K750i

  • Strange: suddenly logic takes about ten minutes to start!

    hi!
    some hours ago I worked on a logic film underscore project. so i had a quicktime movie loaded in my project.
    then I opened the final cut project from which the movie was from. I don't remember if I closed the logic project before, but the actual movie file was just a bounce, not used by both of the apps.
    when I tried to open the logic project later it seemed to stop doing anything just after closing the startup screen, so I thought there was a problem with final cut causing logic to crash.
    As final cut always takes "hours" to check the waves plugins on every booting, I always swich between special logic- and fcp- sets in "AudioUnit Manager", a tool to have different configs of AUs for different apps or so. Never had any problem for years with that.
    So I tried everything with the AU plugins. nothing.
    Then I renewed logic's prefs and all that stuff. nothing. then I installed the new pro application support. HEEY! it worked again. but just for a while.
    opening other (even small) projects still takes about ten minutes now. nice coffee pause..:-) but I can't drink that much coffee at night.
    what can it be? a problem with the project manager?
    any suggestion?
    cheers
    david
    PPC Dual G5, 2,5 GHz   Mac OS X (10.4.8)   2,5 GB RAM FW410

    are you using sample base instruments in those projects a lot using exs or kontakt? when paths to samples get messed up for some reason it can result in along waiting times each time a project is loaded.
    lately my kontakt samples get loaded without any sign of activity. if it is a large orchestral score i see a dead screen for quite a while before suddenly everything pops up and is ready to work with. i recall seeing progress bars or similar things in the past though...
    repair permissions and defragging (idefrag) may help as well.
    btw. i can drink as much coffee as i want late at night, even five minutes later i can sleep well. seems i am immune. but right now i am also having plenty of hardware issues to deal with so that's a good thing i guess...!

  • My iPhone 3GS on iOS 5.1 will randomly stop what I'm doing show a black screen then the spinning icon and then it shows my lockscreen. It takes about a minute to do this and it does it about 30 times a day. How do I fix this?

    My iPhone 3GS on iOS 5.1 will randomly stop what I'm doing show a black screen then the spinning icon and then it shows my lockscreen. It takes about a minute to do this and it does it about 30 times a day. How do I fix this? It is EXTREMELY ANNOYING!

    No, sounds like when you dropped it an cracked the screen it may have also damaged the logic board or the repair person damaged a cable.

  • Once my iMac and Macbook Pro go to sleep and I start them it takes about one minute to connect to my wi-fi is there a setting change that would connect me immediately?

    When my iMac, Macbook Pro, iPad and iPhone go to sleep it takes about one minute to connect to my wi-fi when they are awakened, is there a setting that will keep my wi-fi connected at all times?

    http://www.macworld.co.uk/news/mac-software/mac-os-x-yosemite-wifi-airdrop-fix-u pdate-new-features-bugs-uk-video-10-10-2-3493748/
    "Here's everything you need to know about Mac OS X Yosemite and the WiFi issues that are plaguing users, including a possible fix. Plus discover the new features that have arrived with OS X 10.10 and the fixes that arrived 10.10.2."
    That fix was supposed to resolve the WiFi problems.

  • Start of Server takes about 60 minutes (every time)

    Hi all,
    Have a problem with NWCE. Every time i start the system it takes about 60 minutes until the system is up. I've tried different templates but the result is always the same.
    My hardware:
    Windows XP SP2
    4 GB of RAM
    IntelCore2 - 1,8 GHz
    So what could be the problems?
    Regards,
    Daniel

    Hi,
    Open MMC and double click on database instance and login with control user and then start the remaining instances.it will take less time.
    Go to services.mmc in your pc and manually start the database services.
    Thanks and Regards,
    gopal

  • When I start my iMac up it takes about 20 minutes to start

    Hi since a few weeks, whenever I reboot my iMac it takes about 20 minutes before the login screen appears.  Is it possible that a program called "daisydisk" has something to do with it?

    Hello:
    If you have some third-party software (translate daisydisk) installed, remove it.  That is the first place to start.
    Barry

  • Mac book now takes about 10 minutes to start up and all applications "unexpectedly quit" every time before they've opened. What did I do???

    Mac book takes about 10 minutes to start up and all applications "unexpectedly quit" even before they open. What did I do???

    are you using sample base instruments in those projects a lot using exs or kontakt? when paths to samples get messed up for some reason it can result in along waiting times each time a project is loaded.
    lately my kontakt samples get loaded without any sign of activity. if it is a large orchestral score i see a dead screen for quite a while before suddenly everything pops up and is ready to work with. i recall seeing progress bars or similar things in the past though...
    repair permissions and defragging (idefrag) may help as well.
    btw. i can drink as much coffee as i want late at night, even five minutes later i can sleep well. seems i am immune. but right now i am also having plenty of hardware issues to deal with so that's a good thing i guess...!

  • I have updated PS CS6 ver. 13 to 13.01 and now it takes about 15 minutes to open.

    I have updated PS CS6 ver. 13 to 13.01 and now it takes about 15 minutes to open.  When I go to save an image in jpg, the only way it works is if I select Photoshop 2.0.  Need help!

    See Here for keeping your Mac Happy...
    http://support.apple.com/kb/HT1147
    http://www.thexlab.com/faqs/maintainingmacosx.html
    http://www.thexlab.com/faqs/performance.html

  • Since a downloaded mavericks excel and powerpoint flashes in my desktop and it takes about 5 minutes to open my laptop

    since a downloaded mavericks 10.9.2 excel and powerpoint flashes in my desktop everytime i switch on my laptop and it takes about 5 minutes to open my laptop

    Checked to see how much space is available ??
    Click your Apple menu  top left in your screen. From the drop down menu click About This Mac > More Info > Storage
    Make sure there's at least 15% free disk space.
    Less can cause the problems you are describing.

  • My imac takes about eight minutes to be fully functional after a cold start or from the sleep mode. The hard drive sounds like it has to go through a number of gyrations before being fully loaded. When I first bought the imac start up was much faster

    My Imac takes about 8 minutes to be fully functional after a restart or awakened from the sleep mode. I can hear the hard drive making a number of gyrations before it's ready to let me do stuff. This is a 5 year old machine and was much faster in the beginning. Any suggestions?

    Impossible to say however it may need more RAM, or if you have been turning it off every day it isn't given the opportunity to run it's daily, weekly and monthly maintenance. This is all done in the background in the middle of the night. I would recommend following the steps in 25 Ways to Speed Up Your Mac until you find the cause of your slowdown.

  • My Satellite is really slow and takes about 10 minutes to logon

    Hi,
    My satellite notebook is really slow and takes about 10 minutes to logon. It also takes quite some time to open up applications especially the internet. Once the internet is open, it takes quite some time to access the net. The application actually drags across the scene and it looks like a closing curtain in extra slow motion.
    Help needed.
    Regards
    Russ

    Hi
    Did you check the CPU usage rate?
    Start the task manager and check if any strange background processes needs the full CPU performance.
    I would also recommend checking the notebook for some viruses and malware. Such programs could make the notebook and OS sluggish.
    On the other hand the notebook hardware could malfunction.
    You should check the memory using the Memtest86 program. Its freeware. Check the HDD for bad sectors and try also to defragment the HDD!

Maybe you are looking for