Level detection PXI 6624

Hi all,
I am trying to find out some details about the level detection in PXI 6624.I have a very simple timing measurement to perform. Start trigger at P1@9V and stop the trigger when P2 @-9V and measure the time elapsed( expected time is 1-1.4sec)
How to configure the CounternGate  Signal in level detection mode? The UserManual says it is possible. I need help figuring this out.I see there is optical isolation for the inputs and I would think the inputs are only Supply/Gnd referenced.
Appreciate any help.
Neha 

Hi Neha-
       I was looking a little further into your question and I made some assumptions in my previous post that I should clarify/possibly retract.  The 6624 is a counter/timer card.  In the user manual it clarifies that digital low is anything below 0.8V and high is guaranteed anything above 4V.  So, in reading your first post over, I assume that you are reading two square waves that jump from 0-9V, correct?  One on P1 and the other on P2, with one line inverted?  Then it sounds like you want to measure the time between the 9V on P1 and the -9V on P2, correct?
     If my understanding is now correct, then you should not use the level trigger detection example in LabVIEW, since it is for one signal on an analog line.  Instead, what you should use is two-signal edge-separation, which measures the time between two different edges of two different signals.  Using the timebase, this measurement begins counting on the first active edge on the AUX line and latches the count into memory on the first active edge of the gate.  What occurs internally is that a pulse is created with the first active edge of the AUX line and ends on the first active edge of the gate.  The counter then performs pulse width measurement on this created pulse.
     Here is a link to a page on our website that will help you with this task:
KnowledgeBase 2D9G49EV: How Can I Measure the Time Between the Rising Edges of Two Digital Signals?
     If, however, you are measuring two analog signals, you will need to get a DAQ card with analog inputs.  If this is the case, I will refer you to our technical sales department at  (800)-433-3488. 
     I apologize for any confusion, and hope this clarifies what you need!
Gary P.
Applications Engineer
National Instruments
Visit ni.com/gettingstarted for step-by-step help in setting up your system.

Similar Messages

  • PXI-6624 Can generate DC Voltage

    Dear All:
          Does PXI-6624 Can generate DC Voltage?I want to use this counter to generate 24V DC Voltage.

    No,It's just a counter, though voltage level of it could be up to 48V.

  • Pulse Generation application with DAQmx and a PXI-6624 module?

    What is the best implementation method for the following pulse generation application
    using LabVIEW, DAQmx and a PXI-6624 counter\timer module?
    I have two rising edge trigger signals (Trigger-1 and Trigger-2).
    There is ample spacing between each trigger. They never occur at the same time.
    I need to generate a single pulse (fixed width, variable delay) whenever Trigger-1 occurs and
    a finite pulse train (fixed width, variable delay, N-pulses) whenever Trigger-2 occurs.
    However, the output must appear on one counter output because this composite signal
    will be used as a trigger source for another PXI module in the rack.
    With DAQmx and a TIO counter\timer can I use both the GATE (for Trigger-1) and
    AUX (for Trigger-2) at the same time on the same counter to gate out the desired pulses?
    Trigger-1 would be wired to the GATE of CTR0. One Trigger-1 event would generate one pulse on the output of CTR0.
    Trigger-2 would be wired to the GATE of CTR1 and the output of CTR1 would be routed to the AUX input of CTR0.
    One Trigger-2 event at the GATE of CTR1 would generate multiple pulses on output of CTR0.
    Would DAQmx and the PXI-6624 TIO support this implementation?
    What is the best way to accomplish the task at hand.
    Thank You.
    Best Regards,
    Scooby

    Hi Scooby,
    I have looked into the application you have described and I see a potential problem with what you describe.  In DAQmx, it is not possible to call the counters of the same DAQ device in the same task, so you cannot have the finite pulse train generation and the single pulse generation tasks running at the same time.  What you can do, since you mention the triggers will not occur at the same time, is to stop one counter task while you are triggering another.  The way I would suggest you merge the outputs is with a two input Or logic gate to avoid damaging your counters.  Your signals will effectively be added together by this logic gate.   I do not see any way to merge the outputs internal to the DAQ device. 
    Please let me know if I can be of additional assistance.
    Laura

  • Changing the PXI-6624 Counter Output rate on the fly

    I'm programming an application in VB.net 2005 to set several counter output channels (each with its own task) on the PXI-6624 card. I'd like to know if there is a way to change the frequency of the output without stopping the task, changing the frequency and restarting the task. I'm using the PXI-6624 card to simulate encoders and speed sensors.
    Thank you very much,
    JonS101

    Hi,
    Yes, you can change the frequency on the fly. Here is a knowledgebase that will give you an insight of how you should approach this matter. How Can I Change the Duty Cycle on My Continuous Pulse Train? To find this property node and how to use it refer to the DAQmx .NET reference: Where Can I Find NI-DAQmx Property Node Listings and Help?
    I hope it helps
    Jaime Hoffiz
    National Instruments
    Product Expert
    Digital Multimeters and LCR Meters

  • Wiring - PXI-6624

    Hi All -
    I have an application that I need to make use of a counter, we chose the PXI 6624.  I'm pretty darn good with the rest of NI hardware, aside from counters FPGA and RF are the only lines I haven't used.  I'm running into some trouble understanding how to set up my leads on the 6624 and thought I'd ask on here.
    I have a remote optical sensor (Monarch Instruments Model ROS) that I will need to monitor pulses on.  Its got 4 leads coming off of it, a common, a signal, a +V excitation(10V), and the cable shielding (ie common).  I'm also hooked up to a SCB-100 using their 100 pin flex cable.
    The thing that I'm getting hung up on, each counter on the module has 10 pins assigned to it.  I keep going through the manual, but I'm having trouble understanding it.  Went to NI and the engineer there basically just copied and pasted the same part of the manual that I didn't understand.  When asking for more details, about the gate +/- for example the response I got was that "you can if you want to gate the signal you use the gate pins"...I assume that means you can use those pins as a switch to take the signal or not, like you would the Gate on a FET used like a switch.  Just an example of how detailed the responses are :-)
    Anyhow, I'm reading through and it sounds like each of the inputs almost has multiple functions that overlap, but I'm having trouble digesting it.  Can anyone help out with the wiring on this?
    Just FYI - Short term, I have 1 sensor that will count RPM as 1 pulse per revolution.  We will also want to do direction which will require a second sensor with the two set up much like the quadrature function requires.  Only still both will have only 1 pulse per revolution, rather than an encoder with say 120 pulses per rev.  Will eventually need to wire up both, but I think if I can figure out just the one I can use that to figure out the rest of the setup on my own :-)
    Thanks a bunch!
    LV7.1, LV8.5
    Solved!
    Go to Solution.

    External Connections: 
    Sensor common connected to source - of counter
    Signal from sensor connected to source + of counter
    Any gate signal you would use for this application would be generated internally using another counter and then internally routed to the gate of the counter that is counting the external pulses.  In this case the gate signal would provide an accurate window of time in which to count pulses.  An example would be measuring RPM.  If you decide to measure pulses for an entire minute, how do you accurately define a minute?  If you don't count for exactly a minute, your RPM measurement will be incorrect.  Software timing won't work.

  • PXI-6624 Pulse Frequency measurement

    Hi.  I'm working with a PXI-6624 and am interested in doing pulse frequency measurements to get both frequency and duty cycle on its inputs using DAQmx.  
    Whenever I go to create the virtual channel however, I get error -200431:
    "Selected physical channel does not support the measurement type required by the virtual channel you are creating."
    "Requested Value: Pulse Frequency"
    "You Can Select: Frequency, Period, Pulse Width, Semi Period, Two Edge Seperation, Position:..."
    Is this card really not capable of doing these pulse frequency measurements?  
    Solved!
    Go to Solution.

    Yes, the "Pulse" (not to be confused with "Pulse Width") measurement was introduced with NI's STC3 devices including X Series and CompactDAQ.  
    Pulse Measurement:
    However, you should still be able to measure frequency and duty cycle on your card with a semi-period measurement:
    Semi-Period Measurement:
    Images are from the X Series User Manual.
    The difference between the two modes comes down to how the data is stored and buffered on the card--with the semi-period method the hardware doesn't distinguish between high and low samples and puts everything into a single buffer.  However, if you start the counter off the appropriate edge (see below property node), then you would know in software the order of high and low samples and can pretty easily calculate frequency and duty cycle from this.
    Best Regards,
    John Passiak

  • PXI-6624 custom device

    Hello,
    Sorry for my bad english.
    I start with the custom device.
    I want use two PXI-6624 with Veristand for counter I/O.
    So I try to creat two easy custom device, one for each card.
    The program is ok in Labview, the Configuraton/Engine build too. I can interget it, in Veristand without problems.
    The target deployment is well but I don't see anything in output with an osciloscop.
    I think it's because of the connection beetween the PXI and the device.
    You can find, in attached files, the program for one of the two card.
    It's the more simple of the two device, just two input and two ouput.
    Thank for your advice

    Hello HervéM,
    Unfortunately there is no attachment.
    Could you spot below the files you wanted to attach ?
    Regards,
    Valentin
    Certified TestStand Architect
    Certified LabVIEW Developer
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    Travaux Pratiques d'initiation à LabVIEW et à la mesure
    Du 2 au 23 octobre, partout en France

  • Simulating input to a PXI-6624

    Hello,
              I am tring to figure out how to simulate an input to a 6624 so I can work on my program. I created a simluated PXI-6624 board on my computer but I can't figure out how to stimulate the input?
    Thanks
    Scott

    Hello Scott,
    The simulated PXI 6624, is not going to create specific data you want to simulate.  It is there just to allow you to see if the driver will work with the way you are developing your program.  So if you want to see if your counter timer application will run you can simply create a counter timer task and then run it. If you are trying to make sure your post acquisition data processing is working the way you expect I would advise you to use the Simulate signal VI, if you are working in LabVIEW, because you will have more control over the kind of signal you will see.  If you are having further problems with using your simualted device please let me know.
    Have a great day,
    Michael D
    Applications Engineering
    National Instruments

  • MAX detects PXI-MXI-4, but fails to detect non-NI chassis

    MAX detects PXI-MXI-4, but fails to detect non-NI chassis. My system is as follow:
    NI PCI-6552 (NI DAQmx device)
    NI PXI-MXI-4/ PXI-8331 (PXI system)
    Elma chassis, with CompactPCI backplane (chassis and cPCI)
    When I run MAX, it successfully detects PCI and PXI with the model number listed. However, the chassis is unidentified. Although my chassis is made by Elma, not NI, it has been confirmed that my Elma chassis, as well as the CompactPCI backplane that comes with the chassis, is compatible with the PXI.
    When I clicked on "other chassis", the chassis.ini (driver) file is asked. But I've confirmed with Elma that no driver is required for the chassis.
    What might be the problem? Thank you very much.
    Manson

    I'm having a similar problem, and from reading the above, it's not clear what one is to do if the chassis and link vendors say "there are no driver files, and none are needed" and NI says, "you must have the appropriate files, which are provided by the vendor."  Specifically, I have a Jasper Electronics PXI chassis and a Hartmann StarFabric link (PCI bridge).  My NI devices in this chassis (6071E, 6533) have always worked fine, and MAX displays them correctly under Traditional Devices and under DAQmx Devices.  The PXI chassis shows up as "unidentified" in MAX, but this has never caused any problems before (and I've seen the same benign error with other non-NI PXI chassis).  However, now that I'm using DAQmx, I'm trying to do the following:
        DAQmxConnectTerms("/Dev3/PXI_Trig0", "/Dev3/PFI5", DAQmx_Val_DoNotInvertPolarity);
    where Dev3 is a PXI-6533.  When I start my task, I get the error message "Driver cannot complete the route, because the only way to make the route requires a trigger bus line, and no trigger bus has been configured in MAX for this device."  The documentation seems to imply that identifying the chassis will automatically create or recognize the appropriate PXI trigger lines.  Since the vendors don't supply any ini files, I tried faking it out as as PXI-8150 system with a PXI-1000 chassis, using the NI ini files; this resulted in entries for both NI cards appearing under "Chassis 1 (PXI-1000)", e.g.
    PXI5::11::INSTR (PXI-6533)
    PXI5::12::INSTR (PXI-6017E)
    although their properties (in the pane to the right of the tree view) show their chassis and slots as "unknown."  When I run my code, I still get the error message about needing to configure a trigger bux in MAX.  Just for grins, I tried the same thing but with RTSI0 instead of PXI_Trig0, and got the same error.  I created an RTSI cable under DAQmx Devices in MAX, and that made no difference.  Help!
    Thanks,
    Larry

  • Need the SCSI-II 100-pin connector for the PXI-6624

    Hi. I need to build a custom cable for the NI PXI-6624 and I would like to know where can I get the 100-pin connectors. Thank you.
    Daniel
    Chile

    You should be able to find the connectors here:
    Subminiature and Microminiature D Connectors .050 Series Cable Connectors (SCSI)AMP (749111-8)
    The parts are made by Tyco Electronics P/N: 749111-8
    Otis
    Training and Certification
    Product Support Engineer
    National Instruments

  • How do I troubelsho​ot "low battery level detected" message?

    I recently restored my Windows 7 Home Premium to its factory default settings through hp recovery manager. All went fine but I am getting this really annoying message at the startup that "low battery level detected" and the battery needs to be replaced. Before the restore operation, I was getting almost 3 hours of battery support and after the restore I am now getting only half an hour.
    I am sure its not the battery, there is something else.
    I have tried updating the BIOS.
    Tried calibrating the battery.
    I even have calculated the battery rated output voltages and its giving in 11.02 V even after the system recognizes the battery completely drained. There is nothing wrong with the battery.
    Can anyone help me out?
    Regards,
    Farhat.
    hp dv6 1334ca
    4 GB DDR3
    2.2 Ghz T6600 Core 2 Duo
    This question was solved.
    View Solution.

    cvtwins wrote:
    I know next to nothing about computers.  I read your post and it seems like this is what I need to fix my computer.  I just bought it and everytime I turn it on I get the same error message you mentioned.  How did you go about fixing it?  Please don't worry about giving too many instructions, the more detailed, the better.  Thank you in advance for your help!
    See this page to calibrate the battery in safe mode
    http://h10025.www1.hp.com/ewfrf/wc/document?lc=en&​dlc=en&cc=us&lang=en&product=4125509&docname=c0081​...

  • Cannot detect PXI 4351 channels

    Hi there. I am new with labview and also the NI products. I just got myself a PXI 1042 controller with PXI 4351 card. I got to know that DAQmx can't be used to program the labview. I am using labview 8.2.
    I can detect the card under DAQ traditional in MAX. How do I assign the channels in Labview 8.2? I can see the DAQ traditional in the Instrument I/O, but I dont know how to go about assigning the channels. I am only trained in DAQmx and I can't find any samples in the using traditional DAQ in 8.2.
    Please help.

    Have you installed Traditional (Legacy) NI-DAQ 7.4.2 from the LabVIEW driver CD??
    If you have, the Traditional DAQ example VI's will show up in Find Examples>>Hardware input output>>Traditional DAQ>> Analog Input folder
    Also, once you have installed the required Traditional DAQ device driver you can refer to this example code
    Hope this helps
    Regards,
    Dev

  • Questions about PXI-6624 signal connections of outputs

    Attachments:
    6624.JPG ‏34 KB

    I just got off the phone with NI support, so no worries on the answers.
    Short versions:
    The unique ID's are regenerated when a sequence is copied.
    Teststand doesn't need higher versions uninstalled to reinstall an earlier copy.
     Connector Pane Checksum implies a different underlying VI, but having the same connector geometry/inputs/outputs/types should allow you to have a different VI for different installations without different sequence files.
    Still waiting to hear back from support on whether the goto pointers get updated properly when a sequence or portion of a sequence is copied.

  • PXI-6602 is not detected by M&A

    Hello,
    I have a PXI-1033 (integrated MXIe card) chassis with a PXI-6602 module installed in it.
    Measurement & Automation Explorer shows only PXI System (Undifined), please see attached file (1.jpg). In the list "Identify as" I can not see NI-1033 controller. Before that I have installed software form "NI PXI Platform Service". When I choose NI-1033 controller from CD the message "could not import controller information" is appeared, when I choose any other controller, Measurement & Automation Explorer shows "chassis" which I can identify as PXI-1033. But there is no possibility to detect PXI-6602 card by Measurement & Automation Explorer.
    System information: Win XP, LabView 8.5.1,NIDAQ922f0 drivers are installed.
    So, the questions:
    1. Why there is no DAQmx branch in Measurement & Automation Explorer tree with PXI-6602 card? 
    2. How can I test my PXI-6602 card (it absolutely new, but...)?
    3. How it is possible to install correct controller for PXI-1033 chassis?
    Thank you.
    Attachments:
    1.jpg ‏141 KB

    Hello,
    the problem discussed in the previous message was fixed and here is the solution:
    After additional investigation it was found that the issue is with "This device cannot find enough free resources that it can use. If you want to use this device, you will need to disable one of the other devices on this system. (Code 12)". This topic was discussed (http://digital.ni.com/public.nsf/allkb/04C12CB4A5143ECC862572DC007B8DF6). But it did not help. I updated the BIOS in my Laptop (Dell Vostro 3300) from A05 to A09 version. But it did not help again.
    After that I found a "MSI-Express BIOS Compatibility Software". Installation this software fixed the problem.
    Hope this information will be helpful.

  • How Do I Configure the PFI Lines as input in PXI 6713 module

    Hi,
    I have PXI 6713 module in my PXI 1044 chassis. I have configured PXI 6713 module to geneate certain analogue signals to my board.
    Board inturn process this analogue signal and responds back the status signals through a status register on the board. In my application,the status bits in status register of  the board are mapped to the PFI 0:3 bits on PXI 6713 module ( pins 11,10 , 42 and 43).
    My query is how do i configue the PFI lines as input in PXI 6713 module to read these status bits ??
    May be below explanation could give you little bit more information w.r.to my query.
    When i use NI USB - 6008    module to read the same bits , since this device has 12 digital I/O lines, i could able to read the status bits in to the last 4 digital lines by configuring the those digital lines as input.
    In PXI 6713  module i have only 8 digital lines. These 8 digital lines i have used to send the digital signals to the board. I am left with no digital I/O lines. Hence i couldn't use these digital lines. I am left with only one option to use. Theya re PFI lines. Moreover the status bits in the pin out of board are mapped such that the bits can be read through the PFI lines.
    I am wondering do we have any example code to use  inorder to read these status bits on the board using the PFI lines.
    Please let me know if you need additional information to help me out.
    Thanks.
    Solved!
    Go to Solution.

    Hello There,
    When using the PFI pin as an input, you can individually configure each PFI for edge or level detection and for polarity selection.  This PFI information can be referenced in the DAQ Analog Output Series Manual on page 6-1 (http://www.ni.com/pdf/manuals/370735e.pdf).  Unfortunately, the PXI-6713 PFI lines are only capable of timing input and output signal for AI, AO, or counter/timer functions.  The option of creating static DI from the PFI lines is not available for the PXI-6713. However, some cards have this capability.  Newer National Instruments products with PFI lines have the option of setting PFI lines as:
    Static Digital Input 
    Static Digital Output
    Timing Input Signal for AI, AO, DI, DO, or counter/timer functions 
    Timing Output Signal from AI, AO, DI, DO, or counter/timer functions
    (http://digital.ni.com/public.nsf/allkb/14F20D79C649F8CD86256FBE005C2BC4)
    When set as static DIO, the PFI lines are assigned to a different port (eg. PFI0-7 is Port1).  More details about this can be referenced at:
    http://digital.ni.com/public.nsf/allkb/DA2D3CD0B8E8EE2A8625752F007596E1
    http://digital.ni.com/public.nsf/allkb/862567530005F09E8625677800577C27
    Regards,
    Roman Sandoval | National Instruments | RF Systems Engineer

Maybe you are looking for

  • How To Fix iTunes Match in iOS 7

    After looking through other forums, I have found this soultion which seems to work well. Courtesy of  metmaestro 1) ON your iPhone/iPad: Go to Settings: iTunes & App Store.           Tap on your Apple ID, Sign Out, iTunes Match will be off. 2) On you

  • Final cut update corrupted my data files

    I downloaded the new update to Final Cut X .. everythinng was working fine before this download... and I thought it was working fine after it.. i edited a video.. and it was working fine.. but when I went to export it.. it wouldn't export. I clicked

  • HT1424 How to watch USA Netflix in uk on iPad

    I have uk Netflix account and want to access the USA Netflix site. Does anyone know how to do this?

  • Benefits of adding constraint

    Hi, I created a source table containing age details containing some data which i have to insert into the target table. I added a constraint on the source table that age < 21 are to be invalid. But after creating an interface and mapping the source co

  • Is everyone having problems after installing 10.4.9?

    I just switched to a MAC several months ago after having Windows based machines for 20 years. Made the switch just to avoid the same problems I had with Windows, problems with software updates. I installed 10.4.9 last night and all of the sudden AOL