Can multiple 1394 Controllers be switched in and out of operation and configured correctly?

The test system I'm working on has a 'core' VXI System using a Slot-0 1394 Controller that is always powered up but also requires other systems to be switched in and out as required under the control of LabVIEW 7.1 software. The interface to all of the VXI systems is made via PCI Firewire interface to the single controlling PC.
The test system needs to be able to perform various sequences of actions using multiple peripheral systems but always with the 'core' system powered up. An example sequence would be:
1) Power up the 'core' VXI system and communicate with the instruments
2) Power up  peripheral VXI system '1' and communicate with the instruments
3) Power down  peripheral VXI system '1' 
4) Power up  peripheral VXI system '2' and communicate with the instruments
5) Power down  peripheral VXI system '2'
6) Power down the 'core' VXI system
In order to simulate the above sequence of actions in a test environment I have two VXI Chassis systems and three Slot-0 Controllers which I have attempted to use as follows:
1) Power up VXI Chassis 1 and communicate with the instruments
2) Power up peripheral VXI Chassis 2 and communicate with the instruments
3) Power down  VXI Chassis 2 and replace the Slot-0 Controller 
4) Power up VXI Chassis 2 with the new Slot-0 Controller and communicate with the instruments
5) Power down VXI Chassis 2
6) Power down VXI Chassis 1
I have registered all of the Slot-0 Controllers in MAX beforehand and they are persistent and appear as VXI systems '0'-'2' in the GUI.
I have run resman programmatically in LabVIEW 7.1 (using NI-VXI 3.3.1 and the suggested patch) using a command line of "resman -b'n' -o" (where 'n' is the system number) in order to run the executable silently (which will be required for the completed test system). Resman is run after the power up of each chassis (for that VXI system only) in steps 1 and 2 and works ok at these stages. When resman is run after the power up in step '4' however, resman crashes along with LabVIEW.
As an extra test I tried just attempting to 'find' each of the systems using the 'VISA find resource' VI after the power-up of each VXI system but without performing any other actions (i.e. running resman or communicating with the instruments). For steps 1 and 2 this also works ok but in step 4 this again results in a fatal crash in LabVIEW. 
Could you tell me if these crashes are to be expected or if I am doing something wrong?
thanks
Lee Hutchinson
Test Software Engineer
BAE Systems
Waterlooville
Hants

Hi Lee,
In the VXI-1394 User Manual we say that you should always have VXI unit powered up before the PC. I think this would go for peripheral VXI units as well. For this system to work stabley I would have thought that you need to power up the peripheral VXI chassis, then the core then the PC.  The way you are doing it at the moment you are effectively replacing one 1394 controller with another and I don't think the PC will be able to handle the references to them in this manner.
Regards
Jon B
Applications Engineer
NIUK

Similar Messages

  • Service cannot be started. Microsoft.VirtualManager.DB.CarmineSqlException: Unable to connect to the VMM database. Ensure that the SQL Server is running and configured correctly

    Hi All,
    I am setting up SCVMM 2012 R2 in a production environment. Whenever I restart the SCVMM virtual machine the VMM service doesn't start automatically, I have to manually start it. I checked the VMM logs and in the event viewer i find the below error,
    Service cannot be started. Microsoft.VirtualManager.DB.CarmineSqlException: Unable to connect to the VMM database. Ensure that the SQL Server is running and configured correctly. ---> System.Data.SqlClient.SqlException: Cannot open database "VirtualManagerDB"
    requested by the login. The login failed. Login failed for user 'NXTRA\VMMSVC'. at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject
    stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean&
    dataReady) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.Sq...
    I added the 'VMMSVC' account as db_owner and sysadmin and also NT_Authority\System with same permissions still the service doesn't start on the start up.
    I googled a lot and I find the threads with the error containing "General failure" but not with the above. Can someone please help me to find out why this error is occuring.
    Thanks,
    Ravi

    It's often only a problem of the service dependencies. SCVMM starts to fast, SQL server on the same machine in not initialized yet. Here are working service dependencies to ensure SQL server is initializes before SCVMM starts.
    You can set the service dependencies directly in regedit (as always: be careful modifying the registry ...)
    Here is the content of a reg file setting the dependency.
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SCVMMService]
    "DependOnService"=hex(7):53,00,51,00,4c,00,53,00,45,00,52,00,56,00,45,00,52,00,\
      41,00,47,00,45,00,4e,00,54,00,00,00,53,00,51,00,4c,00,42,00,72,00,6f,00,77,\
      00,73,00,65,00,72,00,00,00,53,00,51,00,4c,00,57,00,72,00,69,00,74,00,65,00,\
      72,00,00,00,4d,00,53,00,53,00,51,00,4c,00,46,00,44,00,4c,00,61,00,75,00,6e,\
      00,63,00,68,00,65,00,72,00,00,00,00,00

  • Drivers are installed and configured correctly but PHP can still not find them

    Hi,
    I am trying to test my application on and IIS/MSSQL setup before trying to deploy it to a customer's site. I have a clean install of IIS, SQL Server and PHP. The Servers appear to be configured correctly. I have downloaded and installed drivers according
    to the Microsoft documentation. I have made sure the module is enabled in IIS and the entry isin the PHP.ini file.
    Using "PHP -i" in powershell gives:
    PHP Startup: Unable to load dynamic library
    'C:\xampp\php\ext\php_pdo_sqlsrv_55_nts.dll' - The specified module could not be found.
    I am using the PHP from my xampp installation as I need the newer version of PHP to support my application. The PHP version is 5.6.3.
    When I try to connect to the database in PHP I get: 
    #0 CACDB::fail(could not find driver) called at [C:\plato\dal\dbconn.php:24]
    #1 CACDB->__construct() called at [C:\plato\dal\dbconn.php:36]
    #2 CACDB::Connection() called at [C:\plato\dal\user.php:17] 
    Thanks in advance,
    Dion

    You should be able to disable that item in the device manager console?also I'm fairly sure there is a "Stop bugging me about this" option when Vista finds new hardware. Sorry for the vague reply, I'm nowhere near any Vista PC's right now

  • How can i control a toggle switch manually and automatica​lly?

    Hello,
    I want to know how can it be possible to automatically flip a toggle switch when data comes in.
    I know this can be done manually, but what about automatically, without any user?

    I would suggest to place the booleans into a 2D array, less things to shuffle.
    See attached example (LabVIEW 7.0)
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    SWITCHES01.vi ‏41 KB

  • Can multiple users share 1 address book w/out MobileMe?

    To date we've used MobileMe, so synchronizing our address book amongst two user accounts (1 MacBook) was easy. However, that's the ONLY service of MobileMe I use anymore. It's just WAY too expensive for what it provides, especially compared to free services like Google. Thus, we're not renewing.
    QUESTION: Is it possible to copy the address book file to a shared folder and share it like one would an iphoto or itunes library? Just checking before I try it, in case something explodes. Also, where is the file located? Thanks in advance!
    p.s. Sorry if this is a repeat (likely)- I checked the first several pages and couldn't find anything.

    You could try Address Book and Calendar Server (http://www.addressbookserver.com) which lets you share your contacts with your own server running on your own network.
    PS: I am the developer of AddressBookServer so naturally biased towards it.

  • Etherchannel between stack switches[3750] and standalone switch[3560]

    Hi,
    I have 2*3750 switches in stack as core and 1*3560 switch in access layer. I want to enable ether channel between stack switch[3750A & 3750B] and 3560 switches.
    Have connected  2 links from 3560 switch to stack switch, one link to 3750A and other link to 3750B. Will it work in this way as per my requirement? 
    or i should enabled stacking on 3560 switch too and configure cross-stack ether channel between 3750 stack and 3560 stack. i refered few cisco documents, but the cross stack etherchannel configuration example has 3750 at both end stacks.
    Rgds...
    VikramS

    Hi,
     This should work fine as per you set up, the 3750 stack will be acting as one switch, which means that the ether-channel configuration should be straight forward. There is no need to stack the 3560 for this to work, also the 3560 are not stackable.
    Hope this helps.

  • Install and configuring SAMBA in Solaris 8.0

    Hi
    Can any one help tme to install and configure SAMBA on solaris 8.0
    Thanks in advance

    We don't provide sudo for Solaris 8, but you can try with the package available there : http://www.sudo.ws/sudo/download.html#binary
    They don't provide a specific package for Solaris 8 but may be will the binary working correctly in your zone.
    An other package, and is builded for Solaris 8, is available on www.sunfreeware.com website.
    Regarding the configuration, the method can differ depending on which version you will use. You can find a lot of examples on Internet if you want for details.

  • Want a XI installation and configuration guide

    Hi,
    Can anybody send me the XI installation and configuration guide which has all the installation steps and post configuration steps explained in detail.
    Please send it to me on [email protected]
    Thanks n Regards
    Chirag Gohil

    Check these links,
    Installation Guide
    http://help.sap.com/bp_bpmv130/Documentation/Installation/XI30InstallGuide.pdf
    Configuration Guide
    http://help.sap.com/bp_bpmv130/Documentation/Installation/Configuration_Guide_FP.pdf
    Regards
    Bhavesh

  • Troubleshooting and Configuration Guide

    HI, Can someone help me with the Troubleshooting and configuration guide for L3 VPN i.e--MPLS and L2 VPN i.e--ATM, FR
    Regards
    Raghav

    Hi Raghav
    Maybe you can tell us what exactly within MPLS VPNs you are trying to troubleshoot, if its basic troubleshooting, maybe this will help
    http://www.cisco.com/warp/public/105/mpls_vpn_tsh.html
    HTH
    Maamun

  • Installing and Configuring OBIA with OBIEE, Informatica, DAC

    Hi
    Can anybody send me set up procedure for , how to install and configure OBIA with OBIEE, Informatica and DAC?
    mail Id : [email protected]
    Thnks In advance.

    Hi,
    the setup procedure depends on your Oracle BI Apps version.
    You can find all Oracle documentation to install and configure Oracle BI Apps from this URL :
    http://www.oracle.com/technetwork/middleware/bi-foundation/documentation/bi-apps-098545.html
    hope it helps,
    Benoit

  • Need multiple 'MAIL' Icons.   Have two mail accounts and i want to keep them separate but want to EASILY switch back and forth from the main screen instead of going through, Settings, Mail, and selecting account. Major pain

    Have two mail accounts and i want to keep them separate but want to EASILY switch back and forth from the main screen instead of going through, Settings, Mail, and selecting account. Major pain the butt.  This has been a request from Apple users for many years.    it's great you can now combine all emails into one, but some people want them kept separate and have separate icons on the main page.   They could easily do this by having one "MAIL" account as white and another red.  Or put MAIL 1 and MAIL 2.    Or an actual label that the mail accounts are called on the ICONS!!  
    Help!

    eshghoolak wrote:
    ...I could switch back and forth between accounts while in the mailbox, with one button.  I think that is what you are referring to?  Whoever said it's just a simple switching - you obviously haven't had the pleasure of using an Android device.  It's not that quick to go back and forth - definitely not efficient...
    Not that it matters a lot, Android vs iPhone interface is largely a matter of personal preference and what you know... I'm not sure which one you're saying is not efficient...
    In any event...
    I currently have two email accounts setup.  My iPhone main page Mailbox settings reads:
    Mailboxes
    Inboxes
    All Inboxes
    Gmail
    [email protected]
    Accounts
    Gmail
    [email protected]
    I wish there an efficient way to move back and forth while in the "Inbox" between accounts.  Also, Why does one gmail account show as "Gmail" and another as the actually address?
    The names are based on the names you gave the accounts when you set them up.
    Settings>Mail, Contacts, Calendars.
    Tap the account you want to re-name. Go to the "Description" field and put in what ever you want.
    Second, there is no way to quickly choose a bunch of emails to delete. I have to manually go into each one and move it to the Trash folder.
    If you tap the edit button in the upper right while in mail, you can select multiple items to move, delete or mark (flag).
    I don't want any of the condescending remarks, that I've read here and in other forums.  I'm honestly looking for a solution, which I think you are too!  One thing I realized is that iPhone users in these forums are really defensive and quick to say "that's how it is, live with it, if you don't like it go away"  Um...the only thing that tells me is you are pretty bitter and have kept telling yourself that, to force yourself to like your device.  I prefer to express my issues, and find solutions.  There is ALWAYS a solution...
    I think what you will find is that many people here, myself included, tend to get a bit short with people who start off with attacks or whining about how something has been asked for for years and should be easy, rant about things that have already been beaten to death multiple times in the forums, talk about how much better Android or BB are at something (really... if it's that much better, why did they buy an iPhone to begin with?), etc., or continue to ask questions that could easily be answered with a simple search, or even just by looking back at the last dozen posts to the forum, half of which probably asked the EXACT SAME question.
    I don't think any of us go out of our way to be rude or uncivil.  That said, attacking the people who are attempting to help you is much more likely to generate a response of 'if you don't like it, go away', than it is to generate something that will be truly helpful.

  • Hi I can't update my apps when I try to update it asks for password when used it goes back to update. I think I'm not alone and have tried changing date switching off signing out and in and rebooting. Is there a solution or do I need to take it in?

    I can't update my apps each time it asks for password when entered it goes straight back to update. I don't think I am alone in this. I have tried changing the date, rebooting, switching off and on signing out and nothing works. Does anyone know of a solution or will I have to take it to an apple shop. My misses has no trouble with her updates, they are both on iOS 6. Hope someone can help.

    Tried that just said cant connect to iTunes Store which was different.

  • I have an iphone 4 for verizon and i am going to switch phones and get a droid motorolla 4g phone and the droid doesnt have a sim card. does my iphone 4 have a sim card that i can put in the droid? can i buy sim cards separately online for the droid?

    i have an iphone 4 for verizon and i am going to switch phones and get a droid motorolla 4g phone and the droid doesnt have a sim card. does my iphone 4 have a sim card that i can put in the droid? can i buy sim cards separately online for the droid?

    Brandon2184 wrote:
    The iPhone 4 uses a "Nano SIM"
    The CDMA iPhone 4 does not use a SIM at all. There is no SIM slot. It is a pure CDMA phone.

  • I have multiple devices (imacs, lap tops and ipads) all connected to a NAS server.  Can I create a user for myself and one for my wife, and each have our own apple ID, and Itunes accounts, but all share the same media on NAS drives?

    I have multiple devices (iMacs, Lap tops, Ipads) all connected to a Nas Drive.  Can I create a user for myself and one for my wife and we each have our own apple ID's, Itunes etc, but share the same data on the hard drives?  So when she logs in, and sync's her ipads, they will sync with her stuff and when I do the same under my user account, on the same device, my ipads will sync with my stuff?

    You can share the same Apple ID for purchasng form the iTunes and app stores without any problems, but you should all used separate iCloud accounts with separate Apple IDs.  (You are not required to use the same ID for iCloud and other services as you do for the iTunes store.)  This will prevent you from ending up with merged data.  You should also use separate Apple IDs for iMessage and FaceTime or you will end up getting each other's text messages and FaceTime calls.
    This article may be of interest: http://www.macstories.net/stories/ios-5-icloud-tips-sharing-an-apple-id-with-you r-family/, as well as this video: http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l.

  • New to Apple products (finally) - can I use my Itunes account with multiple products e.g. Iphone and Ipad?

    New to Apple products (finally) - can I use my Itunes account with multiple products e.g. Iphone and Ipad?

    Oh yes! Apple will be happy for you to buy as many Apple products as you can afford.
    As and when needed, each can be given its own selections of content to sync with.
    tt2

Maybe you are looking for

  • Just bought a Refurb AirPort Extreme card for a fw800 g4...

    OK, bought this card cheap from the apple store, install it into the airport slot, fits good. If I go to start it up w/ this car din place, all I get is the fans going on full blast. If I remove the card, the system works fine. AM I missing something

  • What is exact meaning of bellow

    Hello friends,                       i am purches  BlackBerry OS 5.0.0.973 for 8530 .    i didnt know what is the following property mening of bello what is mean by bellow red color. Package Version: 5.0.0.1708 Consisting of: Applications: 5.0.0.973

  • X-fi xtreme Microphone not working AGAI

    Does anyone know why my 5. X-fi does not let my Microphone work....... I bought a Audigy 5. & the Mic never worked, took it back to shop & changed it to this more expensi've sound card & still the microphone don't work.When i put in my 5. sound card

  • Collapsable Panel Nav

    I am trying to create a vertical navigation bar that has 5 large main categories and then up to 15 sub pages underneath.  I want the 5 large main categories to autocollapse but also when someone navigates to a sub-page it highlights that particular n

  • Help needed with Game AI - cash waiting

    Hi everyone, I have created a game (java applet). Works fully, and has some basic game strategies, but I need to implement some complex AI strategies - such as minimax? minimax(alpha-beta)? A* ? End game database? - I need any two. If you are good wi