Error -1074388984 occurred at CAN Write (Multi-Chan Single-Samp 1D Dbl).vi

I keep running into an error with CAN Write.  The error keeps telling me that I have to many messages in the CAN Write que and need to clear then or that the messages might be to short or that I may have to wait until there is a successful read.  I believe the memory is full....Any suggestions

1.  nctInitialize ("Fuel Value,Pump duration angle,Pump a...", 0, 3, 0, 1)
Process ID: 0x00000578         Thread ID: 0x000001BC
Start Time: 15:38:26.656       Call Duration 00:00:00.015
Status: 0 (VI_SUCCESS)
2.  nctStart (1)
Process ID: 0x00000578         Thread ID: 0x000001BC
Start Time: 15:38:26.671       Call Duration 00:00:00.000
Status: 0 (VI_SUCCESS)
> 3.  nctWrite (1, 1, NULL)
> Process ID: 0x00000578         Thread ID: 0x000001BC
> Start Time: 15:38:26.671       Call Duration 00:00:00.000
> Status: 0xBFF62207
4.  nctClear (1)
Process ID: 0x00000578         Thread ID: 0x000001BC
Start Time: 15:38:26.671       Call Duration 00:00:00.063
Status: 0 (VI_SUCCESS)

Similar Messages

  • Error 63 occurred at DataSocket Write in getWavelength_v80 EDITED.vi, help? please!

    Hey guys, I am new to LabView and I have thought myself everything that I know.  I am an undergraduate student at NC A&T.
    Okay so I took a peice of code that I acquired from Bristol, and it's for a Bristol Wavemeter V1.22.  I first edited it to get a graph in there to show the data, and get a slope and Y intercept.  Now I am trying to connect it to a computer that controls a COntinuum ND6000.  We have existing code for the ND6000 that lets the two computers connect.  I took the code out of there that was the part that connects them and now when I wired everything up, I get the "Error 63 occurred at DataSocket Write in getWavelength_v80 EDITED.vi" error message.  it states; Possible reason(s):
    LabVIEW:  Serial port receive buffer overflow.
    =========================
    LabVIEW:  The network connection was refused by the server. For TCP/IP, make sure the server is running and listening on the port you are trying to use. Firewalls can also cause a server to refuse a connection. For VI Server, make sure you have enabled VI Server from Tools>>Options>>VI Server:Configuration."
    I tried making sure everything in the configuration was correct and it all is.  Can you guys please help me?
    Thank you. 
    I have attached the folder that it is located in because you do have to have the library function.  The file is located in the Bristol Wavelength Meter V1.22\Programming Interface\LabVIEW example I.
    Thank you again!
    Solved!
    Go to Solution.
    Attachments:
    6.jpg ‏153 KB
    7.jpg ‏112 KB

    So I went through and realized that I had the wrong port typed in by 1 number, I changed that and put in the correct port for the TCP address.  Now when I run it I get this error message 66....
    "LabVIEW:  The network connection was closed by the peer. If you are using the Open VI Reference function on a remote VI Server connection, verify that the machine is allowed access by selecting Tools>>Options>>VI Server:Machine Access on the server side."
    Any help?? I checked the Server Machine access and all of them are set to allow.

  • Error -1073807346 occurred at VISA Write in rsspecan_core_write.vi

    Possible reason(s):
    VISA:  (Hex 0xBFFF000E) The given session or object reference is invalid.
    I'm using a USB to GPIB connection to a Rohde Schwarz FSV30 Spectrum Analizer from Windows 7.
    My program works 100% in LabView but the problem comes in when I've compiled the program into an executable.
    I have already installed the NI VISA Run Time Engine 5.0.1 and it still does not work.
    I've also installed the NI-488.2 2.73 drivers for the GPIB unit.
    Any ideas?
    Solved!
    Go to Solution.
    Attachments:
    Error -1073807346 occurred at VISA Write.png ‏30 KB

    Hey,
    the problem when building executables with LabVIEW is, that the driver core of the attribute based instrument drivers (esp.. the VIs which are creating this error) is linked while runtime dynamically to the VIs. The application builder which follows all dependencies and include them into the package fails in this case.
    To get a running executable please add manually all VIs for the folder <inst lib>\rzspecan\_utility\rsspecan_core\callbacks\ to the LabVIEW project and everything should work fine.
    For more details of this driver refer to http://www.rohde-schwarz.com/appnote/1ma170
    So long, juergen

  • Error -200609 occurred at DAQmx Write: Selected Buffer Size Too Small

    Hello, I'm writing some simple test VI's that I will eventually build upon to make an externally clocked analog output VI. I started with a very simple program to output finite samples using the onboard clock with the DAQmx Timing.VI. When I run the program, I almost immediately get an error. The error message is below.
    Error -200609 occurred at DAQmx Write (Analog DBL 1Chan 1Samp).vi:1
    Possible reason(s):
    Generation cannot be started, because the selected buffer size is too small.
    Increase the buffer size.
    Conflicting Property
    Property: Output.BufSize
    Corresponding Value: 1
    Minimum Supported Value: 2
    Task Name: _unnamedTask<1C>
    I have used DAQmx VI's before in similar applications and never encountered this error. Additionally, I read at the link below that DAQmx Timing.VI should be generating the buffer automatically. Any ideas as what could be causing this?
    Specs:
    Windows 7
    Labview 2012
    PCIe-6353 as DAQ board
    Below is a picture of my block diagram and the VI is attached.
    Solved!
    Go to Solution.
    Attachments:
    FiniteSamplesTest.vi ‏18 KB

    Oops. Just realized my very silly mistake: I forgot to add the Start Task VI. I did so and it works as designed.

  • Error-50150 occured at DAQmx Write

    Hello,
        I am experiencing a seemingly random error in a large program. The error occurs in a part of the program that simulates tach signals to a CPLD. I have not been able to find out what conditions cause this error, it seems to be random in nature.
    The full error reads this:
    Error - 50150 occurred at DAQmx Write(Digital 1D U16 1Chan Nsamp).vi
    Possible Reasons:
    The software has entered an unknown state-usually as a result of a cascade failure induced by an unexpected series of state inputs. The operation could not be completed as specified and you should immediately terminate all further transactions if you are able to do so.
    Task Name:TackABC_Write Port0 U16
    The device we are using is a PCI-DIO-32HS, with Labview 7.1, NI-MAX 4.1, and DAQmx drivers 8.3.1. The task writes 3 signals to the CPLD, and it works most of the time, but every so often this error will occur. I was wondering what could be the cause of an error like this?
    Thanks, Steve

    Hello Brian, thanks for the response.
    I made a mistake in my last post, it is actually a DAQmx clear task in place of the stop task vi i mentioned. When we first received this error it had no clear task at the end, but I added one. Even with this the error has still shown up from time to time. Would it help at all to add a reset device vi afte the clear task vi?
    I took some screenshots for you as well. The first shot is of the function in question, the second is the same shot with the case turned to false, and the third is the inside of the main subvi. When the error occurs it focuses on the write vi that is inside the subvi. Let me know if there is more info I could grab that would make things mroe clear.
    Thanks,
    Steve
    Attachments:
    SS3.JPG ‏160 KB
    SS1.JPG ‏189 KB
    SS2.JPG ‏181 KB

  • TS3694 i have dropped my iphone4 . i cant get to the software update the error has occured  wt can i do

    i have dropped my iphone4 . i cant get to the software update the error has occured  wt can i do for software update

    What is the exact wording of the error message received?

  • I was downloading bioshock and was 5.2 gb out of 7gb through when my internet disconnected and now it has "an error has occurred how can i fix this

    i was downloading bioshock off the app store and was 5.2 gb out of 7gb through when my internet disconnected and now it has "an error has occurred how can i fix this
    i have tryd a few different ways that people have fix this kind of problem but nothing has worked for me yet

    okay i got bioshock to download but when i went to download another game it comes up with this how can i fix this, please help

  • Error 33172 occurred at Read & Write data transfer between two or more PF2010 controller

    Hi,i need to do data transfer between two or more FP2010 controller.e.g. FP2010(A) & FP2010(B).
    FP2010(A) need to transfer the measurement (from its I/O module) to FP2010(B) to do the data analysis.These data transfer should be synchronous btw two controller to prevent data lost.
    From the vi used in the attachment,i encountered some problems at:
    (1) Error 33172 occurred while publishing the data.Can i create and publish data under different item name?
    (2) How to synchronies the read & write btw contorller?
    All controller are communicating with each other directly without the need of a host computer to link them together
    Is there any other method to do fast data transfer betwe
    en controller?

    Hi YongNei,
    You were succesful in omiting enough information to make it very difficult to answer!
    Please post your example.
    Please tell us what version of LV-RT you are using.
    Please define what you concider "fast data transfer".
    Have you concidered mapping the FP tags of FP2010(A) to FP2010(B) and vise versa?
    WHat exactly has to be syncronized?
    If you have something that is close to working, share that.
    Well, that as far as I can go with the info you have provided. Depending on the details, what you are asking could be anything from trivial to impossible with the currently available technology. I just can't say.
    It would probably be a good idea to start over with a fresh question (sorry) because not many people are going to know what a a "
    PF2010" is and I can not guarentee that I will be able to get back to you personally until next week-end.
    Trying to help you get an answer,
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Unknown error has occured and can not restore

    trying to restore my ipod but keep getting an unknown error and can not restore

    In most cases, an error number accompanies the "unknown error".  Was there an error number?  If so go here:
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    If no error number try:
    iPhone and iPod touch: Unable to update or restore

  • HT201442 for my ipod 5g i can not downgrade ios 7.0.4 to ios 6.1.3 it was saying that  (a unknown error has occured {3194} ,,,,can you help me too downgarde//

    i want downgrade ios 7.0.4 to ios 6.1.3 it wsa saying that [error-3194] can you help me  too downgarde

    Thar is correct. Downgrading the iOS is not supported by Apple. If you try you will get the 3194 error.

  • Error -200428 Occurred at DAQmx Write (Digital Bool 1Line 1Point).vi

    The working program started giving this program after we have had a hard_disk crash. We are just using the program that was backed up. Will appreciate any suggestions on this one. 
    Naresh

    Have you read the explanation for the error and did you verify the task or virtual channels exist?

  • 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

  • HT4623 My iphone went died without power cord. When it connected to a power, an Apple logo keep blinking. When I tried to restore it by using Itune. it shows error 21 occurred. how to get my phone work again?

    My iphone stopped working today. It only shows a blinking Apple logo when I connected it to a power. I tried to reboot it, but it didn't work. I followed a online suggestion to reboot by restore data from Itune. But when I did, Itune show a message that says it can't restore my iphone because an error 21 occurred.
    Can anyone help me get my phone work again?

    Hi francesyulin,
    If you are having issues restoring your iPhone due to an "error 21", you may find the following articles helpful:
    Apple Support: Resolve iOS update and restore errors in iTunes
    http://support.apple.com/kb/ts1275
    Apple Support: Resolve specific iTunes update and restore errors
    http://support.apple.com/kb/ts3694
    Regards,
    - Brenden

  • App store keeps coming up an unknown error has occurred when trying to purchase on the laptop

    When trying to make a purchase on the app stroe on my laptop it keeps coming up with an error saying "an unknown error has occured" How can i fix this?

    There are many forms of unknown errors. Was there anything else along with this mentioned?

  • Help-unknown error has occurred when logging into mac app store

    I am unable to log into the mac app store. It says "an unknown error has occurred" i can log onto itunes without any issues. ive read some discussions and tried to delete networkinterfaces.plist but it doesnt even seem to exist, ive looked in 3 different preferences files. I also tried to create a new user id from the mac store and it doesnt even recognize when i click to create user. what can i do next???  Thanks

    Sorry,
    you don't need any app Store. That - sorry - bullshi. is mother of all problems.
    There is the usuall Software Update process - all can find in finder menue below the apple logo. So why I have to update my iLife and iWork via App Store? Can't this be done by Software update as before? No, we need something special and we also deny any other possible way, like download from apple support page and install manually. No, everybody needs App Store - and then we get an issue after software update and don't get a fix? Sorry, that what I dislike most  - a bad customer support.
    So, no one needs App Store for a Fix - all apple has to do is simply provide a simple MacUpdate via Software Update process and all is fine again.
    And Software Update is just in such cases the best choice and most possible way to fix such problems - and we need also a valid and good second way - if all strings get cut...
    We need ways without any strong internet - because I know places, were you cannot download a MacOS

Maybe you are looking for

  • K8N Neo2 Platinum Ordered - Advice for a noob please

    Hi there,             this seems like a great forum, was hoping someone could give me some advice - Im trying to pre-empt any major probs....             I am a relative noob to building P.C's - done a few P4 based systems before but this will be my

  • Error: Unable to start Web Logic Server , Managed Server in SOA Suite

    After creating JDBC DataSource in WLS 10.3.3 Created a DbAdapter outbound connection pool, Selected javax.resource.cci.CoonectionFactory Enter JNDI name: eis/DB/test Then, In Outbound Connection Pools tab, expand javax.resource.cci.CoonectionFactory

  • JDeveloper 11g Using jsp to display images

    I am converting a 10.1.3.3 application to 11.1.1.3 It has 2 web modules. One is an ADF administrator module and the other is a public web that displays information including images stored as blobs. This public module has a simple technology scope, on

  • I have purchased Quicktime Pro and can't enter key!

    I am using a windows vista PC, I have downloaded Quicktime 7 and then gone on to purchase the key for Quicktime pro. However! I can not find the QuickTime 7 Control Panel within my computer's control panel or anywhere else on the system for that matt

  • Use JSP update MSSQL server with Chinese content

    Hi, I am using weblogic 7.0 server win2k english version with Trad.Chinese support. Default encoding is en. MS SQL server with database collate in Chinese_Taiwan_Stroke I can use SQl server's query analyser to insert Chinese characters and after modi