How do you add a task for disconnected hardware?

I'm have a Labview 2009 project that contains an existing data acquisition task that includes several analog inputs from a cDAQ1 device.  I'm working on the Labview software, but don't currently have the hardware available.   I need to add an addition channel to this task, but without having the physical hardware connected. 
When I attempt to do this in Labview 2009, using DAQ Assistant, the analog channel that I want to add is not displayed as an option to select.  The missing hardware shows (cDAQ1), up in the existing task, and is listed in MAX with a red x next to it because its not connected.    I have a separate task that used simulated channels, so I'm not asking about simulated hardware.
I attempted to export the projects DAQ configuration file, edit it, then import it back into the project, but I get an error dialog box when I attempt to do this, Error -201064 occurred at _DAQmxImportConfig.vi", Configuration file is missing the required header fields".    I didn't remove any header fields, but I've had problems with DAQ Import before because of the different file formats for exported files, (see forums under Error -201064).  Unfortunately, the Labview Projects differ from MAX in that it only provides a "text, .txt" export format and that's a problem for importing.
Nevermind.  I figure out if I manually select the ".ini" file time under Export, (.txt is the default), THEN Export will write to a different format and as long as I edit it correctly, I can then import it back into the project.
Message Edited by PointOnePa on 04-25-2010 04:45 PM

Go to Settings > Phone > My Number and add your number there if it's not already.
Then go to Settings > Messages > Send & Receive > Apple ID and enter your data there.
That should work.

Similar Messages

  • How Do You Add An Extension For A Phone Number?

    I wanted to add an extension after the phone number for a contact, how do I do that?

    Hello:
    AS indicated, you would just add it after the last part of the number (in that box).
    (800) 123 4567 x 9999
    Barry

  • How do you add a CONSTRAINT for a VARCHAR(10) column to checks the Date format as yyyy/mm/dd

    I have tried:
    ALTER TABLE dbo.tablename
    ADD CONSTRAINT DF_Date_format
    check (SDate LIKE '%[1-2][0-9][0-9][0-9]/[0-1][0-9]/[0-3][0-9]%')
    ******But this does not work for VARCHAR data type ********
    and
    I also tried creating a function as shown below but I got an error when trying to add a constraint with this function.
    (error is:
    'The ALTER TABLE statement conflicted with the CHECK constraint "DF_Date_format". The conflict occurred in database " databasename ", table "dbo.tablename", column 'Date'.)
    Create FUNCTION [dbo].[CheckDateFormat]
    (@Date varchar(10))
    Returns BIT
    AS
    BEGIN
    Declare @RETURN BIT
    SELECT @Return =
    Case when (substring (@Date, 5, 1) + substring (@Date, 8, 1)) = '//'
    then 0
    else 1
    end
    Return @Return
    END
    ALTER TABLE dbo.tablename
    ADD CONSTRAINT DF_Date_format
    check
    ( dbo.CheckDateFormat(SDate) = 0 )

    As noted above, be mindful of the performance implications of UDF CHECK constraints:
    http://www.sqlusa.com/bestpractices/udf-check-constraint/
    The following logic works:
    Create FUNCTION [dbo].[CheckDateFormat]
    (@Date varchar(10))
    Returns BIT
    AS
    BEGIN
    Declare @RETURN BIT
    SELECT @Return =
    Case when (substring (@Date, 5, 1) + substring (@Date, 8, 1)) = '//'
    then 0
    else 1
    end
    Return @Return
    END
    GO
    CREATE TABLE Orders (ID INT IDENTITY(1,1),
    OrderDate varchar(10),
    Amount money
    GO
    ALTER TABLE Orders
    ADD CONSTRAINT DF_Date_format
    check
    ( dbo.CheckDateFormat(OrderDate) = 0 )
    GO
    As noted above, DATE is a better choice for column data type.
    Kalman Toth Database & OLAP Architect
    SELECT Video Tutorials 4 Hours
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • How do you add the language of the dictionary in pages for the whole document?

    How do you add the language of the dictionary in pages for the whole document. When I add the british language it does not stay ON for the whole document. It goes back to "none"???? I am using pages 09 version 4.1 (923).

    This is a feature of Numbers.   If you repost on the iWork forum you may get more information.

  • How do you add a Comment when editing document in Word for ipad?

    How do you add a Comment when editing a document in Word for ipad. I've subscribed to Office, so have full editing functions. Can Track changes etc in Review, but can't see how to add a marginal Comment.

    Comments, like they are in Numbers for OS X, are not really supported in iOS. Normally, they rely on a mouse-over to read them. Since there is no mouse on the iPad, it stands to reason they are not there.
    I believe Eric Ross's comments is more geared towards used said Numbers docs on iWork.com.

  • Droid 4 how do you add sounds for the alarm.

    How do you add sounds for the alarm on the Droid 4. I do not like any of the alarm clock sounds.

    In your internal storage of the phone, create a folder called alarms. Then copy or move the audio files to that folder.
    You might need to download a file explorer application from the Android Market.
    If the alarms in the root of storage doesn't work. Create a media folder, then a audio folder in that folder and then move the alarms folder in that folder.
    Or the simplest route, download the app called Ringdroid. You can use that application to set sounds as various ringtones types.

  • How do you add page breaks in pages for iCloud

    I have been using pages in the beta for iCloud, how do you add a page break?

    Right-click (CTRL-click) where you want the break then select Page Break.

  • How do you change your thumbprint for iPhone 5s?

    How do you change your thumbprint for the iphone 5s?

    Go to Settings > General > Touch ID & Passcode, enter your passcode, then Turn Passcode Off will delete all current fingerprints. You can then turn passcode back on and enter fingerprints.
    Rather than deleting, you can also add the same fingerprint a second time via "Add a fingerprint" in Settings > General > Touch ID & Passcode, enter your passcode, then Touch ID.

  • How do you add non-Garage band instruments into a Logic project so that you can hear them on playback?

    How do you add non-Garage band instruments (orchestral instruments) into a Logic Pro (8) project so that you can hear those insrtruments' sounds on playback?  I've tried to understand and follow the Logic Pro 8 User Manual, but the process comes off as so complex and the writing so technical that it does not help but only confuses.
    To be precise - I want to add instruments (orchestral) that are not offered in the current Garage band menu which is offered in the Mixer's channel strip menus for Logic Pro 8.  To be clear, the instruments that are offered are Bass / Drum Kits / Guitars / Mallets / Organs / Pianos and Keyboards / Synth Basics / Synth Leads / Synth Pads.  Most of these that I've tried seem to work and give their characteristic sound when placed in a particular channel and playback is clicked. 
    However - there is one orchestra instrument offered in the standard Logic Pro 8 Mixer channel menu and it's the item labelled "Performance - 000 flute 1 or 001 flute 1."  And it is this instrument that presents a problem. When I click on it and choose it from the menu and enter it as the instrument of choice for a specfic channel / track in my Logic Pro project arrangement, when playing back the music for the overall piece this particular track, the flute, does not playback and produce the notes (Midi events) in the track in the sound of the flute.  Instead, nothing comes out at all.  I can't imagine why this does not work.  Any ideas, anyone? Again, when choosing this instrument for a track and clicking the playback no flute sound is forthcoming.  Why not? I have not tried them all, but when most of the other various types of keyboards, such as an electric piano or an organ, are chosen for a track the playback successfully renders the sound of these instruments.  Why then does playback not produce the sound of the flute when it has clearly been chosen to play and sound the Midi events given it?
    Anyway, the overall, larger issue for me is the inability I have to choose and get non-Garageband instruments (largely orchestral) to play the Midi events given on various tracks. If my guess is correct then technically, orchestral instruments not offered in the standard Logic Pro 8 Garageband Mixer channel menu are referred to as external Midi sampled instruments - still, IMHO the process is not clearly spelled out in the User Manual.  The simple step by step process whereby a non-Garage band instrument, say an orchestral instrument, is placed in a channel replete with Midi event (notes) waiting to be played should be easy, logical and given in a simple to follow format, but is not.
    What with all the talk of routes, busses, auxillary channels, GM devices, GM mixers, audio bins, libraries and audio files this Logic Pro User is confused to the max.  Can someone please help me and, in simple English, describe the step by step process whereby presumably external sampled orchestral instruments can be successfully employed, in any given Logic Pro arrangement project, to render their characteristic sounds upon playback?
    On my two Macs, one a laptop and one a much larger Mac, I have any number of the GSO (Garritan Symphony Orceshtra) and Vienna Symphony Orchestra instrument library samples - and yet - I've yet to figure out how to actually get them INTO a Logic Pro project of any kind!  To put this as a question, even as a humble request, how can I make good use of these orchestral sample libraries in a Logic Pro project?  Can someone steer my to a clear resolution of this issue.  I'd sincerely appreciate it!  Thanks all! 
    DavidBacon

    DavidBacon wrote:
    Anyway, the overall, larger issue for me is the inability I have to choose and get non-Garageband instruments (largely orchestral) to play the Midi events given on various tracks. If my guess is correct then technically, orchestral instruments not offered in the standard Logic Pro 8 Garageband Mixer channel menu are referred to as external Midi sampled instruments - still, IMHO the process is not clearly spelled out in the User Manual.  The simple step by step process whereby a non-Garage band instrument, say an orchestral instrument, is placed in a channel replete with Midi event (notes) waiting to be played should be easy, logical and given in a simple to follow format, but is not.
    What with all the talk of routes, busses, auxillary channels, GM devices, GM mixers, audio bins, libraries and audio files this Logic Pro User is confused to the max.
    David,  you understand that this is professional software and is not necessarily meant to be easy but is in fact designed to give the professional user as many choices as possible, that's why it's in the Pro Apps section. You WILL need to learn about buses, GM Devices, Audio Bins, Libraries...etc..etc if you intend to use Logic.
    That said, you are looking in the wrong place in the channel strip.
      May I offer you advice?
    Go here:
    http://documentation.apple.com/en/logicpro/
    Open "Exploring Logic Pro"  (a short PDF Document). Pay special attention to chapter 3. Also pay special attention to the included graphics of the channel strips.
    I encourage you to read the whole document as it will clear up many things... even though it's a Logic 9 document.
    Post back

  • How do you add an iTunes Gift Card & how is it charged?

    Hey all,
    I currently pay for my iTunes downloads direct from my Debit Card. If I add a gift card to my account will the cost of downloads come from that automatically or do I need to let iTunes know thats what I want?
    Also - how do you add the card? I'm probably being totally stupid but can't seem to find an "add credit here" option.
    Help appreciated

    If you redeem an iTunes gift card, the next purchases you make up to the value of the gift card will be made from it automatically. To add the card, click here; this link will open iTunes.
    (34512)

  • How do you add a video clip to a slide show?

    How do you add a video clip to a slide show using elements 12?

    You can import some very short video clips into Photoshop and make gifs.  I can import short (10 second or so) .mvi video clips I've taken with my point and shoot camera.
    Use File ->Import->Video Frames to Layers
    CS3 doesn't recognize .mvi files until you enter *.* in the box, hit load, then find the file you want.
    After the file has been loaded, go to Windows, and check Animation.
    After the Animation bar loads, go to the right side arrow, check Make Frames from Layers.
    Then Save for Web and Devices, and you've got your gif.
    I find it much easier to use the separate software.

  • How do you add a MAC address to air port

    How do you add a MAC address to anAir Port

    Hi CarlMcc!
    I have an article here that may help you with this question:
    AirPort base stations: How to view WAN and Wi-Fi MAC addresses
    http://support.apple.com/kb/HT5566
    Thanks for being a part of the Apple Support Communities!
    Regards,
    Braden

  • How do you add a second song to an iDVD?

    How do you add a second song to an iDVD?

    If you want the multiple tracks for a slideshow create a playlist in iTunes and select the playlist via  iDVD's Media/Music pane.
    OT

  • How do you add a voice tag to a contact

    how do you add a voice tag to a contact i phone5

    You don't need to add any sort of tags to call by voice. It's built into the system. Go to Settings>General>Siri and make sure it's set to On.
    To use Siri, press and hold the Home button. When the microphone icon pops up and there is a beep, say, "Call <name from your contacts>"
    Consult the manual for more information on Siri.

  • How do you add and remove links to websites in folders on Safari?

    How do you add and remove links to websites in folders on Safari?

    For clarification, works like a bookmark of website only it is listed in toolbar with "Most Visited", "Latest Headlines", "News", and "Popular".  I have done it before but can't find it for the life of me.
    Thanks!

Maybe you are looking for