CRIO 9068 + Scan Engine Support Error - Even though it is installed on cRIO, after deploying error says its missing

All,
I have a cRIO-9068 that I am trying to use the scan mode for. I have intalled all the latest drivers and software as explained. However, when I set my chassis to scan mode and then select deploy all, I recieve this error on my chassis and all of my modules:
"The current module settigns require NI Scan Engine support on the controller. You can use Measurement & Automation Explorer (MAX) to install a recomended software set of NI-RIO with NI Scan Engine support on the controller. If LabVIEW FPGA is installed, you can use this module with LabVIEW FPGA by adding an FPGA Target Item under the chassis, and drag and drop the module onto the FPGA Target Item."
Has anyone experienced this or know why labVIEW won't recognize that the software is installed on my cRIO or is it not being installed correctly?
Solved!
Go to Solution.

So I found that the target's Scan Engine was in Configuration mode.  After placing it in Active, I was able to deploy all of the modules on the cRIO target.  However, now I cannot deploy any of my modules on my EtherCAT NI 9144 racks regardless of which scan mode I place the Scan Engine.  I verified that I have all software on the cRIO target I need.  I was also able to find the EtherCAT slaves and their modules on MAX and I was able to add them to the project.  The problem I am having is being able to deploy them.  I have gone through the procedure outlined in the manual provided with the EtherCAT racks and the following link with no issues:  http://www.ni.com/white-paper/10555/en/
The top LEDs on the EtherCAT racks are solid yellow and the bottom are solid green.  Does anyone know why I may be having this problem?

Similar Messages

  • Ichat errors even though ichat not installed

    Hey all,
    Man Mini "server".  New install. Did NOT install iChat (it is not listed as a service in server admin).  Despite this I get the following errors in system log repeated every three seconds.
    Jun  4 10:20:27 man1 jabberd/c2s[226]: [8] [::ffff:10.0.0.1, port=61162] connect
    Jun  4 10:20:27 man1 jabberd/c2s[226]: SASL callback for non-existing host: man1.local
    Jun  4 10:20:27 man1 jabberd/c2s[226]: [8] [::ffff:10.0.0.1, port=61162] disconnect jid=unbound, packets: 0
    I did some searches on the SASL line and it kept coming back with all answers around iChat.  But why would this be if I do not have it as a service?
    Thanks.

    Jabber is used for various push notiication services, in addition to its use within iChat client and iChat Server.
    I'd encourage moving out of the .local top-level domain for your server's host name and into either a bogus domain or (better) into a real domain that you've registered for your private use, or a subdomain of a registered domaion.  Trying to operate in .local is not recommended and can cause weird problems, per the Apple network engineers.
    To verify your server DNS, launch Terminal.app and issue the following non-destructive command:
    sudo changeip -checkhostname
    and see if that reports that DNS is valid, or that there are DNS errors and that updates are needed.
    And FWIW, incorrect DNS causes all sorts of weird errors with OS X Server.  And if you're on a NAT'd network, you cannot use your ISP or other external DNS services, as those are not configured to serve translations for private-block IP addresses.

  • Getting an VISANS timeout error even though VISA Status is 0

    I have an application that runs well on my development system but consistently fails at the user site giving out timeout errors even though the user experiences no time outs. Indeed, VISA returns a success status. Yet, it raises timeout exceptions such as in this segment from my trace log:
    DefaultSource, Verbose, 8, Setting timeout to 30000, "CONNECT", 2008-08-12 00:47:21Z, 2077539389311920
    DefaultSource, Information, 0, GPIB0::26::INSTR termination character set to 10, "CONNECT", 2008-08-12 00:47:21Z, 2077539630487436
    DefaultSource, Verbose, 8, Checking GPIB0::26::INSTR message available, "FR, CONNECT", 2008-08-12 00:47:21Z, 2077539636730532
    DefaultSource, Verbose, 8, Flushing read GPIB0::26::INSTR buffer, "FR, CONNECT", 2008-08-12 00:47:21Z, 2077539673800216
    DefaultSource, Error, 2, Flushing read GPIB0::26::INSTR buffer failed: NationalInstruments.VisaNS.VisaException: Timeout expired before operation completed.  VISA error code -1073807339 (0xBFFF0015), ErrorTimeout
       at NationalInstruments.VisaNS.Internal.ErrorChecker.CheckStatusAndThrow(Int32 status, VisaHandle visaObject)
       at NationalInstruments.VisaNS.Session.CheckStatusAndThrow(Int32 status)
       at NationalInstruments.VisaNS.Session.BufferedReaderService.NationalInstruments.VisaNS.Internal.IBufferedReader.Scan(String scanSpecifier, Int32& count, StringBuilder receiver)
       at NationalInstruments.VisaNS.MessageBasedSessionReader.CommonReadString(String scanString, Int32 count)
       at NationalInstruments.VisaNS.MessageBasedSessionReader.ReadLine()
       at isr.Visa.MessageBasedReader.ReadLine()
       at isr.Visa.GpibSession.ReadLine()
       at isr.Visa.Ieee4882.Instrument.ReadString()
       at isr.Visa.Ieee4882.Instrument._flushRead(). VISA status=Success, "FR, CONNECT", 2008-08-12 00:47:21Z, 2077539717184364
    DefaultSource, Verbose, 8, Flushing GPIB0::26::INSTR write buffers, "FW, CONNECT", 2008-08-12 00:47:21Z, 2077539723797900
    DefaultSource, Verbose, 8, , "WRITE, FW, CONNECT", 2008-08-12 00:47:21Z, 2077539731761192
    DefaultSource, Error, 2, Flushing GPIB0::26::INSTR write buffers failed: NationalInstruments.VisaNS.VisaException: Timeout expired before operation completed.  VISA error code -1073807339 (0xBFFF0015), ErrorTimeout
       at NationalInstruments.VisaNS.Internal.ErrorChecker.CheckStatusAndThrow(Int32 status, VisaHandle visaObject)
       at NationalInstruments.VisaNS.Session.CheckStatusAndThrow(Int32 status)
       at NationalInstruments.VisaNS.Session.BufferedWriterService.NationalInstruments.VisaNS.Internal.IBufferedWriter.WriteLine()
       at NationalInstruments.VisaNS.MessageBasedSessionWriter.WriteLine()
       at isr.Visa.MessageBasedWriter.WriteLine(String queryCommand)
       at isr.Visa.GpibSession.WriteLine(String queryCommand)
       at isr.Visa.Ieee4882.Instrument.WriteLine(String value)
       at isr.Tsp.TspVisaIO.WriteLine(String value)
       at isr.Visa.Ieee4882.Instrument._flushWrite(). VISA status=Success, "WRITE, FW, CONNECT", 2008-08-12 00:47:21Z, 2077539742753448
    The first exception above is raised on the session Message Based Reader ReadLine() command.
    Note that I check for message available before issuing read. 
    Note also that VISA NS returns a status code of success:   VISA status=Success (this is what I log above)
    The second exception is raised after I try to clear the write buffers using the Message Based Writer command: WriteLine()
    Here too VISA reports success.
    Note also that the above segment executes in less than one second whereas the time out is set to 30 seconds. 
    The user runs VISA 4.3 runtime.  I am using NationaInstruments.VisaNS 8.1.20.222.
    I would be most grateful for some clues as to how to further explore this issue.  We have been at it for a few days already and are not seeing any light at the end of this tunnel.
    David

    Hello David,
    It looks like you are not passing any valid handlers in your viUninstallHandler command.  Calling viUninstallHandler removes the specified handler from the list of
    active handlers on the given session.  You can see the exact error information for your error in the picture below.
    Useful information can be found in the manual:  VISA Programmers Reference Manual Pages 5-146 & 7
    Have a great day!
    Meghan R
    Applications Engineer
    National Instruments
    Message Edited by Meghan R on 08-15-2008 11:39 AM
    Attachments:
    ScreenHunter_01 Aug. 15 11.33.gif ‏9 KB

  • I have uninstalled and installed the latest Flash Player 17 many times.  I am currently working on a yearbook site that gets locked every time I try to add photos.  I have also received a plug in error even though the plug in box is checked.  I have a Mac

    I have uninstalled and installed the latest Flash Player 17 many times.  I am currently working on a yearbook site that gets locked every time I try to add photos.  I have also received a plug in error even though the plug in box is checked.  I have a MacBook Pro.  Please help!!!

    To give you any useful advice, I'm going to need to know more about your computer and browser:
    https://forums.adobe.com/message/5249945#5249945

  • TS1398 my iphone 4s can not scan any wifi network, i tried everything but still can not scan any wifi connection even though our wifi is working properly in our mac book and ipad. What do i need to do if the problem is the hardware?pls help

    my iphone 4s can not scan any wifi network, i tried everything but still can not scan any wifi connection even though our wifi is working properly in our mac book and ipad. What do i need to do if the problem is the hardware?pls help

    When you say it "can not scan any wifi network" do you mean it is not detecting Wi-Fi networks?
    Is Wi-Fi turned on in Settings > General > Wi-Fi?
    Have you tried Settings > General > Reset > Reset Network Settings?
    Is it just the home network that the device will not connect to? or any network?

  • Hi...i cannot connect to my imessage it always show a message says network error even though i have a network..please help..tnx..

    Hi...i cannot connect to my imessage it always show a message says network error even though i have a network..please help..tnx..
    [email protected]

    Both parties must be connected to wifi to use FaceTime (and you must have FaceTime turned on in Settings>Facetime).  If you're phone shows 3G at the top when it's on, you're not connect to wifi; you'll have to solve that problem first.

  • Qa32-confirm the operation before proceeding error even though operation is confirmed.

    Hi,
    In qa32, while doing ud and while saving, it is showing the error message as confirm the operation before proceeding.even though the operations are confirmed. we are doing the co1f conformation.please find the screenshots for the issue.
    we are 3 in process inspections operations with operation nos 25,65,75. The 25,65 operations we are closing in qa32 with force closer. i.e when operation 75 doing ud, the inspection operations 25,65 happening force closer. But in order even though operations are confirming also,it is showing the below error message while doing ud in qa32. Please help me on this. why it is showing that error message even though operations are confirmed.
    Regards,
    Mastan.

    Memory errors have nothing to do with actual lack of RAM. The file is damaged or references a potentially critical external component like a specific printer driver whose info has been stored in the file, a font, a color profile, a linked image or whatever. You need to figure out those problems instead of blindly throwing more resources art the program. As a start, try to open the file on another system. If it works you can limit the investigation to the specific machine and even if it doesn't it may give you a more meaningful warning that helps to diagnose the error.
    Mylenium

  • I cannot open PDF files even though I have installed Adobe Reader

    I cannot open PDF files even though I have installed Adobe Reader

    I cannot open PDF files online
    You seem to have missed some of our questions
    What is your operating system? (e.g. Windows Vista, Mac OS Lion)
    What happens when you try to open PDF files?
    Do you get any error message?
    and I will add one more
    What web browser are you using?

  • When I got my ipod I made an account with iTunes from my ipod.yesterday, I made a password lock to get into my ipod and I couldn't get into it even though I did the correct one. Now it says"connect to iTunes" BUT I can't because I never registered. HELP!!

    When I got my ipod I made an account with iTunes right from my ipod.Yesterday, I made a password lock to get into my ipod and I couldn't get into it even though I did the correct one. Now it says"connect to iTunes" BUT I can't because I never registered on the computer. I've tried holding the home and sleep/wake button for 10 sec and then only the home for 5sec and that might have reset it, but it didn't help. If any of you guys know what to do so I can unlock it I would appreciate it VERY much.

    If you haven't done so install iTunes on your computer. http://www.apple.com/itunes/
    Follow the instructions here: iPhone and iPod touch: Unable to update or restore

  • I can't open NEF files of my Nikon D800 in PS CS 5.1 even though I have installed Camera Raw 6.7

    I can't open NEF files of my Nikon D800 in PS CS 5.1 even though I have installed Camera Raw 6.7.
    What's the problem?
    Any solutions?
    Thx!

    The D800 is listed as needing ACR 6.7/7.1.  That raises a red flag that might indicate that 7.1 is needed.  Since that requires CS6 you can not use that version.  If others confirm you need 7.1 you either have to upgrade or use the DNG converter with latest version, which I think is 8.1.

  • Cannot see the video behind the title even though I select the option to do so, what am I missing?

    Cannot see the video behind the title even though I select the option to do so, what am I missing?

    hauntnh,
    I assume you're referring to the fifth video, "Add a title to your video." Did you drag the title to the V2 track, as explained at 2:33 in the video? Also, if your main video in the V1 track is not sitting below your title clip in V2, you won't see the video behind the title because there won't be anything behind your title.
    HTH,
    Stefan

  • Upgrading to osx 10.6.8 fails. I see errors in the /var/log/install.log of "An unexpected error occurred while moving files to the final destination." Underlying Error=(Error Domain=NSPOSIXErrorDomain Code=5 "The operation couldn't be completed. Input/out

    upgrading to osx 10.6.8 fails. I see errors in the /var/log/install.log of "An unexpected error occurred while moving files to the final destination." Underlying Error=(Error Domain=NSPOSIXErrorDomain Code=5 "The operation couldn’t be completed. Input/out. Any thoughts on what is causing these errors and the upgrade failure?
    Thanks

    I have no idea what the specific error code means but input/output errors can sometimes mean a disk is failing. Make a couple of backups of all important data before doing anything else.
    Verify your startup disk using the First Aid tab in Disk Utility. If the disk needs repair boot from your Leopard DVD and repair your disk from Disk Utility under Utilities on the screen after you choose your language. Repeat the repair process until Disk Utility reports all is well.
    If Disk Utility doesn't find any errors you might want to try a new download of the update and keep a sharp eye on your HD for anything else that might indicate all is not well. Take special care to back up important data.
    If Disk Utility finds errors it would probably be a good idea to pay a visit to the Apple Store to have them check out your hard drive even if Disk Utility is able to repair the errors.

  • I have a macbook from early 2008, and when I sign onto safari I get an error message for fast browser search plugin.  After that error comes up my computer freezes and I have to force it to shut down.  Does anyone know what that means and how I can fix it

    I have a macbook from early 2008, and when I sign onto safari I get an error message for fast browser search plugin.  After that error comes up my computer freezes and I have to force it to shut down.  Does anyone know what that means and how I can fix it?

    Means you have an incompatible Safari extension installed. Look in the /Home/Library/Safari/Extensions/ folder for the offending plug-in and delete it.

  • Does the cRIO scan engine support TEDS

    I have a cRIO chassis with 9237 bridge amplifier modules and would like to use the TED feature of my transducers.  I know the module itself supports TEDS but is this functionality incorporated into
    the new scan engine?
    Thanks

    Hi Sachsm,
    Currently, there is no support for TEDs with the CompactRIO Scan Interface.  However, you should be able to write an application that will allow you to get to your desired TEDs information by compiling two biftfiles, one that communicates to the modules using the TEDs interface that is supported with the LabVIEW FPGA Host interface functions, and another that then just communicates to Modules through the Scan Interface.
    After the TEDs information was read from the first bitfile, then you could use this information to calibrate the data used for the sensor.
    Let me know if you would like me to explain a little bit further or if you think the solution would work for you.
    Thanks,
    Basset Hound

  • Method not found error even though method exists....

    hello
    i m a newbee to sun and oracle technologies
    these days i m doing teh SRDemo tutorial with JDeveloper (ADF)
    I m having a problem and cannot figure out its solution so far
    problem is i have a utility funtion defined in a AFDUTIL javaclass,
    when i call this function in any class ,
    and one of its method
    compiler gives me error method not found
    even though i select the method from the list, plus when from cotenxt menu it can go to method as welll
    please help me to solve this issue
    regards

    well the code behind for the button is as follows
    public String cancelButton_action() {
    This action is actually reused from two pages, so we just need to ensure that we
    use the correct binding container reference.
    DCBindingContainer dcBindings =
    (DCBindingContainer)ADFUtils.findBindingContainer(getBindings(),
    "app_SRCreatePageDef");
    Reset the product list to the first item:
    DCIteratorBinding productsIter =
    dcBindings.findIteratorBinding("findAllProductsIter");
    productsIter.setCurrentRowIndexInRange(0);
    Clean out the description field:
    AttributeBinding problem =
    (AttributeBinding)dcBindings.getControlBinding("problemDescription");
    problem.setInputValue(null);
    Navigate back to the list page
    return "GlobalHome";
    and in ADF UTILS the method findBindingContainer is defined as
    public static BindingContainer findBindingContainer(BindingContainer bindings, String pageDefName){
    BindingContext bctx = ((DCBindingContainer)bindings).getBindingContext();
    BindingContainer foundContainer = bctx.findBindingContainer(pageDefName);
    return foundContainer;
    plus in source code of cancelbutton window message gives error BindingContainer findBindingContainer(BindingContainer bindings, String pageDefName) cannot invoke BindingContainer findBindingContainer(BindingContainer bindings, String pageDefName)(ADFUTILS)
    Message was edited by:
    user518797

Maybe you are looking for

  • No sound from speaker after upgrading?

    I just upgraded my iBook Clamshell 466 SE Graphite with more memory and a new 60GB 7200 RPM Hitachi hardrive. I also upgraded from Panther to Tiger with a Black Retail DVD. First, I installed the memory and then the following day, I installed the har

  • Java options: "Enable the next-generation Java Plug-in"

    On windows, this option is sometimes "grayed out" and you cannot disable it. This option is available since java 6 u 10, and is accessible via windows control panel, or alternatively via javacpl.exe. Which are the cases where the option is grayed out

  • Can only see User Management in Administration Tools

    I configured an LDAP realm and included the required admin group to access the Administration Tools. However, the only thing I can see in Administration Tools is User Management. I also checked to see if I have ebusiness.jar in my application and it

  • Urgent help please. Can't get image on LED cinema display.

    My husband has a traumatic brain injury. His existing monitor went kaput yesterday, & I've been trying desperately to set up a new LED cinema display with his Mac Pro that was purchased May 2007 for the past 4.5 hrs without success. Can't get any ima

  • Help - Cannot get flash to open, keeps terminating after fatal exception

    Says "FlashPro encountered a fatal exception. FlashPro will now terminate" Makes a log and says to enter a bug. Of course there doesn't seem to be anywhere to actually contact support or enter a bug. There is another discussion with a similar issue a