Why do I receive Error -200077 Daqmx Read when scaling should be within range

I have an application using a NI-9215 and custom scales.  The task and scales are all setup programmatically.  I am receiving an error that the AI.Min value is out of range but when I check my scaling it seems like it should be fine.  I have attached an image with the error message and also the scaling that I am using (slope and offset) for each channel.  I have calculated the allowable min and max values for each of 3 channels based on the scaling and min/max range of the 9215 (+/-10V).  For all of the channels I am trying to set the AI.Min = 0 and AI.Max = 13 but I receive the error message even though these values are within the calculated ranges.  Is there something else I am missing?
Thanks
Dan
Solved!
Go to Solution.
Attachments:
Error -200077.png ‏188 KB

You should say how this was solved.  That way other people can learn from your experience.
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines

Similar Messages

  • Error -200429 DAQmx read (counter u32 1ch 1samp).vi -append- Edge count in for loop

    I am receiving error -200429 DAQmx read (counter u32 1ch 1 samp).vi <append>. This is occuring on the second loop of a for loop.
    I have a sequence inside the for loop that is using four DAQmx assistant vi's for edge count at various times in the sequence. All four of these count fine the first time through but at the beginning of the second loop the first edge count receives this error and does not count.
    Any ideas?

    The code you have supplied is similar to the converted subvi but this code will give an empty task error on the DAQmx Create Channel vi.
    Notice on the Daqmx create task vi that there is nothing wired to the "Task to copy" or the "Global virtual channels" connectors - I believe this is why the task is empty when sent to the Daqmx create channel vi.
    The code we are currently using is a modification of a previous code used before a recent upgrade. It may be better in your/NI eyes to re-write this into a State machine but time constraints and resources do not allow that at this time - All other parts of the current program work except for the counter on the second iteration. Would rather not reinvent the wheel at this point. 
    If the task is being cleared was the issue then the other three should also not execute. The issue appears to be the "First Call"
    I have attached a zip file of the complete program as it is now written to give you a better idea of the whole picture.
    Attachments:
    Test Machine current code.zip ‏657 KB

  • Hi! Since I installed Mavericks, all the messages in mail I receive are marked as read, when they're not! Can anyone explain to me how to make them appear as not read, so I notice them? Thank's

    Hi! Since I installed Mavericks, all the messages in mail I receive are marked as read, when they're not! Can anyone explain to me how to make them appear as not read, so I notice them? Thank's

    I don't know if it will work, but try rebuilding the mailbox. This can take awhile if you have a lot of mail.
    Rebuild mailbox

  • Why do I receive Error Code -50000?

    I have a M-serie 6221 card where I use the two analog output, DC voltage out. (Labview 7.0 running on a Pentium 4 HT processor and Win XP SP2).
    I have two processes (independant dynamic VI's) for analog voltage output.
    Process 0 use AO channel 0 and Process 1 use AO channel 1 on the 6221 card.
    Both processes use the simple DAQ-Write 1 Chl 1 Smpl VI and with an update rate of only 4 Hertz.
    I have made shure that the data input is between +- 10V using a coerce function.
    Occationaly (sometimes hours between fails) I receive Error Code -50000 (=conflicting parameters) after one of the DAQ-Write 1 Chl 1 Smpl VI .
    Why?
    Can it be a problem with multi-threading?
    Regards
    Bo Hellman
    Biotage Sweden AB

    bohellman,
    When you are using the DAQmx Write VI, are you setting the auto start input to false, or have you left it at its default of true. One thing I would recommend trying is to explicity start the task and set auto start to false, and see if this makes any difference. If you are writing within a loop, then this can also make your application run more efficiently.
    To determine if the problem was a multithreading issue, you could disable multithreading within LabVIEW (Tools-Options, select Performance and Disk tab).
    If you still have trouble, could you post the problematic portion of your VI that is causing the error?
    Good luck,
    Jason

  • Why am i receiving error message "the ipod cannot be synced. an unknown error occurred (13019)" when i try to move a song from my itunes library into my music folder on my ipod touch?

    Why am I receiving the following message when I try to move a song from my iTunes library into my iPod touch's music folder?
    "The iPod cannot be synced. An unknown error occurred (13019)."
    It was working just fine.  Then all of a sudden this error message popped up.

    Try here:
    iTunes: Error 13019 during sync

  • Why do i receive error -42110 when trying to watch rented movies

    I've downloaded rented movies & have been charged by iTunes/Apple.  However, receive error -42110 when attempt to watch rented movie.

    Read this
    Error 1004 and 1013: These errors may be the result of the connection to gs.apple.com being redirected or blocked. Follow these steps to resolve these errors:
    Check security software. Ensure that communication to gs.apple.com is allowed. Follow this article for assistance with security software. iTunes for Windows: Troubleshooting security software issues.
    Check the hosts file. The restore will fail if there is an active entry to redirect gs.apple.com. Follow iTunes: Advanced iTunes Store troubleshooting to edit the hosts file or revert to default on Windows. See section "Blocked by configuration: (Mac OS X/Windows) > Rebuild network information".
    Try to restore from another known-good computer and network.
    If the errors persist on another computer, the device may need service.

  • Why do i receive error 56 ?

    I am using SNMP toolkit by viodia..And I  am getting an error code 56 while snmpgetrequest, which involves a UDP write and read? I am trying to get the manage UPS. And when i am trying to get data from the UPS i am getting this error? 
     What could be the reason?
    Santosh Chavan
    IIT MADRAS.

    csantosh wrote:
    I am using SNMP toolkit by
    viodia..And I  am getting an error code 56 while snmpgetrequest,
    which involves a UDP write and read? I am trying to get the manage UPS.
    And when i am trying to get data from the UPS i am getting this
    error? 
     What could be the reason?
    Read the
    error description for error 56 and you will find it is a network
    timeout error. You usually get this from TCP Open functions when no
    target answers the connection request, or from both UDP and TCP read
    when the addressed device did not respond. With UDP this usually means
    that the UDP Write was not sent to the right device address or the
    command contained a syntax error so that the device could not decode it
    and decided to not send any response.
    Another possibility is that you try to  address a device that is
    logically on a different subnet than the computer you are sending it
    from. The computer will then send the packet to its default gateway and
    that might be on a network adapter that has no physical connection with
    the actual device. Check your network setup, for instance I had
    recently a computer set to 192.168.0.1 with network mask 255.255.255.0
    and tried to send an UDP packet to 192.168.10.200 and I never got a
    resonse. After changing the device to have 192.168.0.200 everything
    worked fine. Alternatively changing the network adapter network mask to
    255.255.0.0 would have helped too.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Why did I receive a Viber access code when I never signed up for Viber?

    why did I receive a Viber access code on my brand new iPhone 4S when I never signed up for Viber?  In fact, when I received the sms, I used the search function on my iPhone to see where it could be hidden, and the only results where the two consecutive texts I received giving me identical access codes.

    Oops, I just went into the message and there is no "i" where to block the number that sent me the access code. What do I do now? (sorry, but I am a true techno-idiot). Never mind, just found it and blocked it. Thanks for all your help, Belly114. Have a great long weekend, wherever you are.

  • Why does Mail mark all emails as read when I close it with an email open?

    If I use Mail with say, Gmail, and I open an email in Mail and then later archive all email in Gmail, then any future email that I receive are marked as "Read" in the Mail app. This appears to be because when you open an email in Mail and then it no longer exists (because it's archived) then Mail moves on to the next email, therefore marking it as read because it's opening it.
    Is this really to be expected? Is there a way for the Mail app to "reset" itself like some other apps do, once they close, rather than save the last state that the app was in?

    Does the iPhone still do this, or no longer?    

  • Receiving Error "Exception Occurred !" when attaching files to Test Manager

    We are receiving the error "Exception Occurred!" when attaching files to Test Manager under issues.
    Error Message:
    +"Exception Occurred !"+
    No Permission to perform this action
    I'm not sure if this is a permission issue or not on our end.
    Here are the log entries from the debug and server logs.
    Error Message from debugweb_07_16_09.log file:
    +11:57:02:523 - TMJava addAttachment(): Unknwon exception thrown - avoiding program exit during save attachment of Issue node '42'+
    Error Message from server.log file:
    +2009-07-16 11:57:02,523 INFO [STDOUT] oracle.oats.otm.util.TMException+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at oracle.oats.otm.web.util.AttachmentAction.addAttachment(Unknown Source)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at java.lang.reflect.Method.invoke(Unknown Source)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at oracle.oats.otm.web.OracleActionBase.execute(Unknown Source)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at oracle.oats.otm.web.ActionServlet.process(Unknown Source)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at oracle.oats.otm.util.RequestEncodingFilter.doFilter(Unknown Source)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:153)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:138)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)+
    +2009-07-16 11:57:02,601 INFO [STDOUT]      at java.lang.Thread.run(Unknown Source)+
    +2009-07-16 11:57:02,601 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[otm]] action: Forward Name = failure, Path =/jsp/Exception.jsp+
    +2009-07-16 12:05:32,926 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[otm]] action: --Action=/displayAttachment.do: AttachmentAction.displayAttachment()+
    +2009-07-16 12:05:33,082 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[otm]] action: Forward Name = success, Path =/jsp/AttachmentForm.jsp+
    +2009-07-16 12:05:34,645 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[otm]] action: --Action=/displayUploadAttachment.do: AttachmentAction.displayUploadAttachment()+
    +2009-07-16 12:05:34,645 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[otm]] action: Forward Name = success, Path =/jsp/UploadFileForm.jsp+
    +2009-07-16 12:05:53,067 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[otm]] action: --Action=/addAttachment.do: AttachmentAction.addAttachment()+
    +2009-07-16 12:05:53,067 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[otm]] action: File NameC:\Documents and Settings\dfitzgerald\Desktop\TestErrorPleaseDelete.jpg+
    +2009-07-16 12:05:53,067 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[otm]] action: File size12683+
    +2009-07-16 12:05:53,208 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[otm]] action: nodeId returned : -1+
    +2009-07-16 12:05:53,208 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[otm]] action: null+

    Alex,
    We're using SQL Server and OTM 8.50.0233.
    I've tried uploading jpg and bmp images.
    Thanks

  • Why do I receive Error -23088 when using the Eval Formula Node.vi (LV6.1)?

    Hi,
    I want to evaluate formulas like x=v>20; with that vi. When typing the
    same formula into an normal Formula Node I get the correct answer. When
    changing the formula into x=v+20; the eval Formula node.vi works fine.
    But whenever I try to resolve a boolean function like that mentioned
    above, I receive that f****n Error! Why this? What can I do? Is the Eval
    ... .vi less powerfull than the normal node?
    Thanks for your help,
    Daniel

    Joel A wrote:
    > I think the boolean (binary) ops are the only difference between the two nodes.&nbsp; I pulled this from the help:
    > Formula Node and Expression Node Functions
    >
    > The following list contains the names of the Formula Node and Expression Node functions, and their descriptions. Except for the binary functions, you also can use these functions with <a href="gmath.chm::/Parser_VIs.html" target="_blank">Formula VIs</a>. All function names must be lowercase. You also can use <a href="mk:@MSITStore:C:\Program%20Files\National%20Instruments\LabVIEW%208.0\help\lvhowto.chm::/Precedence_of_Operators_in.html" target="_blank">operators</a> and the pi constant in Formula and Expression Nodes.
    > Start at the help above, and see if you can find any helpful information.
    > &nbsp;
    > &nbsp;
    > J
    Thanks for help,
    I solved the problem by using the "Parse Arithmetic Expression.llb" from
    examples. You can modify it and add the operators you need..

  • -50405 Error at DAQmx Read AI Sample

    Anyone seen this error before?  The Possible Reasons are:
    No transfer is in progress because the transfer was aborted by the client. The operation could not be completed as specified.
    I am using the DAQmx Analog 2d DBL NChan Nsamp function and getting this error thrown.  Please let me know if you have any thoughts.
    Cheers!
    CLA, CLED, CTD,CPI, LabVIEW Champion
    Platinum Alliance Partner
    Senior Engineer
    Using LV 2013, 2012
    Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved.

    As a follow up for anyone who has a similar problem.  As best as I can tell this error had to do with my laptop running out of Virtual Memory, Windows would pop up and tell me my VM was low and the next time I ran the program I would get the previously listed error.  I managed to fix it by rebooting, which is what points me towards the VM being the issue.  I am still open to suggestions if anyone has them.
    Cheers!
    CLA, CLED, CTD,CPI, LabVIEW Champion
    Platinum Alliance Partner
    Senior Engineer
    Using LV 2013, 2012
    Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved.

  • Why do I receive error code "-1074118644" when trying to initialize the 2532 Matrix?

    I am using the VI "IviSwtch Initialize With Options.vi". I created a logical IVI name (MATRIX), and am passing the following option string: "Simulate=0,RangeCheck=1,QueryInstrStatus=0,Cache=1,DriverSetup=Topology:2532/1-Wire 4x128 Matrix". I tried variations of this with no luck. I configured the matrix in MAX with the same topology as shown above. My software versions are:
    IVI Compliance package 2.1.2
    LabVIEW 7.1
    NI-SWITCH 2.30.49153
    VISA 3.1
    NI-DAQ 7.3

    Thanks for the response Greg. I did finally get it working, but I had to use the "PXI1Slot8" format for the resource descriptor rather than "PXI2::9::INSTR". I don't know if that is typically what you are supposed to do, but that cleared the error.
    To answer your questions, there's only one 2532 in the system. There is a 2566 in there as well. The configuration I was referring to was the IVI Driver configuration in MAX, not the DAQmx configuration, although I did select the TB-2640 under the DAQmx configuration, so it did default to the 1-Wire, 4x128 matrix as well.

  • Why do I receive Error 200378 "Custom scale specified does not exist"?

    I am trying to perform offset nulling using an NI-9237.  I receive and error in regards to the custom scale even though I programmatically create the scale prior to the task.  I am experiencing the erro whne using LV8.2.1 but with LV8.6 the problem disappears (same code, just open in LV8.6 and run)
    The error is the following:
    Error 200378 "Custom scale specified does not exist" 
    Possible reason(s):
     Measurements: Custom scale specified does not exist.  Custom Scale: test
    Channel Name: LoadCell_StrainGage_Sim/ai0
    Task Name: _unnamedTask<F>
    I have attached the code in LV8.2.1
    Thanks
    Dan
    Attachments:
    test.vi ‏38 KB

    Dan,
    I tried your VI and it worked for me after I changed the channel from "LoadCell_StrainGage_Sim/ai0" to something that was on my system.  Before that, I got the same error.  So...are you sure that there is LoadCell_StrainGage_Sim/ai0 configured in MAX?  Stupid question, I know, but it was the only thing I changed.
    -Matt
    -Matt Bradley
    ************ kudos always appreciated, but only when deserved **************************

  • Why do I receive error on datasupp.cpp line 3563?

    I am running a serial communication program and often the program crashes, when I restart Labview, I receive an error message referent to the datasupp.cpp line 3563

    When LabVIEW generates a .cpp error, an internal error has occured within LabVIEW where a condition exists such that LabVIEW cannot continue execution. Generally, LabVIEW has reached a point in its internal code where it checks to see if certain conditions are true. Under normal circumstances, these conditions are indeed true, and LabVIEW is equipped to handle them. If they are not true, LabVIEW reports an internal error. LabVIEW reports the internal error and shuts down because to do otherwise would be to risk corrupting any VIs in memory.
    Unfortunately, we do not have any record of the datasaupp.cpp line 3563 ever causing an error. When LabVIEW does throw internal .cpp errors, it will store a failure log file in your My Documents/LabVIEW Data/lvfailurelo
    g directory by default. If you allow investigation of these internal errors, you can submit your error log file to National Instruments and we can see how the error message was generated.
    You can check out http://www.ni.com/failure for more information.
    Thanks again.

Maybe you are looking for

  • Does subscribing to a podcast on iTunes and Podcasts app result in duplicates on my iPhone

    If I subscribe to a podcast on iTunes and also subscribe to it on the Podcasts app then sync my iPhone (with podcast syncing turned on), will it result in two copies of the episodes on my iPhone?

  • Default values in Assets

    Dear Friends whan i was assigning deafult values in assets on class level i can assign depr. key, Max useful life , Min useful life  , Useful life in years But i can't assign <b>useful life in periods</b> . The useful life in period field is exist in

  • Compiling inner classes

    Hi, I have an applet with inner classes (the applet is contained in a single .java file). When I compile the applet, a number of *$*.class files are created for the inner classes. However, a friend of mine compiles the same .java file and he gets a s

  • Map loader installation problem

    i am using nokia 5230 and i have tried the Maps app twice (succeeded times) i downloaded the Ovi Maps, which then made my Maps app have a new interface in blue basically i spend most of the other time mourning about how it doesnt work -.- since i don

  • Reports 6 - Print Formatting Issues

    If our default printer is 'HP Laser1' and we send a bitmap Reports 6 report to the previewer (where page 1 gets formatted so you can see it) and then change the printer from the previewer to 'Genicom Printer', page 1 will be formatted properly, but t