9033 OR & NI 9870 - series recording parameters do not restart the cRIO.

Hello

I have a cRIO OR 9033 with two RS232 9870 cards. The two cards series and their ports do not appear when I turn on the cRIO. When I run my executable in real time, once it crashes, saying: he cannot find the ports I ask. After that it crashes, the channels appear in MAX and VISA resource controls, and when I run the program a second time, it works very well. Why does this happen? Is it possible that I can have the save of the series, so I don't need to have the program crash whenever the cRIO starts?

I run my program in hybrid mode. I Interface FPGA and including two maps cRIO outside the FPGA target, like this:

I tried the cancellation of the deployment and the deployment of all, but it does not help. It blocks the first time regardless if I execute the suite of LabVIEW Development or if I deploy it as an RT executable and run at startup.

Here are some pictures of what is happening:

10-port VISA should be available. The two on the chassis and four for each card to 9870.

When I start first cRIO, only the ports of two chassis looks for selection in a control channel VISA:

And the channels do not arise to the MAX:

Showing also currently installed software.

When I go to the settings of NI-VISA 14.0.0 page I see this:

Channels appear here, but nowhere else.

When I try to run my program, I get this error:

And after the error, the channels appear in LabVIEW and MAX!

Series settings will remain as long as I leave the cRIO powered. If I disable, settings series pannals and I need run my program once only it crash before I can use the serial ports.

I would really like for these settings apply automatically without having it fail the first time.

Any suggestions?

I also run hybrid FPGA on cRIO with cards 9870 and 9871 under the scanning engine you are. I also noticed behaviour buggy when accessing the COM ports - for example, if the cRIO running the executable version of his program and you interrupt it to run the same program in interactive mode, often, you receive the error message "missing resources VISA." So what I do is restart the cRIO with the disabled startup application.

I honestly would not bother to configure anything through MAX when it comes to your cRIO. You configure port configuration programmatically. In the process of initialization of your program, open your bitfile, run it, wait, a few seconds to have everything settle, make a VISA "find resources" and confirm all your ports appear, then use the VISA to configure and open the port by program. This way worked for me.

Tags: NI Hardware

Similar Questions

  • How do mediacentre show all instances of a series recorded as an icon in the form of registered programs

    Media Center used to show only 1 screenshot icon through a series of recorded programs. by clicking on this screenshot, all other records showed in the series. Now, all instances are presented individually.

    I prefer the view 'nested' How do I get it back please?

    Hi RC57APR,

    I suggest you to re-run the installation of Windows Media Center and check if it helps you to change the display of the series recorded as you display earlier.

    To rerun setup the Media Center window, follow the steps below:

    a. open Windows Media Center.

    b. Select the task and click settings.

    c. click general, click Windows Media Center Setup.

    d. click on run the installer again.

    This will reset the preferences. Check to see if it helps you find the view or the earlier registrations.

    I hope this helps. Let us know the results.

    Thank you and best regards,

    Srinivas R

    Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Even if I have cookies recording enable when I restart the application in that I have to enter all of the newspapers in detail yet. How do use cookies stored?

    Have the ability to save cookies and all the other stuff already activated, I connect to several sites (e.g. gmail).

    When for some reason I restart the application, the site prompts me to fill again in my log in details. The strange thing is that on my desktop PC, it seems to have exactly the same parameters however save in this case, or by using saved cookies actually works.

    Which is maybe a problem of Ubuntu? I do not know. But some profile settings are reset any time that I opened the application.

    Any ideas?

    Thank you

    Try to clear your Cookies for the sites concerned.

    Tools > Options-> life privacy - Cookies = the button show Cookies

    Enter the domain name in the top search bar and all Cookies for this URL will be displayed. Unless you can figure out which is Cookie to "remember me", you will need to delete them all.

    Hold the {Ctrl} key while you click each Cookie in the small window. When this list is all highlighted, click the Cookie delete button at the bottom left.

    When you are finished click Close.

    If this problem persists, you may need to delete the __cookies.sqlite__ file in your profile folder.

    http://support.Mozilla.com/en-us/KB/profiles#How_to_find_your_profile

    You might need to view your "hidden files and folders" through Options of folders in the control panel

  • Problem recording - screenshot is not capture the correct window

    Hello

    I work in Captivatre 7 on a Mac and I try to add a record slide to make a tutorial in Photoshop. When I do the screenshot, then finished, it brings back me to Captivate and all the slides have the background of my captivate model rather than the Photoshop window. It is not happened to me before and all parameters are similar - I have used capture screen in Captivate 5 & 6, but not 7. When I went to try the screen capture in Captivate 6 also, it does the same thing. Some of the movements (but not all) are taken into account properly - the text captions are referencing movements associated with Photoshop. Here are some pictures below - orange background is my background model Captivate, and I added some photos of my settings. Any help is appreciated!

    Screen Shot 2013-11-26 at 7.20.04 AM.pngScreen Shot 2013-11-26 at 7.31.31 AM.pngScreen Shot 2013-11-26 at 7.31.42 AM.pngScreen Shot 2013-11-26 at 7.18.09 AM.pngScreen Shot 2013-11-26 at 7.18.21 AM.pngScreen Shot 2013-11-26 at 7.18.47 AM.png

    Take a look in your library in background to see if there is a bunch of charts of capture are listed.  If there is, then straight catches, that you're just not see them in the views of the slide.  It could be that you have slide master assigned to these slides and the slide master graphics are sitting on the top of the screenshots.

  • Query should return the number of records that do not match the values of the DB

    I have the SQL query in the IN clause that I have certain values to verify each year against DB. I need a query that should tell the number 1 for existing records and 0 to not exist records. I get only matched lines from now account. Help is very appreciated.

    sample

    number of values
    SAM 1
    CAT 0
    POOL 1
    JACK 1
    FUN 0


    Concerning
    Prakash.
    with search_for_values as (
    select 'SAM' name from dual
    union all select 'CAT' from dual
    union all select 'HEN' from dual
    union all select 'JACK' from dual
    union all select 'FUN' from dual
    )
    , search_in_tab as (
    select 'SAM' name from dual
    union all select 'HEN' from dual
    union all select 'JACK' from dual
    union all select 'HEN' from dual
    union all select 'JACK' from dual
    union all select 'HEN' from dual
    union all select 'JACK' from dual
    )
    select sfv.name
         , case when exists ( select null from search_in_tab sit where sit.name = sfv.name  ) then 1 else 0 end   cnt
    from search_for_values sfv
    

    Anton

  • I've screwed up when I recorded for firefox sync and has not finished recording and did not get the newspaper in the key. Now it says my email address is being used and I can not reregisted with my e-mail address. How can I fix?

    I am trying to sync my iphone

    Go to the following address: https://account.services.mozilla.com/

    If you DO NOT remember your password, click on the link "Forgot your password?" and it will be sent to the e-mail address you used for registration.

    Enter your e-mail address and your password. Follow the additional instructions. This should delete your account and all data synchronization associated with your account from the servers of.

    Then, set up a new account.

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

  • Sound sound record play will not activate the sound

    the icon of audio on the screen and on my computer are cut and every time I press on it is not turn the sound back on. What should I do?

    Hello

    I see that you are unable to reactivate sound.

    Do not worry! I'm here to help.

    You did changes to the computer before the show?

    Let's try the following and check if it works:

    Method 1:

    You can run the troubleshooter Audio playing & check if this solves problems.

    Open the troubleshooting of Audio playback

    Method 2:

    You can try to download & install the latest drivers for sound card on the manufacturing site & check if the problem persists.

    Reference: update a hardware driver that is not working properly

    Hope the helps of information. Please post back and we do know.

    If you need assistance regarding Windows please keep us informed.

  • Recording sequences do not on the timeline in first CC 2014 (8.1)

    OS: Mac 10.9.5

    First CC 2014 8.1 (Build 81)

    Feature: Mac Mini

    I upgraded from first CC 7.2.2 (33) to the first CC 2014 (8.1). Now when I open the project converted, random sequences do not appear in the editing window, even if they had been registered previously in the timeline. Is this a glitch or bug in the conversion process, I am the floor and I have to redo the sequences in the new version of first, nested and all sequences? Or is there a switch that I can change to make sure that sequence appear without having to reload?

    Any constructive opinions would be much appreciated, thank you.

    Hi Vondruke,

    This is a known issue in CC 2014 and 20141. I apologize for the inconvenience. Please file a bug report: http://adobe.ly/ReportBug

    If it's a deal breaker, you can always return to CC (7.2.2)

    Thank you

    Kevin

  • Windows Media Center crashes when I click on "Save" or "Series Record" in the Guide

    I had a problem with MC of Win 7 (ehrecvr and ehsched services does not) that has been resolved, EXCEPT that whenever I hit "Record" or "Series Record" in the Guide, MC crashes. upon restart, it shows no record for the entry of guide. Any ideas? Thanks for your help!

    Log name: Application

    Source: Windows Error Reporting

    Date: 2010-07-08 10:57:36

    Event ID: 1001

    Task category: no

    Level: Information

    Keywords: Classic

    User: n/a

    Computer: DellStudio

    Description:

    Bucket of error, type 0

    Event name: CLR20r3

    Answer: No available

    Cabin ID: 0

    Signature of the problem:

    P1: ehshell.exe

    P2: 6.1.7600.16385

    P3: 4a5bd053

    P4: mcstore

    P5: 6.1.0.0

    P6: 4a5bda1e

    P7: 87D

    P8: eb

    P9: K00FQ3SX1BBMZSVVMZ43XMPES0XM1TGN

    P10:

    Hello

    You will remember to do recent changes on your computer before this problem?
    Disabling Mcupdate.exe scheduled task has allowed little to resolve this issue. You can also try turning it off and check for the issue.
    Method 1: Disabling Mcupdate.exe scheduled task.
    1. click on start.
    2. in the search box, type Task Scheduler.
    3. under programs, click Task Scheduler.
    If you are prompted for an administrator password or for confirmation, type the password, or click on continue.
    4. in the navigation pane, expand Task Scheduler Library, expand Microsoft, expand Windows and then click on Media Center.
    5. in the details pane, right-click right mcupdate and then click on disable.

    Method 2: Rebuild the Media Center data store and see if that can solve the problem. To do this, follow these steps:

    a. exit any running instance of Windows Media Center.
    b. remove the mcepg2 - 0.db file. By default, this file is located in the following location:
    %SystemDrive%\ProgramData\Microsoft\eHome\mcepg2-0.DB
    To remove the file, follow these steps:
    i. click on start, type % systemdrive%\programdata\microsoft\ehome, and then press ENTER.
    II. in the details, click pane right mcepg2 - 0.db and then click on remove.
    III. click Yes to confirm that you want to move the file mcepg2 - 0.db to the trash.
    This file will be automatically created once you restart windows media center.
    I hope this helps.

    Thanks and greetings
    Umesh P - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.
    [If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message.] [Marking a post as answer, or relatively useful, you help others find the answer more quickly.]

  • browser began to record passwords, but not now, even if the parameters have never changed. How can I fix this?

    parameters have not changed, but browser ceased to save passwords. Save the password option is checked, but again, it will not save. This can be corrected?

    Make sure that you are not Firefox running in permanent private browsing mode.

    To view the history settings and cookies, choose: Tools > Options > privacy, choose the setting Firefox will: use the custom settings for the story of

    • Uncheck the box: [] "always use the navigation mode private.

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

  • Home sharing television series records/seasons mixed up after update to tvOS 9.2

    After my 4th Apple TV update area generation 9.2, I discovered that TV Show records have been added for sharing home function 'my computer '. I love! Waited a long time for her! However, the sorting criteria has changed and he is no longer sorted by Show title, season and episode. There are a few other considerations of metadata corresponding to a use and it is completely found toward the top of my collections of show:

    Of course, I have about half of my TV collections were stolen in a DVD purchased and metadata laboriously added manually by myself. And as upsetting as it is for this effort to be thrown, it would be useful to know which metadata fields (existing or new) that Apple TV engineers are using to build their pages. Also, there is garbage metadata directly from the iTunes purchases to my friends that are causing problems in sorting as well. So it seems that I have to clean in order to display the content in a coherent order - at least through sharing of my house. It seems not unreasonable to use iTunes as a content management system for items not purchased through Apple. Any other 'home Brewers' and iTunes TV Show observers having similar problems with the last update and home sharing?

    Yesterday I described my version of this in a post, but stupidly did not include the screenshot that you did.  I have the same problems.

    There must be a problem with the TVOS because two other previous ATV running iOS earlier is fine, as the iPad and iPhone...

    Sorry that is not a solution, but your problem is shared!

  • Hi - I recently bought a new iMac. I have a design Premium cs5 recorded which is an upgrade - I have no disk for cs4 but the qualifying serial number for it. I installed cs5 via download on my iMac, but it does not accept the ser

    Hi - I recently bought a new iMac. I have a design Premium cs5 recorded which is an upgrade - I have no disk for cs4 but the qualifying serial number for it. I installed cs5 via download on my iMac, but it does not accept the serial number. If anyone can help. Anyone who thinks that Adobe will lose a lot of customers with no chat or calling users cs5 support?

    You can support the serial number and activation support.

    Mylenium

  • Win7 Ultimate Media Center Edition. Two channels ATSC displays only when I hit 'Record', otherwise 'channel not found', full strength 5 bar

    In the Seattle area, when I tune the channel 7.1 and 7.2 in the settings of signal strength, I still see 5 bars. It's the local affiliate CBS, KIRO.

    I have a HVR2250 dual tuner PCIe Hauppauge tuner card which has worked flawlessly for about a year. The drivers are current, 8851 dated June 2013. He also runs the current WinTV7 version 2. 8A. I do not use the Hauppauge app generally and it's not usually loaded with the exception of the tests. There is no shows at the request of record with WinTV7, although I could test records programmed successfully using this application.

    When I adjust the Guide, or by browsing the channels, MCE says no signal received 7.1 and 7.2.

    When I adjust everything first to one of them in the 10-15 seconds avant-erreur MCE 'no signal', if I reached the record, the channel is immediately blocked, including digital video and audio Dolby, and the program starts recording. I can stop recording, and as long as I don't change away from this channel, it remains fully functional with clear reception.

    I'm on a hill and have the correct line of the broadcasting antenna site about 12 miles away. I can also have this channel without problem on WinTV7 app by Hauppage, and setting my Samsung tuner screen, indicate both maximum resistance.

    The biggest problem is that the series on the logging sometimes channel show "available channel", and does not record successfully. If I manually start recording, it works every time.

    Is there any settings I can adjust to decrease the sensitivity required in MCE?

    Hi Scott,.

    According to the above mentioned the question on the Media Center, I have some suggestions for you so that you can go ahead and try see if this can help you.

    Method 1:

    Try the steps as indicated by "Cliffskier", who responded on 24 September 2012 in this thread:
    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-pictures/Media-Centre-unable-to-to-watch-live-TV-but-can/3f093264-A811-4106-81d6-75e6434c1aad?page=2

    Method 2:

    Try us to update or download the list of guide for the media center. While we ensure that we have the list of guide updates and channels. After completing the above step, then try to search for and implemented.
    http://Windows.Microsoft.com/en-us/Windows7/use-the-guide-in-Windows-Media-Center

    For more information:
    http://Windows.Microsoft.com/en-us/Windows7/record-TV-in-Windows-Media-Center
    http://Windows.Microsoft.com/en-us/Windows7/watching-TV-in-Windows-Media-Center-frequently-asked-questions
    http://Windows.Microsoft.com/en-us/Windows7/TV-signals-that-are-supported-by-Windows-Media-Center

    Hope this solves the problem. If the problem persists, you can write back to us information and we will be happy to help you further.
    Thank you.

  • Recording indicator does not

    Hello

    CUCM 10.x

    Conductor XC 3.0.2

    vTP: 4.1 (managed remotely)

    MCU: 5320 (managed remotely)

    CTS: v6.2

    I used the MCU & vTP servers for appointment calls.

    Scenario:

    User - 1:MX700 (registered CUCM)

    User 2: 9971 IP-Phone (CUCM registered)

    User-3: EX90 (CUCM registered)

    I appeal to user-1 to 9870 and a conference is created on the drift and content server automatically joined because I have a template of autodial configured.

    Join all users and a single square window is given to CTS where is said: record and a red light flashing.

    I want upcoming recording as an indicator, not as a participant.

    On 5320 MCU, I see in the options 'record indicator " that is checked and its still give one-stop to CTS.

    Tried this. https://supportforums.Cisco.com/discussion/11794476/Telepresence-recording

    As for the TP server, I can't find any option on the driver.

    Thanks for your time.

    We have CUCM deployed at the moment, but the TCS and VCS work very well that that's what we use and I get the record on the telepresence Server indicator when booking through TMS.

    About the bug, suggest that you reach out to your account manager and raise the issue with them, the more customers the better.

  • Advice on the resolution "Error #2004: one of the parameters is not valid."?

    Hello

    Sometimes my graphs of objects returned by a remote call can be very deep and complex.  As you know, if you have not a reference to all the types of objects returned by a call to distance, you get this error:

    "ArgumentError: Error #2004: one of the parameters is not valid."

    So, I know what the problem is, but I often have a devil of a time finding - this who-class/type on that it chokes.  It usually involves a long process of trial and error.

    I was wondering if I forget what is obvious or if someone has a method to determine what classes he chokes on?

    Thank you!

    Usually, if you are using a debug version, you will get a record of the complete stack with line numbers.  I find those useful.

    Alex Harui

    Flex SDK Developer

    Adobe Systems Inc..

    Blog: http://blogs.adobe.com/aharui

Maybe you are looking for