State ban of the NI PCIe-6535 b

Hello

I make sure that my PCIe-6535 b never down all active lines at the same time, not even in the transient state or power up/down. This means hardware failure that this control panel.

Is there a setting I can put this advice to make sure that this will be the case?

Is there a "prohibited" State that I can configure?

Dear Pawel

6535 b, behavior at the start of each line is software-configurable, can be set to three States, 0V, under 2, 5V or 3, 3V. For normal operation, please make sure that the lines are in the correct state of the software. The best way in my opinion is to build an API that always performs a check of the other lines before defining an active line, then use the card only through the API. (If there are other users, you can lock to prevent overrriding audits)

If the safty software is not applicable in your case (for example, you want to use maximum speeds possible, so there is no time for the controls, or do you need a more secure evem solution) I sugest an e minor addition.

Kind regards:

Tags: NI Hardware

Similar Questions

  • Generation of SPI by using the b PCIe-6535

    Hello

    I have a data ready signal generated every 100uS or so by a SPINNAKER of slaves.

    The SPI master must generate then 96 SPI clocks anhd captures data returned.

    The process is repeated every 100uS. The SPI 96 clocks must be completed before the next event, hence the need for an ardware or RT system.

    Would it not possible to program the PCIe-6535 b to act as the master of SPI that is to generate the clocks, store data, such as a Windows LabView program can probably pick up data without loss?

    Or I'm looking for something more like a RIO?

    References & code examples would be great!


  • synchronization of several b PCIe-6535

    Hello

    I need to synchronize all designated offices in four of the b PCIe-6535. They are all connected to the cable RTSI, operating at 5 MHz sampling rate.

    All 128 lines must begin to display the data when a single PFI trigger is received.

    What would be the best way to synchronize these four devices? The examples NOR see the concept of master/slave, but is possible better? I would like to see all four volumes in the form of an array of 128 channels.

    Can I combine all the lines in a single task and write the data to each of them at the same time?

    Thank you

    Dear Pawel

    You can use the RTSI7 line for distributing clock signals (/ SampleClock, specifically). The trigger signal can also be distributed by the RTSI. For routing all available, you can check the routes tab device in MAX. I have also experimented with this array type DAQmx configuration, please find the fixed results.

    Let me know if you have any other questions.

    Kind regards:

  • Acquire simultaneously with PCIe-6535

    Hello

    -J' use a PCIe-6535 to manage an electronic home-made (working) card. The electronic card has a FIFO used to store data.
    I need to read that data during the acquisition, and the moment for playback is defined by a product a DDS signal that
    I have to read too. I'm programming with CVILabwindow version 10.0.0.

    In the software "processes", I start the DDS, and I expect a signal(or event) I detect it with the next part of the code (thread0):

    DAQmxCreateTask("",&line_Clk_TaskHandle);
    DAQmxCreateDIChan (line_Clk_TaskHandle, "port2line3/Dev1", "", DAQmx_Val_ChanPerLine);
    DAQmxCfgChangeDetectionTiming (line_Clk_TaskHandle, "Dev1/port2/line3", "line3/port2/Dev1", DAQmx_Val_ContSamps, 1); I perceive the event UP and DOWN and up and down.
    DAQmxRegisterSignalEvent(line_Clk_TaskHandle,DAQmx_Val_ChangeDetectionEvent,0,ChangeDetectionDD3,);
    DAQmxGetTaskAttribute (line_Clk_TaskHandle, DAQmx_Task_NumChans, & line_NumLines);

    ChangeDetectionDD3 is a function that started with the acquisition of FIFO.
    Acquisition of FIFO is controlled by the following portion of the code (thread1):

    DAQmxErrChk (DAQmxCreateTask("",&taskRead));
    DAQmxErrChk (DAQmxCreateDIChan (taskRead, ' Dev1/port0","Digitalin", DAQmx_Val_ChanForAllLines));
    DAQmxErrChk (DAQmxCfgSampClkTiming (taskRead, "OnboardClock", 5000000, DAQmx_Val_Rising, DAQmx_Val_FiniteSamps, NUM_SAMP));
    DAQmxErrChk (DAQmxExportSignal (taskRead, DAQmx_Val_SampleClock, "/ Dev1/PFI5"));
    DAQmxSetTimingAttribute (taskRead, DAQmx_SampQuant_SampMode, DAQmx_Val_FiniteSamps);

    SYSEn [0] = 0;          ALLOWING the acquisition chain
    RES = DAQmxWriteDigitalLines (Task_SYSENn_Handle, 1, 1, 10.0, DAQmx_Val_GroupByChannel, SYSEn, NULL, NULL);
                
    R4T [0] = 0;          ALLOWING playback of the FIFO
    RES = DAQmxWriteDigitalLines (Task_FIFO_R4T_Handle, 1, 1, 10.0, DAQmx_Val_GroupByChannel, R4T, NULL, NULL);
    READ FIFO
    RES = DAQmxReadDigitalU8 (taskRead, NUM_SAMP, 10.0, DAQmx_Val_GroupByChannel, ftell, NUM_SAMP, & sampsPerChanRead, NULL);
                
    R4T [0] = 1;          STOP reading
    RES = DAQmxWriteDigitalLines (Task_FIFO_R4T_Handle, 1, 1, 10.0, DAQmx_Val_GroupByChannel, R4T, NULL, NULL);

    Since I have to read more than one set of data, I get in this part of the code several times (each time DDS AD9910 send a change on the RAMP_SWP_OVER of two-way continuous line signal ramp Mode RAM, in the case).

    -The problem I get is due to a resource that is already in use"when I read the FIFO through DAQmxReadDigitalU8.
    In particular:
    RUNTIME ERROR NO MORTAL: "Read_FIFO_Thread.c", line 44, col 23, 0x000014C8, int id thread id 1: function DAQmxReadDigitalU8: (is-200022 return value [0xfffcf2aa]). Resource requested by this task has already been reserved by another task. Feature: Dev1 task name: the State _unnamedTask<134> Code:-200022

    I've already simplified to the limits of the code, and I get this ERROR only when I read that both inputs line. When I run the code for a signal acquisition
    only the code works and I have read the FIFO or I read each shipment of the event by the DDS on port2/line3. I thought the problem resides on
    the countdown on the PCIe (which may not be apart as I want: port0 and port2/line3) implicitly used by functions
    dedicated to the detection of the event generated by the DDS.
    I guess the first question is: can I use the Onboard clock in this configuration?
    and if I can use how do I manage it? I mean, what do I have to configure?

    Carlo


  • Shows incoming calls to the United States instead of the city and the State

    IiPhone 6plus, IOS 10.  Incoming calls from unknown number of shows in the United States instead of / the State of the city. How can I fix this. Thank you

    Settings > general > language and region > region = 'United States'... assuming that is where you are.

  • Pavilion g6: I get the message "PCI device has not a driver" I don't know what to do.

    EHEN I run the trouble Shooter, I get the message "PCI device has not a driver" I don't know what to do. Can I get a link to load down even. This problem has prompted after a system restore.

    Hello

    Most as it is the PCIe card reader drivers. Please try:

    http://h20564.www2.HP.com/hpsc/SWD/public/detail?swItemId=ob_133237_1 & swEnvOid = 4158

    Otherwise after return what its hardware id.

    Kind regards.

  • Install the Mini PCI wireless network card. Need help!

    Hello
    I have laptop Toshiba 5200-701 which is upgradble of wireless network, so I bought the mini PCI card Philips wireless brand. The reference is PH12127-E/PH11107-E and support 802.11a/b/g network address MAC 00 4F 05 43 88 F4.
    When I inserted the card in the laptop it shows new hardware found and then I downloaded website IBM software since I was told that this card is basically designed for laptop IBM, however, my laptop is unable to install the software and still facing problem... so please could someone help.
    Thank you very much.

    Moral salvation

    Well, in my opinion, you bought a bad wireless card. I don t think that your game can works with your device. Before you buy some hardware components, you need to check the compatibility of these parts. Toshiba service partners always have information about the units on the right. However, I found a wireless card that is compatible with your laptop. It's a PA3212U-1MPC.

    Good bye

  • Location of the Mini PCI Slot on Satellite P10

    Hi - I have a portable series of P10, PSP10E-0RCJM-EN.

    It is initially provided without an internal WIFI card but a swith and LED indicator.

    I hope to fit a suitable Mini PCI card.

    I am likely to find that an antenna is already installed?

    That more can someone guide me as to where is the slot mini pci and how to access it please?

    I read the previous posts about the contacts of masking/insulation on the card wifi on this and other forums, so I'm ready for this problem when I get there.

    I hope you can help, impatience of someone soon!

    Graham

    Hello

    The wireless network card is an option on this unit. It is possible to switch this unit with the WLan card. The WiFi antenna should already be included in the specifications.
    The WLan pci slot, you will find at the bottom of the unit.
    It s close to the slot of the modem.
    However, I would recommend consultation with the user manual. There you should find more details.

  • Satellite Pro M10 - location of the mini-pci slot?

    Hello

    I have a M10 Pro of the Satellite with a mini-PCI Intel Pro 2100. Now, I wanted to put in a new card, but I can't find the mini-pci slot? I opened all the way down, but there nothing. Where is it located and what is the best way to open the laptop? I guess a lot of screws must come out...

    Hello

    Well, as far as I know the mini-PCI card is under the keyboard. In this case, you will need to remove the unit covers. But if you open Notepad, you will lose the warranty.
    In my opinion, you should contact the ASP for help and detailed descriptions.

    Good bye

  • Satellite A100-028 - How to replace the mini-PCI WiFi card?

    Hello

    I want to replace the Intel with a Module Atheros wireless card.
    Unfortunately on the background there is no cover for the mini PCI Slot.
    Where he is? I guess that they are under the top cover or under the keyboard.
    Should I a short "How To" in this way:
    Which screws I release that covers and so on are to be released.

    Thanks in advance.

    Hi Galdor,

    It of not simple to change the W - Lan card.
    The card ist under the keyboard and under the top cover.
    You have to disassemble the entire and when you do that you lose your warranty.
    I think it's the best for you to contakt a service point for this work.

    Greet
    Thorsten

  • CPU goes to 100% svchost State takes all the resources on the Qosmio F10

    CPU goes to 100% svchost State takes all the resources. Norton can not find any illegal software. Have tried to list the processes (run... etc.). I get a long list, don't know what to do about this. Anyone out there have some help?

    Hey Buddy

    The same problem here. :( A universal solution is unknown to me but what I do is from the Task Manager. When svchost shows more than 90% of its use I simply stop this stupid process. After having done that, I can use my laptop without any problem and it will not happen again.

    After restarting the laptop, the same thing happens again. I checked some other forums but never found no reasonable explanation how manage this stupid question.

    If someone knows more please let us know.

  • Is the ban for the compatible with the X 220 X 230?

    Hello! I was wondering if the ban for the X 230 (type 4338) is compatible with the X 220.

    Thank you!

    Yes:

    "Hardware compatibility."

    ThinkPad X 220, X220t, X 220, X 230, X 230 compressed tablet"

    https://support.Lenovo.com/us/en/documents/pd010992

  • Which of the three pcie slots is Gen 2.0?

    My elite 9300z used motherboard Μatx-RS880-H and the specs page says he has 3 expansion slots: PCI Express x 16;  PCI Express Gen 2.0; and PCI Express x 1 socket minicards. Two of these slots are already occupied.  How will I know if the available pcie slot is Gen 2.0?  I want to install a 4-port USB 3.0 pci card.

    Here are the specs of your motherboard:

    http://support.HP.com/us-en/document/c01925486

    Looks like the SATA news are messed up. You have 3 x 1 and 1 x 16 slot. They are all 2.0 by the spec. I let someone know here as the page is messed up. Thanks for bringing it to my attention.

  • On the NI PCIe-8433 terminating resistor?

    Hello, can anyone help me find the terminating resistor on the NI PCIe-8433-2 ports for PCI Express card isolated Serial Interface? We do RS-485 communications and there should be a 120 Ohm resistor on the two ends of the link. Someone know if the terminating resistor is installed by default or should he add?

    Thank you

    Joe

    Hi joe5213,

    Termination resistors are not included in the serial products OR because they are not always necessary. Here is a document showing how suggest us their installation. You can also use the Connector DB-9 RS-485 networks endpoint (P/N 182844 - 01) If you prefer.

  • Problem updating my state machine, using the emg signal

    Hello

    I have problems with my code. My entry is an EMG signal that I gather from three different electrodes using usb 6008. In the program, I divide the signals and display them in a chart that is unique. What I want now is to read the signal, and if a signal passes a threshold I want an LED lights. This must remain lit until there is another signal that passes the threshold.

    To put it simply: "large enough signal--> lamp on--> stay informed--> enough large signal--> lamp--> stay off the coast and then start again."

    I tried a few different approaches, but I decided using a state machine. Now, the problem is that when the signal to enter the state machine the program crashes. I think it's because the table that I use to convert the signals does not update when I get my state machine, so the signal stops to come. But how to get around this problem? It is even possible to code what I want?

    I have attached the code. All the tips are welcome, I have been struggling with this for some time now.

    Thank you

    jenmich

    The problem is internal while the loop is run until the stop condition is true, but he never does a new Boolean entry. So that it remains for always in the same State. Remove the inner loop and put the shift register on the outer loop instead.

    You must also use a daqmx configures the element, and then set the properties of daq. The read.vi can be set to read a number of samples of each iteration.

    Also: you can expand the table to index for several items of output. If you want that element number 0, 1, and 2, you have yet to wire the index entries

Maybe you are looking for