Propriété "mode de cadencemen​t C A/N" pour module NI 9219 introuvabl​e

Bonjour,
Je cherche depuis un moment à modifier programatiquement la propriété "mode de cadencement C A/N" d'un module NI 9219 pour chassis CDaq ou CRio.
Ci joint l'imprim écran de la propriété lorsque je gére la tache depuis MAX :
J'ai deroulé tout les noeuds de propriétés de la classe DAQmX qui me parraissaient appropriés, (en particulier "noeud de propriété de périphérique"), sans succés.
Si quelqu'un à l'information, il me sera d'un grande aide.
Cordialement
antoine
Résolu !
Accéder à la solution.

mknix a écrit :
C'est parfait, je vais pouvoir enfin passer à la suite, cette communauté est vraiment extra.
salut à vous, c'est vrai!
Luc Desruelle | Voir mon profil | LabVIEW Code & blog
Co-auteur livre LabVIEW : Programmation et applications
CLA : Certified LabVIEW Architect / Certifié Architecte LabVIEW
CLD : Certified LabVIEW Developer / Certifié Développeur LabVIEW

Similar Messages

  • Laptop-mode-tools fixes and improvements

    I have been in contact with the autor of laptop-mode-tools and new version is coming some time next month or maybe even in March. So I decided to share my tweaks because some things are broken right now and some need improvements.
    There are some modules I don't use and so didn't notice any problems with them, if there are any (lcd-brightness, video-out and those for which I don't have suitable hardware like cpufreq, iwl/ipw and sched-mc).
    Alright then, first is the problem with systems where the battery doesn't report events and has no alarm support on which the auto-hibernate module depends. There is a script from gentoo-wiki which is quite popular among people with lousy batteries. It would be great if the package manager would take care of it for us. Author of laptop-mode-tools also said (on debian lists) that such script could be included in future versions, for now the common "solution" is to create a cronjob that calls /usr/sbin/laptop_mode every few minutes. I don't quite like it compared to the gentoo script. For now I include the script in the package as /usr/sbin/battery_mode and call it from rc.local on boot.
    Currently there is a module called ac97-powersave that controls power management on those sound cards. Intel HDA sound cards also support this and in the future versions a module them will probably be included. For now I patch the ac97-powersave module to include the support for Intel HDA.
    Bluetooth module removes bluetooth and hci_usb modules when disabling the device. However on my system it's not enough to completly turn it off. For now I patch the bluetooth module to include rfkill support. Only then the system reports a USB disconnect and the LED goes off. The default path in the patch is for my acer system with acer-wmi rfkill support.
    Due to w differences the dpms-standby module is broken on many systems. The module uses xset and arguments are piped from the command w -hs where the third field is supposed to be DPMS_SCREEN but it's actually IDLE time, so xset command fails because the argument passed to xset -d is something like 4:54. On Debian/Ubuntu they went around this by including this in their acpi-support package. I didn't bother to see what they actually did, to backport it. It should be done in future laptop-mode-tools anyway. For now I just hardcode the display value for my single-user/one-X-screen system in the dpms-standby module.
    Due to a simple mistake LM_VERBOSE was broken. Meaning that none of those informative status messages from laptop-mode-tools were logged when VERBOSE LOGGING was enabled. Only the output of called commands was logged. For now I fix this in the build process.
    Speaking of logging, default output for verbose is /dev/stdout, and I would like to log everything to a file. So I modify it in the build process to log everything to /var/log/laptop-mode.log, and also include a logrotate script in the package. With the above fix I have a complete and informative log file.
    It's not a bad idea to stop/restart laptop-mode-tools when suspending, so a pm-utils hook is helpful. Arch PKGBUILD already includes installing pm-utils support but it's actually pbbuttonsd/pmud support and not pm-utils. Such a script/hook could one day be included in laptop-mode-tools however there is/was a debate going if it's their job to provide it. I read somewhere that Ubuntu already provides such script/hook but I'm not sure if it's provided by acpi-support or laptop-mode-tools package. For now I wrote my own pm-utils hook and I include it in the build process.
    Powertop suggests usbcore.autosuspend=1 sysctl, but it would be nice if we have all this power management control in one place. Usb-autosuspend module will be included in future versions of laptop-mode-tools, but for now someone wrote a module and posted it to the Debian bug tracker. I keep the module and configuration in my build dir but don't include it in the final package for now. I'll wait a bit and see how things will develop.
    To help you start hacking on laptop-mode-tools you can take a look at all the above patches and my PKGBUILD. Every step is documented in PKGBUILD comments, and please do check them because some things I patch but some I modify inline with sed. I also don't install acpid handlers and before mentioned false pm-utils support... everything is commented: http://sysphere.org/~anrxc/local/softwa … ode-tools/

    Hello,
    this was one year ago, and I helped the author improve these things. Today I don't have to patch my laptop-mode-tools... (I still do with some minor things, but that's just to satisfy some personal preferences . Use the arch package, even the battery polling helper is included.

  • How to store files in shared-folder in background mode

    Hello All,
    My requirement seems to be simple but I have tried many ways in achieving this, but failed. So require the help in accomplishing this task.
    Requirement
    I have to create a program in SE38 which will create a internal table with data in it in .XML format(which I can achieve).
    My requirement is this .XML file needs to be placed in a shared-folder in "BACKGROUND MODE".
    I have tried using GUI_DOWNLOAD function module, but this FM only runs in Foreground mode and fails in Background mode. I have tried convincing my client that I will keep the file in Application Server as it is achievable using OPEN DATASET statements, but they are not willing to accept this.
    So can you please help me in achieving this task as I am not getting any solution how to keep the file in Shared-folder in BACKGROUND mode itself(not Foreground).
    Best Regards,
    Tousif

    Hi Sanjeev,
    I have just used normal GUI_DOWNLOAD FM. Please find my sample code below
    CALL FUNCTION 'GUI_DOWNLOAD'
         EXPORTING
    *       BIN_FILESIZE                    =
           filename                        = 'D:\Users\baigtomx\Desktop\TOUSIF.XML'
    *       FILETYPE                        = 'ASC'
    *       APPEND                          = ' '
    *       WRITE_FIELD_SEPARATOR           = ' '
    *       HEADER                          = '00'
    *       TRUNC_TRAILING_BLANKS           = ' '
    *       WRITE_LF                        = 'X'
    *       COL_SELECT                      = ' '
    *       COL_SELECT_MASK                 = ' '
    *       DAT_MODE                        = ' '
    *       CONFIRM_OVERWRITE               = ' '
    *       NO_AUTH_CHECK                   = ' '
    *       CODEPAGE                        = ' '
    *       IGNORE_CERR                     = ABAP_TRUE
    *       REPLACEMENT                     = '#'
    *       WRITE_BOM                       = ' '
    *       TRUNC_TRAILING_BLANKS_EOL       = 'X'
    *       WK1_N_FORMAT                    = ' '
    *       WK1_N_SIZE                      = ' '
    *       WK1_T_FORMAT                    = ' '
    *       WK1_T_SIZE                      = ' '
    *       WRITE_LF_AFTER_LAST_LINE        = ABAP_TRUE
    *       SHOW_TRANSFER_STATUS            = ABAP_TRUE
    *       VIRUS_SCAN_PROFILE              = '/SCET/GUI_DOWNLOAD'
    *     IMPORTING
    *       FILELENGTH                      =
         TABLES
           data_tab                        = lt_wo
    *       FIELDNAMES                      =
    *     EXCEPTIONS
    *       FILE_WRITE_ERROR                = 1
    *       NO_BATCH                        = 2
    *       GUI_REFUSE_FILETRANSFER         = 3
    *       INVALID_TYPE                    = 4
    *       NO_AUTHORITY                    = 5
    *       UNKNOWN_ERROR                   = 6
    *       HEADER_NOT_ALLOWED              = 7
    *       SEPARATOR_NOT_ALLOWED           = 8
    *       FILESIZE_NOT_ALLOWED            = 9
    *       HEADER_TOO_LONG                 = 10
    *       DP_ERROR_CREATE                 = 11
    *       DP_ERROR_SEND                   = 12
    *       DP_ERROR_WRITE                  = 13
    *       UNKNOWN_DP_ERROR                = 14
    *       ACCESS_DENIED                   = 15
    *       DP_OUT_OF_MEMORY                = 16
    *       DISK_FULL                       = 17
    *       DP_TIMEOUT                      = 18
    *       FILE_NOT_FOUND                  = 19
    *       DATAPROVIDER_EXCEPTION          = 20
    *       CONTROL_FLUSH_ERROR             = 21
    *       OTHERS                          = 22
       IF sy-subrc <> 0.
    * Implement suitable error handling here
       ENDIF.
    When I run this program in foreground mode, the file gets saved(here in the above example I have just used my desktop path. but the actual requirement is to store file in shared-folder i-e Network Drive).
    But when i run the same program in background mode, No file is getting stored.
    Regards,

  • X-Fi XtremeMusic with Digital I/O mod

    Hi,
    I have acquired a Digital I/O module and am trying to have it output stereo sound to my speakers.
    I have connected one end of a coaxial cable to the DIO module and the other end of the coaxial cable to my speakers' digital input coaxial port. These speakers are by Altec Lansing and the model number is ADA-885.
    My speakers operate in a few modes: Stereo, StereoX2, Pro-logic, Quad (4.) or DD5. decoding mode. It has three inputs:
    analog FRONT
    analog REAR
    SPDIF digital in (either PCM stereo OR DD5. bitstream)
    In addition to the digital connection, I have connected the analog ports of the rear speakers to lineout#2 on the soundcard. This is so I can get 4. surround sound for games.
    This configuration has worked for me previously on an SBLi've soundcard with the daughter card where the digital output is.
    In gist, I am getting FRONT stereo through digital connection and REAR stereo through analog. I have the speakers set in Quad (4.) mode.
    I have read that the DIO module only outputs either PCM STEREO or DD5./DTS bitstream so technically, this should not be a problem as (at this point in time) all I want out of the DIO module is to provide PCM stereo and/or DD5. bitstream to my speakers.
    Herein lies the problem. Using the Console Launcher's Speaker config utility, I do a speaker test. The front channels are fine, with sound coming only from the front speakers. But as I get to testing the rear channels, I hear the test sound coming from the front speakers as well. (i.e. When testing REAR LEFT, I hear "REAR LEFT" coming from the rear left speaker as well as the front left speaker. Same thing goes for the REAR RIGHT channel.)
    I disconnected the analog rear connection and tested the speakers again. The front channels are fine but the same thing happens to the REAR channels. They are heard from the front speakers. Shouldn't the REAR channels not be heard at all since the analog rear connection has been severed?
    This did not happen with the SBLi've (I have the very first model of SBLi've with the daughter card. It is not a Li'veDE5. or anything else).
    EDIT: Whoa..it gets worse. Now I find out that the REAR channels are reversed. The "REAR RIGHT" channel is heard on the REAR Left speaker and vice versa. What's going on!?
    SmithyJMessage Edited by smithyj on 07-3-2006 :6 PM

    Hi Catherina,
    I do not have a Logitech webcam and have never owned one. The problem with REAR channels being reversed was resolved after uninstallation of the X-Fi and subsequent reinstallation. I use the CD that came with the card and install the normal package plus the Volume Panel. After that, I install the latest drivers from the Creative website. (not the BETA drivers)
    Oddly, when I uninstalled it the first time and then reinstalled it using the CD (before installing the latest web release), the REAR channel was mapped correctly to the REAR speakers only even with the digital connection in place. The problem came back after I installed the web release.
    However, the problem of the REAR channel being heard from FRONT speakers still persists even after I have uninstalled the X-Fi and reinstalled it from scratch multiple times. (with or without installing the web release)
    SmithyJMessage Edited by smithyj on 07-5-2006 09:48 AMMessage Edited by smithyj on 07-7-2006 02:59 AM

  • Mod Wheel not changing Articulation ID

    I'm using the Samson Carbon 61 keyboard controller to program drums with Drum Kit Designer. The decice is working correctly. But when using the GM + Mod Wheel for Hi Hat control, the Mod Wheel doesn't make any changes in the Articulation ID parameter. I already checked and the Mod Wheel is sending the corresponding CC#1 (Modulation) messages to the software correctly. Does anyone know how to solve this?

    Hi
    The Art Of Sound wrote:
    Normally it must send such messages on Channel 10... not Channel 1 which is the default for most Keyboards. (Logic reads all Chans usually)
    <snip>
    If I am incorrect, maybe Edgar might step in with further advice...
    Not Edgar, but...
    DrumKit Designer uses Articulation ID's to control the HiHat Open/Closed amount. Switching to GM+ does indeed work the Open/Closed amount here on F#1, G#1 and A#1 notes with the Mod Wheel. It works regardless of MIDI transmission channel and regardless of the Instrument track MIDI Channel.
    You may note that playing say an F#1 with the Mod Wheel on Max will give you an open Hat sound, but moving the ModWheel back to zero will not give you a "pedal closing" hat sound. You have to play the note again.
    If the controller device is correctly sending MIDI CC1, the OP may want to switch DKD for the EXS24 after loading the desired kit and setting the GM+ in DKD. You could then open up the EXS Editor Groups pane and watch check that they are being selected as you play a note repeatedly whilst moving the Mod Whl.
    CCT

  • Nexus 7009 bandwidth allocation per port in shared and dedicated mode:

    We have 7009 with following I/O modules:
    N7K-F248XP-25E --
    N7K-C7009-FAB-2 - qty 3
    N7K-SUP2
    I would like to know that each port of N7K-F248XP-25E will get how much bandwidth in shared mode. if we are using only one port group with 4 ports each port with 10gbps is it possible in shared mode to get 40gbps in one port group.
    Thanks

    Hi,
    I'm not sure there is such a thing as shared and dedicated mode on the N7K-F248XP-25E I/O module. I don't have one to test with, but you can see this if you execute the command show interface capabilities on your switch. If you look for the "Rate mode" line in the output it will show as dedicated or dedicated/shared. I suspect the ports on this module will all show as dedicated.
    That said, with your configuration there is potential for some level of over-subscription.
    The N7K-F248XP-25E I/O module uses a Switch on Chip (SoC) architecture with the 48-ports 10-GE ports connected via 12 SoCs, so the "port grouping" is ports 1-4=SoC 1, 5-8=SoC 2 etc.
    Each of the SoC has 40-Gbps of capacity to the switch fabric ASIC, which in turn has up to 550-Gbps capacity to the switching fabric. The 550-Gbps fabric capacity is the maximum based on 110-Gbps per slot, per fabric to the installed Fabric 2 Modules. To realise this capacity there must be five Fabric 2 modules installed in the chassis.
    From the hardware list you've supplied, you only have three Fabric 2 modules installed and as such you can only achieve a maximum of 330-Gbps per I/O module slot. What this means is that you have 480-Gbps host facing bandwidth, but 330-Gbps Fabric facing bandwidth, so a potential 1.45:1 over-subscription.
    You can reduce the over-subscription into the switch fabric by adding additional Fabric 2 modules.
    Regards

  • Which c-series modules are compatible with Scan Mode?

    OK, so I just wasted 4 hours.
    I started a new Project with a need to use a 9220 analogue input card on a cRIO 9030, but immediately became stuck when I was unable to add the module using the right click Add New C-Series Module wizard to the 9030 chassis.
    My first (and only) assumption was that this was a new card and I needed the latest Device Drivers. So I installed those.
    When that failed I upgraded my LV2014 to LV2014 SP1, and also upgraded the Real-Time and FPGA modules too.
    4 hours later, when that failed, I realised that maybe this isn't a card compatible with Scan Mode so began searching ni.com for information. I've searched a whole raft of terms and I just cannot find information on which modules are supported by Scan Mode (which is presumably nearly all of them). I know it exists somewhere because I one referred to it when I had an RS485 module that was only compatible in FPGA mode, about four years ago.
    So:
    1. Is there an easy way to determine if a C-Series module is compatible with Scan Mode? I still don't know!
    2. Can we please have Scan Mode compatibility shown in the Add C-Seris Module Wizard. When attempting to add a module to a cRIO chassis, the wizard can hint to us that a particular module is not compatible. By not showing the 9220 in the drop down list I was led to believe the module was not a known device (and hence I attempted to upgrade my drivers). It would be better if the module was listed but disabled and not selectable, with some informational text to explain why. It's a fair assumption that a module will be compatible, so we don't expect it to not be listed when we attempt to add it. In fact, the possibility that some modules aren't compatible can evade your consciousness temporarily and make you do stupid things (like upgrade your installation!).
    3. Can we please have Scan Mode compatability information put on each module's description page. That would have made this whole process much quicker.
    Thoric (CLA, CLED, CTD and LabVIEW Champion)

    Well, I definitely agree that finding info about RSI module support is not as easy as it should be. Since I know where to look, I will refer you to this document, which I found linked from this page.
    That's the best document I know of on the topic.
    Cheers!
    TJ G

  • Detect DEBUG mode in ABAP code

    Hi all,
    Is there a way to detect that we are in DEBUGGING mode in ABAP code.
    I need to determine this, because we have function modules that will be runned in a separate process in the background. If i could detect DEBUG mode, i could choose not to run these modules in the background, making debugging them possible.
    Regards,
    Rob.

    When you debug a program that calls function modules using the IN BACKGROUND TASK addition, they are processed in a background work process (additional internal session). If you set the In background task: Do not process option, the system collects the function calls, but does not start the background work process. The Debugger assigns a transaction ID, which identifies the background work process uniquely. You can now start the Debugger for the background work process using transaction SM58. You can select the function module concerned here, and then execute it via the Edit menu.
    http://help.sap.com/saphelp_47x200/helpdata/en/c6/617d0ce68c11d2b2ab080009b43351/frameset.htm
    There is a system variable SY-DEBUG, not sure if it works, though.
    Regards,
    Subramanian V.

  • LR 5 Full Screen Mode

    Using Full Screen Mode from 1:1 images in the Develop Module, results in a blurred image. This was reported on day 1 of the Beta, but appears to be unresolved. I thought it just needed time to render, but is not the case. After toggling the 'F' key 3 or 4 times the image finally becomes sharp.

    Hi, Yes agree with you but it is intermittent and under Win 7 will cause an app crash on Exit. Details below:
    ENVIRONMENT
    Lightroom version: 5.0 [907681]
    Operating system: Windows 7 Home Premium Edition
    Version: 6.1 [7601]
    Application architecture: x64
    System architecture: x64
    Logical processor count: 8
    Processor speed: 2.1 GHz
    Built-in memory: 8173.2 MB
    Real memory available to Lightroom: 8173.2 MB
    Real memory used by Lightroom: 1263.9 MB (15.4%)
    Virtual memory used by Lightroom: 1235.7 MB
    Memory cache size: 1189.1 MB
    Maximum thread count used by Camera Raw: 4
    System DPI setting: 96 DPI
    Desktop composition enabled: Yes
    Displays: 1) 1920x1080
    APPCRASH
    Direct2DEnabled: false
    GPUDevice: D3D
    MaxTexture2DSize: 8192
    OGLEnabled: true
    Renderer: NVIDIA GeForce GT 540M
    ShaderModel: 11.1
    Vendor: Nvidia
    VendorID: 4318
    Version: 10de:0df4:907e104d:00a1
    Problem signature:
      Problem Event Name:          APPCRASH
      Application Name:          lightroom.exe
      Application Version:          5.0.0.10
      Application Timestamp:          51a64dae
      Fault Module Name:          gdiplus.dll
      Fault Module Version:          6.1.7601.17825
      Fault Module Timestamp:          4f9242bf
      Exception Code:          c0000005
      Exception Offset:          000000000003c579
      OS Version:          6.1.7601.2.1.0.768.3
      Locale ID:          3081
      Additional Information 1:          fc0e
      Additional Information 2:          fc0e3aa0799b988b7cbaf12b8f7e8d0c
      Additional Information 3:          b637
      Additional Information 4:          b637cb5e2d306afbb3503b49c13fea96

  • Cuestion about CSM on bridge&router mode

    Hello!!
    Plese help me with this cuestion about CSM connection modes:
    We have 2 Cat6500 with a CSM inside of each (CSM1 on Cat6500_1 and CSM2 on Cat6500-2)
    The CSM1 is on bridge mode with Vlan31 for Client side and Vlan131 for Server side.
    The CSM2 is on router mode with Vlan30 for Client side an Vlan2 for Server side.
    We want to join both switches for redundancy purposes (switches and CSMs).
    We want to merge the two Client Vlans (include the logical IP segments) on a /23 mask.
    But the cuestions here are:
    Can we keep the original config (bridge mode and router mode) on the CSM1 (for example)
    considering this Module as active and CSM2 as standby?
    Is there any consideration to take in count in order to configure this? (Some examples...)
    Thanks in advance
    Pedro

    yes, you can mix bridge more and router mode and so merge the 2 configs.
    Gilles.

  • Changer le propriétaire de la bibliothèque

    Bonjour à tous,
    Je viens d'acheter un Imac d'occasion. Lorsque je veux synchroniser mon ipad, itunes me propose systématiquement la bibliothèque de l'ancien propriétaire de l'ordi. J'ai déjà effacé sur .../ma musique/itunes ses fichiers à lui que j'ai remplacé par les miens, j'ai autorisé l'ordinateur, transféré mes achats. Malgré tout ça, à chaque fois que je veux synchroniser, il me propose par défaut la biblio de l'ancien propriétaire.
    J'ai bien pensé supprimer itunes pour le réinstaller mais l'imac me le refuse au motif que l'OS en a besoin pour tourner.
    Est-ce que quelqu'un saurait comment faire pour "changer" le propriétaire par défaut sur itunes pour que je puisse faire ma synchro sans problème.
    Merci de votre aide

    vfrouard wrote:
    > l'objectif est de pouvoir changer le pointeur de la souris ,
    > lorsqu'une application crée sous labview travaille?
    In LabVIEW 7.x you have VIs under Application Control->Cursor to do
    that. Before LabVIEW 7 you had to rely on external DLLs to do that which
    typically didn't work well as LabVIEW interfered with it and reset the
    cursor constantly.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Text Object Save Mode

    Im exploring the text object in SAP tcode SE75 i would like to know what are the meanings of the save mode types where there is dialog/update/not in text file. Also what are meaning of the Interfaces in the text object? Your answers are appreciated.
    Moderator message: please search for available information/documentation before asking.
    Edited by: Thomas Zloch on Jan 4, 2011 2:16 PM

    The save mode of a text module (dialog, update) is defined via the table TTXOB with the text object. In certain cases it makes sense to save the text immediately (for example, in batch programs) instead of in the update task.
    ' ' Save mode according to text object
    'X' Save text module immediately

  • Premiere CS6 - Performances en mode caméras multiples

    Bonjour à tous,
    je souhaite utiliser le mode caméra multiple de Premiere CS6 pour réaliser un montage à partir de rushes full HD (1920x1080).
    Malheureusement, il est inutilisable car les vidéos jouent convenablement pendant 1 seconde, puis elles se figent toutes.
    Ca semble être un problème de performances, actuellement je travaille avec
    Adobe Premiere CS6
    Windows 7, dernières mises à jour dernier service pack
    Core2Duo E8400
    4Go DDR2
    Radeon HD6950
    Disque principal : WD Velociraptor 10000tpm
    Disque secondaire : Segate Barracuda 7200tpm
    Avez-vous un avis ou des conseils à me donner pour arriver à faire fonctionner ce mode correctement ?
    Dans tous les cas, même l'aperçu vidéo dans l'espace de travail par défaut souffre de nombreux ralentissements...!
    Merci d'avance

    Si vous parlez anglais, la réponse à votre question se situe sans doute ici : http://blogs.adobe.com/toddkopriva/2011/02/optimizing-for-performance-adobe-premiere-pro-a nd-after-effects.html
    (et si vous ne parlez pas anglais, tentez la version Google Translate)

  • Uploading Excel File in SAP In Background Mode

    Dear All,
    We require to upload Excel File in SAP in Background Mode.
    Could anyone suggest me the Function Module for this?
    Or any other method..........please.
    Thanks in advance for ur kind help.
    Best Regards,
    Prasad

    hi check this..
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9831750a-0801-0010-1d9e-f8c64efb2bd2
    Download in Background
    http://sapabap.iespana.es/sap/info/rfcexec/rfcexec_e.htm
    Reward if find useful

  • ACE20-MOD-K9 module facing NP crash/restart

    Hi,
    Facing isue with ACE module Part#ACE20-MOD-K9 having NP failed error message and module got restarted.
    Module software currently# c6ace-t1k9-mz.A2_1_6a.bin
    We have studied the Support Community document and got the BUG id's information having impact on this module,
    BUG id's: CSCsv92321, CSCsx25981, CSCsq38638
    Now we need help regarding software version to upgrade for the ACE module having no impact on this ACE module by these BUG id's having parity error symptoms.
    Also attaching the respective logs for the module restart issue.
    Regards,
    Ashutosh

    Hi,
    This looks like a parity error. If this is a first time occurrence I would recommend you to upgrade to a latest software and keep monitoring.
    CSCsq38638           
    Symptom:The ACE blade cores indicating a SRAM Parity Error. Occasionally  another type of process (such as IFMGR, etc.) core may accompany the  SRAM error crash.
    Conditions:This is a rare condition where the ACE blade is running and performs an SRAM operation that detects an SRAM parity error.
    Workaround:Reboot of the ACE will clear the state.  This reboot is accomplished automatically when the corefile is created.

Maybe you are looking for

  • Changing the value of a control in a subvi

    I think the answer is out there somewhere but I've read through many threads found with searches similar to this topic so sorry to repost... I would like to change the value of a top-level VI control from a sub-vi.  The data is being used as a parame

  • Unable to change "Ship-To" in Billing Document

    Hi Experts! I have a billing document that has already been released to accounting and cleared, however the "ship-to" address is incorrect.  Is there anyway I can change the ship-to in this billing document?  VF02, XD02 did not do anything for me.  A

  • Mirroring MacBook Pro onto AppleTV

    All of my computers, peripherals, etc.. are all Mac and I just recently picked up AppleTV. One of the functions that I have been really happy with is the option to be able to mirror my phone or pad onto my tv screen. I have been reading though that s

  • HT4623 I have a preowned ipad 1, can I update the ios to 6.0?

    I have a preowned ipad 1 and cannot load some apps because itunes is telling me I need ios 6.0 or more. Confused.

  • Newbie.. how to set command prompt and command aliases

    So, I usually log an as a root (Solaris 10), and I would like to have a current folder in my prompt, so I put a line in /etc/profile: PS1="${LOGNAME}: `pwd`: " but it shows only a folder that was current at a logon (root home folder)... how could I p