Error in Error -200485 occurred at DAQmx Create Task.vi:2

I keep having this error: 
The specified task cannot be loaded, because it is not in Data Neighborhood.
Check Data Neighborhood in MAX. Look for similar characters, such as the capital letter "O" and the number zero.
I would like to know what is the problem with the program.  I've attached the VI.
Basically i am trying to control a physical LED connected to the NI Elvis II by comparing the inputs from DIO 0-7 and DIO 8-15.
So if DIO 0 is on, DIO 8 must also be on to turn on the LED. 
But at the moment, the program cant run. Need help in spotting the mistake! >< Thanks!
Solved!
Go to Solution.
Attachments:
Untitled 2.vi ‏94 KB

From the code you attached I guess you haven't created a task (This is used to configure which is input and which is output) so you can take a look at the page how to create a task and go ahead.
Good luck
The best solution is the one you find it by yourself

Similar Messages

  • Error-200220 occurred at daqmx create channel %28AO-Voltage-Basic%29.vi%3A3

    Hello  
    i need u r help  this  error apeears to me when i run my code on labview 
    and i dont know how i can solve it due  am still wake and dont have background on labviw 
    and coding 
    (error-200220 occurred at daqmx create channel (AO-Voltage-Basic).vi:3)

    ok the first problem is solved...
    but now in the another program
    its appearing:
    Error 1 occurred at Read File+ (string): Read File
    Possible reason(s):
    LabVIEW:  An input parameter is invalid. For example if the input is a path, the path might contain a character not allowed by the OS such as ? or @.
    =========================
    NI-488:  Command requires GPIB Controller to be Controller in Charge.

  • Error -200220 occurred at DAQmx Create Channel (CO-Pulse Generation-Time).vi:1

    Hello,
    Just a couple of days ago I was given a task to complete. To transfer a Labview program from a desktop computer to laptop.
    The program itself uses a marlin camera to count the number of seeds.
    The transfer was fine I installed Labview 8.2, installed the DAQmx drivers and labview vision.
    I then transffered the program files over and ran the program on the laptop in labview and found an ERROR: Error -200220 occurred at DAQmx Create Channel (CO-Pulse Generation-Time).vi:1
    I remember that the desktop had a kind of board attached to it: some NI board dont know the model etc.
    can this be a problem? I have ensured that the problem is not the camera by checking it in MAX and it works fine.
    When i do step by step debugging the problem comes to a VI that uses a palette called DAQmx trigger - data acquisition palette.
    please see the attached picture!!
    Is this VI the problem then and is this palette the main problem that is not enabling this program to work??
    thankyou
    p.s. Will it be necessary to use the NI board then? if so i dont think it will work on the laptop then as you will need to install the daq card
    which can only be done on a desktop i think!! 

    Hello Rob W,
    Yes I only use a Firewire to connect the camera.
    And also i am sure that the device shows up in MAX under NI-DAQmx devices and not under Traditional DAQ. and it works under max.
    I am sure the problem is as shown in the image. because i have not connected to the NI board on the laptop and the program is designed to work with the board.
    but i have also tried removing the parts in the program that use the board but because of the complexity of the program i.e. wires i had some other problems i think
    must be the wiring etc
    thankyou

  • Error 229771 DAQmx create task internal MIG error

    Receiving error 229771 @ DAQmx create task.vi: 2, internal error in MIG software.  not start task. - for a simple ThermoDAQ read application
    reinstalled drivers, attempted to start NI configuration mgr and Device loader but they are immediately stopped-  disabled anti virus, etc.   help?

    Hi eremark,
    There are a few things we can try to troubleshoot error 229771. This error can occur if NI services are not running and occurs when LabVIEW tries to communicate to these non-running services. It can also occur if you have a corrupt MAX database. There are a few things we can try
    1. Can you please try verifying if NI services are running?
    2. Can you check if you are administrator of your PC?
    3. Do you know if DAQmx was installed under an administrator account?
    4. Have you tried disabling your firewall?
    5. Try removing all DAQ devices, restarting your computer with them removed, shutting down the computer again and connecting them back up. 
    6. Did you repair your daqmx drivers or reinstall them? It is important to make sure you do a true reinstall (http://digital.ni.com/public.nsf/allkb/ADD22E807D5A12AD862579EC00760F79?OpenDocument) instead of repair which will force overwrite anything from previous installations
    7. Try repairing a corrupted MAX database - http://digital.ni.com/public.nsf/allkb/86256F0E001DA9FF86256FFD005B827C?OpenDocument http://digital.ni.com/public.nsf/allkb/7FF79722720AEE488625759B0074A2CA?OpenDocument 
    Please let me know if you have any questions or need any clarification with any of these troubleshooting steps. Thanks
    Doug W
    Applications Engineer
    National Instruments

  • Error -200587 occurred at DAQmx Start Task.vi:7

    I am running the attached code Merrit_Coil_calibration, and I get the following error:
    Error -200587 occurred at DAQmx Start Task.vi:7
    Possible reason(s):
    Requested operation could not be performed, because the specified digital lines are either reserved or the device is not present in NI-DAQmx.
    It is possible that these lines are reserved by another task, the device is being used through the Traditional NI-DAQ interface, or the device is being reset. You might also get the error if the specified resource is currently in use by LabVIEW network variables bound to the DAQ Channel, or if the DAQ Channel is being used in any OPC Client software.
    If you are using these lines with another task, wait for the task to complete.  If you are using the device through the Traditional NI-DAQ interface, and you want to use it with NI-DAQmx, reset (initialize) the device using the Traditional NI-DAQ interface. If you are resetting the device, wait for the reset to finish.
    Device:  Dev2
    Task Name: _unnamedTask<F>
    I am calling the same DAQ, many different places in my code and I think that is the problem, but I can not figure out why or hw to fix it.  Anyone have any suggestions?
    Attachments:
    Final.zip ‏2434 KB

    Thank you both for your input.  I slightly changed my code to Merritt_Coil_calibration (updated code attached) and the first error went away, but now I have a different one which is:
    Error -200429 occurred at DAQmx Write (Digital U32 1Chan 1Samp).vi:1
    Possible reason(s):
    Value passed to the Task/Channels In control is an empty string (or I/O control).
    The value must refer to a valid task or valid channels.
    As far as what DAQ device I am using, it is the NI USB 6009.  I am only using digital port 0.  During different pieces of my code I send different values to port 0.  I am using this to drive some stepper motors.  I thus send square waves on the different pins on port 0.  I do not know if this is exactly what you were asking. 
    Whatever the case, I was wondering if anyone knows why this error occurs and how I could fix it. 
    thanks.
    Attachments:
    honorsproject.zip ‏256 KB

  • Error 229771 occurred at DAQmx Start Task - only in Labview project

    Labview 2011 sp1
    os: W7 32bits
    DAQmx 9.7.0f0
    ni-PCI 6251
    Hi,
    I'm working with a ni-PCI 6251 card. I got the error :  Error -229771 occurred at DAQmx Start Task. Possible reasons :Internal sofware error  occured in MIG software ... when I'm trying to launch my data acquisition vi. This error was already reported in this post :
    http://forums.ni.com/t5/Academic-Hardware-Products​-NI/Error-229771-occurred-at-DAQmx-Start-Task/td-p​...
    I tried to reinstall DAQmx as explained in the post but it unfurtunatly it did'nt fix my issue.
    I've notice the following points :
    1. This error appears randomly, after several reboots the vi will finally run without error
    2. The error only appears when the vi is included in project
    I will really appreciate any kind of help.
    sebastian
    Attachments:
    test_daq_2.vi ‏23 KB

    Bonjour,
    Je vous invite à jeter un oeil sur le lien suivant :
    http://digital.ni.com/public.nsf/allkb/03123D0E8A3​6C48E862577A4005B6BAA?OpenDocument
    Il devrait résoudre votre problématique.
    Cdlt,
    Matthieu RICORD
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    Été de LabVIEW 2014
    12 présentations en ligne, du 30 juin au 18 juillet

  • Missing DAQmx Create Task.vi among others

    Hi all,
    I'm trying to run a .vi made in Labview 8.5 using Labview 2012. I have the most recent version of DAQmx (9.5) installed, but it's unable to find the file DAQmx Create Task.vi, and if I chose to ignore it about 6 other files pop up that it is also unable to find. I have uninstalled and installed DAQmx on both my computer and two other computers running Labview 2009 to try and get this to work, but nothing seems to be solving the problem. Any ideas what might be going wrong here?
    Thanks!

    Are you trying to open the VIs using 8.5 or 2012?  Are the DAQmx VIs in the palette?
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • How to remove channel from DAQmx create Task.vi

    Vikas H. Kumthekar
    ASE
    Tata Consultancy Services
    Pune-1

    How are you using the DAQmx Create Task.vi? Are you using it to include a global channel or copy a task that was previously created in Measurement and Automation Explorer (MAX)? If this is the case the only way to remove a channel would be to delete the global channel or modify the physical channels for that task in MAX. If you are creating a new task you can use the DAQmx Create Channel.vi to specify the physical channels that you would like to include or exclude.
    Regards,
    Andy F.
    Applications Engineer
    National Instruments
    National Instruments

  • Error -201003 occurred at DAQmx Create Channel (AI-Temperature-Thermocouple).vi:4

      I get this error when using the NI USB-TC01 LabVIEW Temperature Logger and a J type thermocouple.
    So I tried creating my own VI, the daq assistant gives me a correct reading but only for 1 sample. If I try to change to continous or N samples it will then give me this error:
    Error -200077 occurred at DAQ
    Assistant
    Possible Reason(s):
    Requested value
    is not a supported value for this property. The property value may be invalid
    because it conflicts with another property.
    Property:
    SampTimingType
    Requested Value: Sample Clock
    You Can Select:
    On Demand
    What Is the problem?? I need to get a continous reading that I can use through a VI to get an excel file with  the data. I also need it to be continous so I can manipulate the sampling rate.
    By the way I also tried using the device on other computers and it still gives the same problem.
    Julian Sanchez
    Mechanical Engineering Student - University of Central Florida
    Research Intern | CASER
    C. 407.744.4174 | E. [email protected]

    Thank you for your reply,
    I am new to LabVIEW and I am not sure how to do what you explained. The DAQ assistant has a "number of samples" when you drag the bottom; is that where I need to create the loop??
    What is the maximum # of samples per second that I can get with this device?? That is my ultimate goal with this experiment, to be able to get the most readings per second.
    Julian Sanchez
    Mechanical Engineering Student - University of Central Florida
    Research Intern | CASER
    C. 407.744.4174 | E. [email protected]

  • Error -200220 occurred at DAQmx Create Channel (AI-Voltag​e-Basic).v​i

    I am trying to set up my PMT using NI-DAQ 7.3 along with Labview 7.1.  I keep getting an error message described above.  I am new to this program, so I am not sure what is wrong.  I have also received an error message stating the device could not be routed.  Any ideas?  Thanks

    Hello WayneState,
    Welcome to the NI Forums. The error message should say something like this "Possible reason(s): Measurements: Device identifier is invalid." This means that the name of your device was incorrect. You should use the drop down box to select the one is configured in Measurement and Automation Explorer (MAX).
    There is very valuable information in this site since it is designed for people starting with data acquisition using our products.
    Finally, I see you have other problems in this LabVIEW thread that suggest that you have already overcome the error in this Thread. If so, please post back your description of the resolution and if not, please feel free to post back some screenshots of MAX and LabVIEW.
    Gerardo O.
    RF Systems Engineering
    National Instruments

  • How do I use two DAQ cards in one Labview code? Current I'm getting error " error 200558 occurred at DAQmx Create Channel.vi. One task cann't contain multiple independent devices". Can someone help me?

    The two DAQ cards are NI PCI-6070E & NI PCI-6052E. The Labview I'm using is labview 7 Express and the Window system is Window XP. I'm using NI SCXI-1000 chasis and SCXI-1102 & 1102B two modules plus a feedthrough SCXI-1180. 1102 is connected through SCXI-1349 cable to DAQ card 6052E while 1102B is connected through SCXI-1349 cable to DAQ card 6070E. SCXI-1180 is connected to 6070E through SCXI-1349 adaptor on the back of 1102B.

    Sarah, thank you for replying my question. It seems that I'm making progress everyday (smile). I'm able to run the test using both daq cards in my code now. But as I'm moving forward, I'm getting new questions too. How do I use one STOP button to control both tasks and how can I save data into one single file?
    I attached my code here hoping you can get the specifics on my application by looking at the code. Thanks very much!
    Thanks.
    Attachments:
    DAQmx_Task_Example_plus_voltage_2.vi ‏416 KB

  • Missing SubVI DAQmx Create Task. Error

    Hi All,
    I have written a program in Labview 2009 and I am using the PCI-6034E DAQ card for measuring data. I created an executable of this program, and I wanted to run the program on another computer, although this computer is running the PCI-6024E DAQ card. However, when I run the program, I get the error message which is attached.
    I have downloaded the Runtime Engine for labview 2009 on this computer, So I'm not sure why the program isn't working. I have also checked the measurement instrumentation on the computer with the PCI-6024E and it detects the card and can make measurements and is also using the same channel as I was using with the PCI-6034E card. Could someone please let me know how I can fix the problem?
    Thanks.

    DAQmx Base is a completely different driver than DAQmx. You cannot install DAQmx Base and use DAQmx functions. When you create the installer, select DAQmx to include as one of the 'Additional Installers'
    Actually, I get the feeling that you totally skipped over creating an installer. This is an option when you right click on 'Build Specifications' and is something you should have noticed when you created the exe.

  • Error when clicking on Edit Attachments in Create Task iView.

    Hi,
      I'am trying to create a task with an attachment.When i click in Edit Attachment button it is givime an error "com.sap.netweaver.coll.attachment.exception.AttachmentException: Permission denied: uri=/workflow/80a00c46-55c6-2a10-1da1-824200ada76a, permission=node_list_children, user=user1"
    But when i login through Adminstrator i'am able attch a file in creating a task.Please Guide us with a solution in this issue.
    With Regards,
    Praveen.

    Hi Praveen,
    I'm facing the same error with the attachments of tasks.
    Did you find the solution ?
    Thanks,
    Loïc LEVEUGLE

  • Can't find DAQmx Create Task.vi and lots of other VI's

    Hello, I have the problem that appears in the subject.
    I have the LabView2012 version on my computer, and I also downloaded and installed the NI-DAQmx9.4  but I can't run the project correctly because of those missing VI's.
    Please, any help is much appreciated. This is getting very frustrating at this point.
    Thanks a lot!
    Solved!
    Go to Solution.

    DAQmx 9.4 does not support LabVIEW 2012.  You need to install DAQ 9.5.5 or newer (9.8 is currently the latest version of DAQmx).
    See this KB for more details:NI-DAQ and LabVIEW Version Compatibility (for Windows)
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Error code -88708 with DAQmx Create Channel (AI-Voltage-Basic)

    Hi,
    I am trying to construct a VI that moves a piezoelectric stage, the VI then needs to scan voltages from the DAQ card to build up arrays of the voltage and coordinates before constructing a 3D graph.
    The VI successfully moves the stage and reads the position back to me but when it tries to scan voltages from the DAQ it fails (I'm using the DAQmx Create Channel (AI-Voltage-Basic).vi example, as this has been used in a previous, similar (and successful) VI within my department.)
    I get the following error code:
    Error -88708 occurred at DAQmx Create Channel (AI-Voltage-Basic).vi
    Possible reason(s):
    The specified resource is not available. The operation could not be completed as specified.
    Task Name: _unnamedTask<1>
    Any help on this would be appreciated - I'm fairly new to LabView and am at a loss with how to fix this!
    Thanks
    -Tom

    Is this working when you restart the computer? It might be that the recources are still recerved because the Clear Task.vi wasn't executed (either it`s not present or you did use the abort button).
    Felix
    www.aescusoft.de
    My latest community nugget on producer/consumer design
    My current blog: A journey through uml

Maybe you are looking for

  • HOW TO READ THE EDITABLE FIELD IN ALV

    CAN ANYONE HELP ME IN READING THE EDITABLE FIELD IN ALV. I AM DOING THE FOLLOWING. BUT STILL THE EDITABLE FIELD IN NOT READ. WHEN 'EXE' OR 'EXEC'.   LOOP AT I_RB1 INTO L_WA_STRU.   L_WA_STRU-LIFSK = L_WA_STRU-LIFSK1.   MODIFY I_RB1 FROM L_WA_STRU.  

  • InDesign cs6 crashes when I export to an epub file.

    The file orginally was a cs5.5 file. I have tried rebuilding the file in a new digital file but that hasn't worked. When I save it to open it in cs5.5, I can export to an epub file without any problem. I don't know what I'm doing  wrong.  I'm running

  • Copy Control from Billing doc to Debit memo request

    hi, we are trying to sort the follwing problem out. We create a debit memo request with reference to the invoice, we then change the sold to party, however the pricing is carried out again. we want to retain the invoice values but only change the sol

  • How to call a URL in jsp without direct the page to the URL

    Hi, I have a jsp page, which when user come in to the page, the page will call a URL without direct the current jap page the URL. This URL will only help me to do on something in the backend. Anyone know any method that i can use to call the URL? Tha

  • Office Word in trash

    I've accidentally moved my Microsoft Word icon into trash from my desktop.  Now I can't open Word files.  I have reinstalled Office for Mac but still not able to open any files.