Measuring speed with incrementa​l single counter

Hi,
I need to measure the rotational speed and acceleration of a wheel that has 3 hall sensors on it. I will use only 1 of them en it gives 24 pulses 0-5V for a 360° rotation. How can I measure the speed with only a pulse train. I dont have the Quadric encoder...
Now I'd like to measure the rotational speed using a counter of some sort, but the software I tried writing for it isnt working.
Thank you for your help

Hey Nitch,
Concerning the measurements errors:
As you get error when speeding up, it looks like the pulses coming from the hall sensors are to short to get measured by the counter.
Following the USB-6008 specifications, the pulse needs to have a minimum lenght of 100ns (both in high and low state).
As a counter is using edges to count the pulses (for USB-6008 only the falling edge) the edges need to comply with the TTL specifications which means that the rise and fall time of the pulse needs to be within the 50ns range. 
So please have a look at the pulse lenght at higher speeds (are they at least 100ns?) and make sure the pulse comply with the TTL specifications.
 If not you will have to add some additional electronics to reshape the pulses.
Looking at your program.
It's not nescesarry to have two loops.  It's very well possible to have two DAQ tasks within the same look.
Have a look at the Examples which come with LabVIEW --> Exampled Finder --> Hardware Input/Output --> DAQmx --> Synchronization --> Multi-Function.
There are some examples which so the combination of analog and digital input.
Anyhow you will have to remove the right while loop as the DAQ Express VI which apparently gives you the "spanning, stroom, gashendel" values will only start once you have done the counter measurements.  I assume that you would like to have the "spanning", "stroom", "gashendel" and"speed" synchronized measured.
Then you have the choice to log to file during acquisition or after the acquisition.
If you would like to log on the fly don't use the express VI's, but use the lower lever "File I/O" functions. These are faster (less processor time usage).
As you VI is written now, the left while loop will only output the lastest counter value measured to the next loop when you click the stop button for example.
You have to "Enable Indexing" of the m/s output tunnel.  Right click on the tunnel and you will be able to select "Enable Indexing".
This way the application will automatically create an array and each loop iteration the measured value will be added.  One the measurements have been done you can do analysis and save the data using the full array instead of point by point.
Again, also bring your "spanning, stroom and gashendel" inputs to the left loop.
In your right loop you also have a loop counter.
You can simply use the loop iteraction counter (the square box in the left bottom corner with the i).  This is also counting from 0 and incrementing by 1 each loop iteration.
Again, you can do this in the left loop and forget the second loop completely.
Hopes this will bring you a step further.
Don't hesitate to post the VI itself.  This is always easier to look at than an image.
This way we can also make some modications and post it back.
Best regards,
Joeri
National Instruments
Applications Engineering
http://www.ni.com/ask
Make our forums great:
If you like the answer, don't forget to "Kudos!".
"Accept the Solution" if your question is answered!

Similar Messages

  • Distinct count inside a measure group with other measures

    Hello,
    I have 1 distinct count inside a measure group with other measures, sum, count etc. I know this is not recommended due to poor processing performance and query response time.
    Processing performance I can live with if it means not having another measure group, which increases processing time anyway.
    I have used the recommended approach before and it generated many questions about what this second measure group is for (visible via excel), even though I made the distinct count appear in the main measure group via a calculated measure.
    (it would be nice if you could hide measure groups)
    However my question is: is query response time only effected when the distinct count is used in the query? Or is query response time effected regardless if the distinct count is used or not??
    Below is an extract from the 2005 distinct count optimizer white paper. It’s not completely clear but I assume if effects queries regardless if distinct count is used or not?
    "By adding other measures to the measure group holding a distinct count measure, all of the other measures will be at the same granularity as the distinct count measure, resulting in inefficient data structures and suboptimal
    queries."

    You might also be interested in reading this blog post, which deals with a similar scenario, to get a feeling for some of the things that might be going on behind the scenes:
    http://cwebbbi.wordpress.com/2012/11/27/storage-engine-caching-measures-and-measure-groups/
    Chris
    Check out my MS BI blog I also do
    SSAS, PowerPivot, MDX and DAX consultancy
    and run public SQL Server and BI training courses in the UK

  • Incremental encoder: reset counter on pci 6014?

    I want to connect an incremental encoder with A, B and Z to a PCI 6014 card. I found some VI's for counting A and B (DAQmx->Counter->Count Digital Events; DAQmx->Counter->Measure Posititon) . However I can't figure out what to do with the Z. Is there a way to reset the counters by Z? (I am using labview 2009)
    Thank you very much!

    Sorry, my fault. I didn't see you have an E-Series device.
    Resetting your counter with a digital trigger is possible for Counter/Timer devices but not for your PCI 6014.
    You can reset the counter with DAQmx by stopping and starting the task again. You could read your Z index on a digital input, if the input goes high (or low) you could reset the counter.
    DAQmx: Count Digital Events with Option to Reset Counter
    http://decibel.ni.com/content/docs/DOC-6576 
    I think this is the only way for the PCI 6014. Since you have to go through several software layers, the performance goes down a bit. If it is possible, i would recommend to change to a M-Series device...
    Cheggers
    Sascha E.
    Group Leader Applications Engineering
    National Instruments Switzerland

  • Agilent E4980A Measurement Speed and Data Acquisition Speed

    I am using E4980A LCR meter, I need very fast data aquisition unfortunately limited by device own speed with 5.6 ms per measurement which means nearly 178 Hz. I am using usb interface with the software provided by NI, in that program I made some modification taking the reading side of the programme in a while loop .
    To test my speed I start the program count 5s and stop saving the results to an excell file. If I plot the results in a graph while programme is working I have 60 Hz speed. If I don't, then it is 80 Hz which are far below the potential maximum speed of 178 Hz. If my lap top battery is very low then my speed is worse. But with no battery problem, my celeron laptop performance is the same as an i7 laptop.
    Here it is my programme, it is the same provided NI but some modification. What can I do to have higher data acquisiton speed ?
    Probably, USB's speed is not enough but I can not believe that while it can save gigabytes of data in a few min can't take 200 datapoint in 1s. Why can't I have 178 Hz speed now and how can I reach this limit ?
    Regards.
    Attachments:
    Read Measurement.PNG ‏44 KB
    Read Measurement.PNG ‏44 KB

    Instrument communications via serial, USB, Ethernet, GPIB, etc just tend to be slow.  The instrument has to interpret the data, react to it, and then send data back.  That takes time.  A few ms per measurement is quite normal.  One option you might have is you could tell the instrument to take several measurements and then request all of the measurements once it is done.  I haven't looked into the E4980A yet to see if it can do that.
    What exactly are you trying to measure.  There might be better ways to get "fast" readings.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions

  • Very slow transfer speeds with external hard drives through Firewire and US

    Hi All,
    My external drives transfer very slowly on my MacPro. I've been searching for answers and have turned up very little. Apple support suggested I post my issue here. Just to make a note, I measured my disk speeds with both AJA System Test and copying files between drives and reading the Disk Activity in Activity Monitor.
    I have 3 external drives, all MyBook Premium or Professional, 1x 500GB, 1x 1TB and 2x 1TB in RAID 0. I had them on Firewire 400 and the RAID 0 2TB one on Firewire 800. My transfers on FW were all around 24MB/sec on all drives (much less than what I should be getting with FW400). I then read somewhere that the FW bus on the MacPro uses the slowest speed connected for all FW connections. So I unplugged everything but the FW800 Raid 0 drive and my transfer rate jumped to 40-60MB/sec. This is much better, but still about half or so of what I expect it should be producing from an external RAID 0 setup.
    To keep my FW800 backup drive faster, I've plugged the other two into USB2.0. The transfer speeds on both drives are now hideous, around 10-15MB/sec. This is so slow, but I'm not sure what to try to fix my speeds.
    The HD's in the external drives are all 7200rpm, and all should be transferring at a higher rate. Do you have any suggestions or ideas? Ideally I'd like to get everything transferring at rates they should be transferring at, but I'll settle with my current FW800 speed of 40-60MB/sec if I can get my other two drives transferring at a non-snail pace.
    Is this a common issue? I can't believe I'm the only one plugging multiple external hard drives into their Mac Pro. I hope someone has a fix or solution for this. I'm all ears!
    Thanks in advance.

    Hi Kappy, thanks for the information.
    So I rejigged my setup a tad. My RAID 0 is still FW800, the second drive is back on FW400 on the back port, and the third is USB 2.0 on the back as well.
    It's interesting to note that I saw the FW800 taking a bandwidth hit if the FW400 drives was being read/written to. For example, if I was averaging 50-60MB/sec on the FW800 drives and copy something large to the FW400 drive, each drive averages out to about 30/MB second, roughly half the FW800 speed I was getting. The USB while the slowest didn't cause any slowness on the FW drives.
    Here are my Xbench results. These results are from each drive being benchmarked individually with no other drives being tested at the same time.
    *MyBook 2TB in a RAID 0 configuration: Firewire 800*
    Results 75.42
    System Info
    Xbench Version 1.3
    System Version 10.5.5 (9F33)
    Physical RAM 16384 MB
    Model MacPro3,1
    Drive Type WD My Book
    Disk Test 75.42
    Sequential 80.92
    Uncached Write 69.16 42.46 MB/sec [4K blocks]
    Uncached Write 110.79 62.68 MB/sec [256K blocks]
    Uncached Read 53.66 15.70 MB/sec [4K blocks]
    Uncached Read 136.76 68.73 MB/sec [256K blocks]
    Random 70.62
    Uncached Write 36.38 3.85 MB/sec [4K blocks]
    Uncached Write 140.55 45.00 MB/sec [256K blocks]
    Uncached Read 93.26 0.66 MB/sec [4K blocks]
    Uncached Read 88.38 16.40 MB/sec [256K blocks]
    *MyBook 1TB on Firewire 400*
    Results 47.73
    System Info
    Xbench Version 1.3
    System Version 10.5.5 (9F33)
    Physical RAM 16384 MB
    Model MacPro3,1
    Drive Type WD My Book
    Disk Test 47.73
    Sequential 52.47
    Uncached Write 48.45 29.74 MB/sec [4K blocks]
    Uncached Write 53.76 30.42 MB/sec [256K blocks]
    Uncached Read 43.69 12.79 MB/sec [4K blocks]
    Uncached Read 70.91 35.64 MB/sec [256K blocks]
    Random 43.78
    Uncached Write 17.29 1.83 MB/sec [4K blocks]
    Uncached Write 98.83 31.64 MB/sec [256K blocks]
    Uncached Read 76.33 0.54 MB/sec [4K blocks]
    Uncached Read 97.01 18.00 MB/sec [256K blocks]
    *MyBook 500GB on USB 2.0*
    Results 40.60
    System Info
    Xbench Version 1.3
    System Version 10.5.5 (9F33)
    Physical RAM 16384 MB
    Model MacPro3,1
    Drive Type WD 5000AA External
    Disk Test 40.60
    Sequential 35.99
    Uncached Write 37.31 22.91 MB/sec [4K blocks]
    Uncached Write 37.22 21.06 MB/sec [256K blocks]
    Uncached Read 26.62 7.79 MB/sec [4K blocks]
    Uncached Read 50.27 25.27 MB/sec [256K blocks]
    Random 46.55
    Uncached Write 20.37 2.16 MB/sec [4K blocks]
    Uncached Write 68.44 21.91 MB/sec [256K blocks]
    Uncached Read 93.55 0.66 MB/sec [4K blocks]
    Uncached Read 86.71 16.09 MB/sec [256K blocks]
    So Kappy are you saying that those speeds look normal?
    Thanks

  • Can I measure period with USB 6501?

    Hi,
    I was told that I can use the one counter in the NI USB 6501 to measure period.  So, I wrote this little VI, modeled after the VI I have that measures encoder period using the counters built into the NI cDAQ 9174 with the NI 9401 digital I/O module.  I have my encoder wires GND and 5VDC on terminals 1 and 2, respectively.  Also, I have encoder channel A and Channel B wires connected to terminals 9 (P2.7) and 24 (P0.7) respectively.  With the MAX, I can count edges with this wiring.  The purpose of this VI is to display an average value of 25 period measurements of the encoder.  The encoder (120 cpt) is turning at about 2-5 rev/second, so, not that fast, maybe a total of 500 period per second; should be easy for this counter.  I'm just spinning it with my finger, so, not that fast.
    Please advise how to use the USB 6501.  I can't find any wiring instructions, other than the pinout, but, the pinout doesn't tell you which channel is the counter gate on the USB 6501, so, I found a response on MAX at channel 24.
    When I run this, the array is correctly initialized to 0.5, but, then I get this error, 200431. I found some things on the forum that suggest I cannot measure period, that I can only count edges.  Should I throw this 6501 away?
    Thanks,
    Dave
    Attachments:
    USB 6501 error.docx ‏24 KB
    USB 6501 period measurement.vi ‏26 KB

    The 9178 also only has 4 counters.
    Do the 5 period measurements actually have to take place at the same time?  Sometimes it might make sense to cycle through the channels to reduce the number of counters used (you wouldn't have to rewire connections or anything as the input terminals are software-defined).  Switching from channel to channel in software should take on the order of ms depending on which hardware you end up using.
    The 9171+(9401/9402) is a relatively cheap way to add additional counters to a system as the 9171 chassis has 4 counters just like the 9174 and 9178.
    Best Regards,
    John Passiak

  • Encoder Speed with NI 9215 module and cDAQ-9172

    I've a NI cDAQ-9172 with the NI9215 analog input module, and I want to estimate the speed with an optical encoder (OMRON E6A2-CW3C). My approach was, making a comparison with a point in the midle of the high of the signal, ie 4V, making this way a perfect square signal with 1of high. After that I use the Tone Measurements and the Timing and Transition Measurements modules to calculate the frequency of the wave form, and this way I'm able to calculate the RPM speed.
    The problem with this solution, is that even with the engine at a constant speed of 746RPM, measured with a stroboscope, Labview give me a high variable values between 730RPM to 760RPM, and I can't solve this problem because I really need an accurate measurement.
    Should I buy for example the NI 9401 module to make this measurement? If so, does any one knows how to build a VI to get the encoder speed?
    In attach I send the VI that I'm using to calculate the speed.
    Thank you for help.
    Attachments:
    Encoder Speed.vi ‏112 KB

    Hi,
    The best way to measure a speed through a quadrature encoder is to use the counters that are inside the cDAQ chassis.
    With the 9172 chassis, you need a digital I/O module (9401) in order to access the counters.
    With the new generation of chassis (9178), you don't need the 9401 because you can connect your encoder signals to the BNC.
    Best regards,
    Thomas B. | CLAD
    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;}
    >> Inscrivez-vous gratuitement aux Journées Techniques : de l'acquisition de données au contrôle/com...

  • Measure Period with error out.vi

    I am using LV6.0. Can Measure Period With Error Out be found in the functions panel? If not where it is? If not there can it be imported into LV6.0?

    labview1958,
    Are you looking for a specific VI called Measure Period with Error Out.vi or are you asking about any general function that can be used to measure the period of a signal and includes error handling? If you are looking for a specific VI, I'm unaware of it, so I won't be much help there. If you're looking for any function to do it, have you looked at the VIs called Measure Pulse Width or Period.vi or Pulse Width or Period Meas Config.vi? They are located in the Data Acquisition>>Counter palette. The Measure Pulse Width or Period.vi does not include error handling, but it would be extremely easy to add it. The Pulse Width or Period Meas Config.vi DOES contain error handling, but it only configures the counter to measure the period, it doesn't actually measure it. These, of course, are for TTL signals coming into your hardware device. If you are reading waveform data from a file and want to calculate the period of that signal, these won't do much for you. So what exactly are you wanting to take a period measurement on, a physical signal, physical signal data points from a file, or some other method?
    Tyler S

  • How can I measure RPM with CTR-500 module?

    I have used  the CTR-500 module for mesurement of  motor RPM. But it doesn't have direct option to measure  RPM ,
    so i have count pulses for  1sec (then reset the counter) and  by calculation show the result for 1min. But it varies every time ,cant give me fix RPM.
    I want reliable solution for this.

    min
    You have not said how much the RPM actually varies from reading to reading and what the range of measured RPM is for the process.  This variation can be caused by a couple of things.  One would be actual variations in RPM due to changes in motor loading.  What is this motor driving?  Most RPM readouts use some form of sample averaging to smooth out the readings.
    A second cause could be your vi.  Suggest you post a copy of your vi. 
    In case you have not seen it, here is a link to a KB about measuring frequency with cFP.  It also links to several other docs on the same subject .  http://digital.ni.com/public.nsf/allkb/D8DB42F9FDC3607E862568640047F144?OpenDocument 

  • Can I measure pulswidths with daqmx base and NI-USB6501

    Can I measure pulswidths with daqmx base 1.4 and NI-USB6501? I can measure edges width this function: DAQmxBaseCreateCICountEdgesChan. But, when using DAQmxBaseCreateCIPulseWidthChan I always get an error message back (DAQmxBase Error: <err>Value passed to the Task/Channels In control is invalid).
    I also cannot find any examples about this topic in the software on CD nor on the internet.
    I also don't know what values to use for the float64 minVal and float64 maxVal arguments when using the pulse width function of above (see the NI-DAQ™mx Base 1.x C Function Reference Help).
    Maybe my device (NI USB6501) cannot measure pulse width's and when it does measure pulse width's, what value will it give back? Seconds or ticks and what is the accuracy?
    Ok, enough questions for now. Thank you in avance for answering.
    D. Stollman

    The USB-6501 counter is capable of falling edge edge counting
    measurements only, so the type of measurement you wish to do is not
    possible with that device.  The data sheet for the USB-6501 can be
    found at the following link:
    http://www.ni.com/pdf/products/us/20054920301101dlr.pdf
    I believe the DAQPad-6015 and DAQPad-6016 USB devices are capable of
    measuring pulse width, as well as many of NI's PCI data acquisition
    devices.

  • Deleted Video Podcasts from iPhone no longer increment iTunes play count

    Prior to downloading iTunes 7.4 this morning, iTunes used to increment the play count of any video podcasts that I deleted on my iPhone to 1. Then refresh would naturally get rid of it. Now, the only way to have the play count set to 1 is if you "keep" the video podcast instead of deleting it. If you delete it, it will just resync the next time you dock your iPhone.
    Has anybody else seen this? Is there a fix?
    I'm going to 1) Reboot my Mac and if that doesn't fix it 2) Restore my iPhone. If that doesn't work, I'll have to leave feedback to Apple.

    Thank goodness I found your post. This bug has been driving me crazy for weeks. I've been looking for a solution and I couldn't find anyone with the same problem...I thought I was the only one...I'm so glad I'm not and that my iPhone isn't corrupted (just a little buggy)!
    I've spent hours trying to solve this on my own and never figured out that I just needed to keep the darn video. Notice too that if you use the Delete button to delete a video, and then reboot the iPhone, the video reappears in the video queue, but it is no longer playable. Very strange.
    Thanks so much for posting. Apple support said they never heard of this problem before...I guess they don't read posts or feedback. Hrumph! What do you have to do around here to get a bug fixed?!!
    Message was edited by: gravyd

  • Broadband speed with Leopard - Newbie

    New to Apple computers - not particularly competent!! Grateful for any advice. My daughter has an Apple notebook running Tiger 10.4.11 achieving approx. 4Mbps with a wireless netscape modem. She also has a new 24 inch iMac which when carrying out an identical speed check, the same distance from the modem, only achieves about 0.09 Mbps. Any tips will be gratefully received.
    ms.sussex

    Technically, there should not be any major difference in speeds on the same network regardless of shared DSL within a community. What the lady here is saying is that she's got two machines running of the same network and her kids machine is slower by a lot in fact since the delta of those two measurements is huge. SO, disregard those posts as those are not going to help you determine your issue.
    But, here's what we need to find out. Your daughters machine is running off of airport? This is a built in wireless protocol that allows the machine to connect to your wireless router or modem. Now, if that is the case, then, most likely, that's the issue. Airport stinks, it's buggy and on Leopard, it hardly works as intended.
    To get her back online and up to speed with a solid reliable connection here's what to do. NOTE: wireless is not secure and someone that knows how, can drive by with a laptop on the front seat while looking for a hot spot connection. At that time, if they know what they are doing, they can tap into your connection as well as into your network. Now, it they are really smart and have some tools to crack the encryption on that cheap little consumer modem that your running, then they get into your machine as well as your personal files.
    Being an Engineer and having a complete understanding of what and how this works, I recommend that you don't use wireless at all. Go with hardwired machines. Safer and less prone to data corruption when downloading SW updates. Wireless stinks. Don't use it.
    1. Get a CAT5E (fast Cat5e network cable)
    2. Connect it to the Ethernet port on your daughters machine. (there may be two, so, please use the 1st one. It is labeled so, please pay attention to the markings of which port your connecting.
    3. Take the other end and connect it to the router/ modem into one of the ports on the router. There may be two, or possibly 4 ports to connect to. Use 1, or the next available port.
    4. On your daughters machine, open system preferences and open network.
    5. Select built in Ethernet for the connection
    6. Configure: *DHCP (depending on your ISP provider this may not work) Some are PPPoE or static)
    7. Click the Advanced tab
    8. Under that tab, please go to TCP/IP
    9. On the configure drop down: DISABLE IPv6 by setting it to OFF and click OK this slows the machine down. It's a newer protocol that most websites do not even support and it's recommended to disable it.
    10. Under the Network main page, please click the + sign at the lower left hand corner that is above the lock icon
    11. Now, click the arrow next to where it reads Firewire. A menu will drop down with some selection options.
    12. Next, click on 6 to 4 and select create. It will appear but in red.
    13. Click the button that is two buttons over from that + icon that you clicked before
    14. From that menu, please select make service active.
    Click Apply and your all set. DO this for all the machines in your home and get them off the wireless. You can even disable the wireless part of your modem as if that is on, they can still access that and work their way into your network. To access your modem/ router please refer to the manual that came with it or call someone that knows how to help set that up. Your ISP should be of help there.

  • How to increase measuring speed of Agilent 34401A

    The process of my program (written in Labview) is:
    1) A control code is automatically generated by the program, and the code is sent to multiplexing circuit (the chips I used are ADG706) through digital port (USB6501 from NI)  then a coresponding channel is selected. (for example code hex0000 selects 1st channle,0001 selects 2nd channel, and so on......)
    2) Multimeter Agilent 34401A measures the current value of this channel, and send this value back to the computer for storage. After this, the program goes back to step 1) for next channel, and this program executes like this.
    The functions mentioed above are all realized, and the program works well, but the problem is the speed is slow. It takes a little more than 1 second to measure one channel, totally I have 2048 channels (32 groups and 64 channels in each group, I used two layers of "for" cycles), and it takes about 32 minutes to finish measure all these 2048 channels, too slow, I'd like to reduce them to 10 minutes.
    I tried to reduce the resolution to 4.5, turn off the autozero function of multimeter, but nothing happens, no change of the speed. Now every time the multimeter measures a channel, it makes a "click" sound, does it mean that every trigger the multimeter only takes one measurement? Is there anyway I can increase the measuring speed? Can I send the multimeter 64 control condes a time, and then let the multimeter takes 64 measurments in one trigger? Is it right? If so, how can I realized it?  If I'm wrong about it, can you give me some solutions?
    Thank you very much! 

    I don't have the manuals with me, but I do have a couple of these in my lab.   There is an internal buffer where you can store (I think) 512 readings.   You can use a digital output to trigger the DMM, and only transfer after every 512 readings (4 times) or perhaps one read per group as you mentioned.  I suggest one read per trigger (you can do many more) since it is easier to synchronize with your channel changes.  I believe the commands are INIT and FETCH?, check your manual.  The two times I know the instrument "clicks" are changing functions and certain range changes.  I suspect in your attempts to speed things up you are sending some config. commands each time.  Configure it once initially and make certain you are only sending measurement related commands during the scan, any config. changes (even if you resend the current value) will likely cost you time. 

  • I want to interface PCI-6601 with photoelectric sensors to count the number of PCB chassis.

    I want to interface PCI-6601 with photoelectric sensors to count the number of PCB chassis. Related this I have following problems-1)Where I can connect sensors(pin numbers)?
    2)How I can acquire data from that sensors(Is is necessary to write any program? If yes, what?)
    3)In which format I will get the output data?

    Hi,
    We're going to need a little more info about your application before we can get you a compete answer.
    Your 6601 is a counter/timer board that can count and measure TTL pulses.
    You can get the pinout for your board from the user manual found here: http://digital.ni.com/manuals.nsf/websearch/dd0dbb6404bc139886256721007cf16d
    In LabVIEW, you can find shipping examples for various counter measurements by going to Help >> Find Examples >> Hardware Input and Output >> DAQmx >> Counter Measurments.
    I would also suggest downloading and installing the latest NI-DAQ driver:
    http://digital.ni.com/softlib.nsf/websearch/90B60D5899BCCCDB86256FC700581B89?opendocument&node=132050_US
    -Sal

  • Is it possible to maintain multiple pymt  frmts with in a single prgm 11i

    Hi,
    Is it possible to maintain multiple payment formats with in a single program in 11i
    For example let us assume that we have created 2 payments formats as 'XX-PAY1' & 'XX-PAY2'.
    When i select the parameter as '1' then 'XX-PAY1' has to run else 'XX-PAY2'.
    if its possible could you please tel us where to define the parameters in Setups.
    Many thanks,
    Zaheer S

    nazzu wrote:
    Hi,
    Is it possible to maintain multiple payment formats with in a single program.
    For example let us assume that we have created 2 payments formats as 'XX-PAY1' & 'XX-PAY2'.
    When i select the parameter as '1' then 'XX-PAY1' has to run else 'XX-PAY2'.
    if its possible could you please tel us where to define the parameters in Setups.
    Many thanks,
    Zaheer SSounds like an Apps question. Start here: https://forums.oracle.com/forums/category.jspa?categoryID=3

Maybe you are looking for

  • Standard BW Cubes

    Hello I need to know if there is a standard BW cube where you can get a Cash Flow Report and a standard cub where you can get a Bank Balance Report. thanks

  • In which table  we will find phone number for particular sales offic

    HI, My requrement is ,they are maintening two phone numbers per particular sales office. but in the table ADRC it is showeing only one phone number for particular sales office. where we can find second phone number. i want to print both phone number

  • Flex app behaves differently when Adobe automation files loaded

    We have an application built with Flex 3.1. I am attempting to create QTP tests for this application.  The instrumentation files are loaded at run time, not compiled into the application. I am using QTP 9.5 with the Adobe Flex Add-in 3.0.  I am able

  • [SOLVED] Cantata won't work

    Hi! Whenever i start cantata (qt5 community build, version 1.4.0-1), i get an error : errno: Failed to open database file "/tmp/cantata/mpd/tag_cache": No such file or directory fatal_error: Couldn't stat parent directory of db file "/tmp/cantata/mpd

  • ORA-20000: env:Server - Cannot find child element: Calling Webservice

    Hi, I am using SOAP_API to call a webservice I have a wsdl looks like: - <xs:element name="InputParameter"> - <xs:complexType> - <xs:sequence> <xs:element name="input" type="xs:string" /> </xs:sequence> </xs:complexType> </xs:element> But when I am c