I want to use two analog channels and one digital simultaneo​usly

Hello and thanks in advance for reading this!
What I am trying to do is generate two different signals from the output channels of my interface card (PCI6024E) and simultaneously use a digital line so that I can switch two tranzistors (one NPN, one PNP) which actually control the "flow" of the two signals. This means that both signals need to be "active" while the VI is running and at the same time whenever I want to choose the signal not in use I need to use the digital line so that I switch the tranzistors and I get the desired signal.
I have already created a VI which activates a digital line and while I was trying to add with the NI-DAQmx Assistant the first digital output, I discovered that it c
ould not be used simultaneously, because there was the error code -200324 saying that "Device not available in NI-DAQmx. It is possible that the device is being used by Traditional NI-DAQ or that the device is being reset."
I did reset the device but as I get it when VI runs, it cannot have an active digital channel and an analog output channel at the same time (not to mention two analog channels). Correct me (And make my day if I am wrong but this seems to be the case. Thanks a lot for your time!

Hey Shootist000,  Thanks for the replies.  First off, I am actually okay if we both have each other applications so I am not concerned about that. It is still unclear from what you have said as to whether I can in fact, use these two separte time machine backup to create two separate profiles on the new hard drive.  If that in fact can be done, then - will it create two copies of the apps we both have in the ROOT of the drive as well as placing all the ones we each have separately?
And reading your second reply, makes me think that maybe the partition is the way to go to begin with and then down the road - after I am in the new iMac, I could reformat the iMac 27 with only one partion and restore my son's latest back prior to the reformat thus giving him full access to the 2 TB of the drive.
If this is still making sense, does this mean :
replace the 1TB with a 2TB - but have it partitione - 1.5 TB & 500 GB.
Install(Restore using Time Machine) my latest back up prior to the  1.5 partition
Install (Restore using Time Machine) my son's latest back up prior to the 500 gig partition
Lastly, in order for us both to be using the partioned computer - I am assuming Switch user can no longer be used - so would we need to restart and select our respective partions in order to use the computer?   And if so, how would we each be able to be using time machine to back up - two separte external hard drives - with each one dedicated to only one partition? Or ? 
Thanks so much.
Ironically, I am only trying to do this so that I don't need to manually install all his apps, setting, games, blah blah for this temporary period.  :-)

Similar Messages

  • Can we use two Communication channels for one Interafce

    Hi All,
    Can we achive this in XI .
    on basis of one value of field
    If we get a value X=0  then use CC1
    if we get a value X=1 then use CC2
    for Single Interface.........
    Regards

    Hi Gangadhar,
    i am working same scenario.
    the scenarios is
    Proxy->PI->JDBC
    the condition is
    IF Flag =0 it will sent to JDBC ,
    IF Flag =1 it will sent to file and Mail
    in mail it comes as a attachment.
    I have achived this scenario using multi mapping in IR.
    In ID  i have used one bussiness system as Abap related and one is Bussiness Service.In that Bussiness system i have assign two Communiction Channesl.
    In Reciever determination u have to select STANDARD and assing the recievers.
    In interface dermination u have to select ENHANCED.
    Please do these steps u r scenario will work fine.
    Thanks
    Ravi

  • Using two Nike+ Nanos and one iTunes Library

    Hi,
    I have a Nike+ account and a nano. I am considering buying my wife a Nike+ kit to go with her nano.
    We share a single iTunes library.
    Can we use two nanos with different Nike+ accounts from the same iTunes account? And both upload our runs to our own accounts without confusion?

    You can always setup seperate accounts on your Mac for you & your wife & place the library in /Users/Shared/ as an alternative. However, as others have posted, the settings for Nike+ are per iPod.

  • How can I use two single-dimensional arrays-one for the titles and array

    I want to Use two single-dimensional arrays-one for the titles and one for the ID
    Could everyone help me how can i write the code for it?
    Flower
    public class Video
    public static void main(String[] args) throws Exception
    int[][] ID =
    { {145,147,148},
    {146,149, 150} };
    String[][] Titles=
    { {"Barney","True Grit","The night before Christmas"},
    {"Lalla", "Jacke Chan", "Metal"} };
    int x, y;
    int r, c;
    System.out.println("List before Sort");
    for(c =0; c< 3; ++c)
    for(r=0; r< 3; ++ r)
    System.out.println("ID:" + ID[c][r]+ "\tTitle: " + Titles[c][r]);
    System.out.println("\nAfter Sort:");
    for(c =0; c< 3; ++c)
    for(r=0; r< 3; ++ r)
    System.out.println("ID:" + ID[c][r]+ "\tTitle: " + Titles[c][r]);

    This is one of the most bizarre questions I have seen here:
    public class Video
    public static void main(String[] args) throws Exception
    int[] ID = {145,147,148, 146,149, 150};
    String[] Titles= {"Barney","True Grit","The night before Christmas", "Lalla", "Jacke Chan", "Metal"};
    System.out.println("List before Sort");
    for(int i = 0; i < Titles.length; i++)
       System.out.println("ID:" + ID[i]+ "\tTitle: " + Titles);
    System.out.println("\nAfter Sort:");
    for(int i = 0; c < Titles.length; i++)
    System.out.println("ID:" + ID[i]+ "\tTitle: " + Titles[i]);
    Generally you don't use prefix (++c) operators in you for loop. Use postfix (c++).
    Prefix means that it will increment the variable before the loop body is executed. Postfix will cause it to increment after.

  • Log an analog channel and counter period channel to hard disk simultaneously

    We are in a rush, and need to log one analog channel and one counter period measurement to disk simultaneoulsy using card controlled timing and set # of samples. Should be easy, but can't figure it out. Labview 6.1 we have & DAQ 6013E we just bought.

    Greetings,
    With regards to logging analog input data to file, I would suggest that you examine the examples available in the following location:
    Examples >> Hardware Input and Output >> DAQ >> Analog Input >> Stream to Disk
    Because you are interested in a finite number of samples, you should look at Acq N Scans to File (wdt).vi.
    With regards to logging period measurement data to file, I would suggest that you examine the following example:
    Examples >> Hardware Input and Output >> DAQ >> Counters >> DAQ-STC >> Measure Buffered Period (DAQ-STC).vi
    This example does not log to file, but it does demonstrate how to program a buffered period measurement. You will need to add the logging functionality to this VI as demonstrated in Analog Input >> Stre
    am to Disk.
    Good luck with your application.
    Spencer S.

  • How can I use two analog output channels simultaneously?

    I am using PCI6110 DAQ card. I want to run two separate VIs on one computer. Each VI output a waveform to one analog output channel. How can I do this simultaneously without interfering each other?
    Thanks

    Hi Stephen,
    This can NOT be done with two seperate VI's.
    The issue is in the hardware/driver.
    Your hardware has a clock that controls how fast updates to the AO occur. That clock can only have one value at a time. I will let your contemplate the complications that come up with two different clock settings being active at the same time (see below).
    So how do you work around this complication?
    You will have to develop a single VI that OWNs both output channels. That VI will have to accept start,stop,configure, etc commands from the two clients (what you will have to convert your existing VI's into). If you decide to place a restriction on the services you provide to the clients along the line of "only one sample rate at a time" you will be making your li
    fe much easier.
    If I was contracted by a customer to do what you have asked, I would try to combine the two existing VI's into one or simply buy a second 6110 and avoid all of the hassles. Both of these approaches would end up saving the customer money in the long run while freeing them of any restrictions that where established in order to develop the "server".
    I hope this helps,
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • I was using iphone4 and iphone5 as well,i want to use two different apple id but dont want to loose the apps and data's .I still want to use same datas but with different id is it possible ..?

    I want to create new apple id, but dont want to loose existing data's downloaded using existing id.I still want to use two apple id

    No. All apps purchased are forever linked to the original ID and there is no way to transfer them.

  • Data aquisition from spectrophotometer in two analog channels, X-Y plot

    Dear colleagues!
    I am new to LabView and I am only starting to learn the system (I have never been a programmer, I'm a chemist to be precise).
    I have before me a task to interface an old analog scanning spectrophotometer to PC via LabView.
    It has two output analog channels: one is wavelength (two ranges, currenlty let it be 190 to 390 nm; it reads on multimeter as 0.19-0.39 V range) and another one is absorbance (0-1V range). An UV spectrum sholud be an X-Y graph wherein X is wavelength and Y is absorbance.
    I am able to read one channel OR another. I am able to read BOTH channels simultaneously, but how can I plot them AGAINST each other, not against TIME?
    I am using DAQPad-1200 (LPT interface) and LabView 6.1 (that's why I am unable to read most of the VI's posted on the forum ).
    Is such an interfacing even possible given my software and hardware limitations???
    Thank you all in advance!

    Thanks a lot, johnsold!
    I am now able to get something which looks like an UV spectrum! %)
    1. I will post an image (later); however, my primary objective is to get two columns of numbers, not necessary to see an X-Y graph onscreen.
    2. Without inserting arrays like I did LV always tells about error connecting this data line from two channels to save "2-D data to file" option telling me that input is 1D!
    3. I have a manual for the device, it has all of the schematics. I am no electrician though. I will post scanned circuit diagrams then when I manage to scan them.
    Now I see two more opportunities to control the device.
    A. There is a circuit (+12V DC) on the rear of one of the modlues, which, if shorted for at least 500 milliseconds (according to Tracor manual) can initialize automatic scan. How can this be done using Labview and DAQ device? My first guess is to use an analog output and some kind of a relay, either electromagentic or semiconductor one. Is there any other possibility?
    B. In my code I am always asked to write to a file after I initialize the sequence. Can this be done AFTER the sequence is finished?
    C. Finally, is it possible to automatically stop the While loop when the number generated by shift register becomes equal to 190?
    Here are attached a new code and a sample of data.
    Attachments:
    Tracor970A-v1.0.vi ‏53 KB
    UV-test-01.txt ‏15 KB

  • HT4436 I have 2 I phone which is using same apple id to back to icloud and restore it. I want to use different id on the one phone what can I do or change the id?

    I have 2 I phone which is using same apple id to back to icloud and restore it. I want to use different id on the one phone what can I do or change the id?

    Welcome to the Apple community.
    In order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add a new account by tapping the "create Apple ID" button. (Settings > iCloud, scroll down and hit "Delete Account")

  • Can I use two Time Capsules? one as an extension of my laptop (for music and video storage) and the other one to back up everything from the laptop and  Time Capsule (for music and videos)

    Can I use two Time Capsules? one as an extension of my laptop (for music and video storage) and the other one to back up everything from the laptop and  Time Capsule (for music and videos)

    Not via Time Machine.   It cannot back up from a network location.
    The 3rd-party apps CarbonCopyCloner and ChronoSync may be workable alternatives.
    EDIT:  And, if you're going to do that, you could back up from the Time Capsule to a USB drive connected to the TC's USB port.  Second TC not required.
    Message was edited by: Pondini

  • Trying to update my apps but it keeps saying update my credit card,I don't want to use a credit card and I can't delete the one that's on my account

    Trying to update my apps but it keeps saying update my credit card,I don't want to use a credit card and I can't delete the one that's on my account

    If you're positive the information is correct, ask the issuing bank why the transaction is being rejected.
    You're getting this error because the store can not authorize the card with your bank.

  • I have IPod classic that I have been extremely happy with. I now have purchased ipod nano and Iphone. the older version and the new 2.2 are not compatiable. I want to use all my IPods and Iphone,

    have IPod classic that I have been extremely happy with. I now have purchased ipod nano and Iphone. the older version and the new 2.2 are not compatiable. I want to use all my IPods and Iphone, but I only have my one computer, how can I update all of my Apple products. I want to use them all.

    Hello graingers45,
    graingers45 wrote:
    have IPod classic that I have been extremely happy with. I now have purchased ipod nano and Iphone. the older version and the new 2.2 are not compatiable. I want to use all my IPods and Iphone, but I only have my one computer, how can I update all of my Apple products. I want to use them all.
    What do you mean it isn't' compatible?  What isn't compatible?
    There is no limit to the number of iPods you can sync to one computer, iTunes library, or iTunes account.  Simply connect each separate iPod/iPhone to your computer and configure each to sync whatever content you wish to.
    B-rock

  • Travelling to Europe, want to use only the web and not the phone

    I will be travelling to Europe and would like to use my iphone to check my e-mail, etc., but do not want to use the phone part and pay roaming plus $2/minute, how do i turn the phone off?

    Check with AT&T and see what the rates will be. You may find it cheaper to check e-mail at an Internet Cafe or at the hotel. One of the changes with 1.1.1 is the ability to turn off data roaming when overseas. If you neither make nor receive calls, you'll not be charged for overseas roaming. But if the data function remains on and certain features like automatic e-mail checking are enabled, then you'll get the data roaming charges.
    Personally, I've never taken the SIM out of the iPhone, but I would imagine that it would be necessary for data functions just like it is for phone calls. If someone knows first hand to the contrary, then I'll stand corrected.

  • How to use two RFC models in one Data Source for a Interactive Form UI Elem

    Hi
    I want to use two RFC models (two Function Modules from a SAP Backend system) in one context node of a View Controller in order to pass it as the data source to a Interactive Form UI element. Can I use the data binding mechanism directly or have I to copy the data into a Value Node within the view controller.
    Thanks for helping
    René Morel
    SAP (Schweiz) AG

    Rene,
    You can create a local context node in component controller and copy the data from both the RFC's to this node, then bind it to the view controller. Then you can make this view context node as the datasource of the interactive form.
    Regards,
    Anand

  • Details needed for using two hard drives with one iTunes library

    I posted this under the iTunes section but now that I think of it, it's more of an Apple TV question since I'm only concerned about how it affects my 2 ATVs.
    I have a MacMini(G4) that acts as a media server for our 2 ATVs. I use one library on the Mini which has been using an external 750GB drive. However, I'm at nearly 95% capacity now and want to invest in another external drive and use both. So the question I posted on the iTunes section was...
    "With far too much content in iTunes (mostly for the Apple TVs) and after reading numerous posts about using external hard drives with iTunes I'm convinced that using two external drives is my best solution.
    However, I did want to understand a bit more about the details of how iTunes will manage or at least keep track of, the media. Specifically, I'm thinking of the case were I add a movie to iTunes library (of course it will not copy the file into the iTunes folder).
    What will occur if I later change any of the tags for the movie (e.g., name, genre, year, etc.). Will iTunes update this information and then update the Apple TVs once they resync with the iTunes library?"
    So for the very knowledgeable folks here on the ATV section, what exactly does iTunes do in this case? Will my genres be updated correctly if I change something even though the content is not copied to the iTunes folder?

    If you want to use two external drives to store your itunes content, there are a couple of ways you could go about it.
    You could choose to have just movies (for example) on one HDD and everything else on the other. You could further choose to have your itunes music folder on one HDD and have all content copied to it by default. When it comes to movies (in this example) you can place these on your second HDD and add them to itunes by using OPT-drag, which will temporarily disable itunes from copying the file to your itunes library.
    You could also entirely disable disable itunes copying files to your itunes music folder from the itunes preferences and manually manage all your content.
    Personally I'd just buy a 2 TB (for example) drive and ebay your old drive once you have moved everything from it to your new one.

Maybe you are looking for

  • How to create another id on your account

    I have a itunes account which i have connected both my kids ipod touchs to - and they are all syncing together. I have heard you can create 2 different ids on the one account - can anyone tell me how to do this?

  • Heroes of newerth install, nothing but problems

    i hope this is the right place to post this but ive been trying to install HON for like 2 days now. ive searched all the forums and cant seem to get a straight answer. it seems like alot of people have this problem but no one can figure it out. so i

  • Fade Effect transparency IE/Firefox

    Hi, I am using the Spry:Fade effect with the image to be faded constructed in Fireworks. The image has a transparent background and a rectangle with a feathered edge effect. The fade works well using Firefox however in Internet Explorer a substantial

  • TS5181 Can I make the playback volume the same for all the songs on a playlist?

    Can I make the palyback volume the same for all the songs on a playlist? Trying to maintain a constant volume without adjusting the volume for different songs.

  • What are you most excited for?

    Just as the caption says, What are you most excited for when you get your iphone Iphone5