4 channel PWM timer/counter needed

Hi,
Can anyone suggest a counter/timer to use as a 4 channel PWM driver? I've got a standalone platform with 4 fluid pumps that I need to control independently via LabVIEW. I need to run it in the field so I cannot use a PCI card and the form factor is important so the PWM-520 module is too big.
I need to run around 4kHz - 20 kHz.
Any suggestions?
Thanks,
Claus Mogensen

Hello Claus,
Since you're not able to use a PCI card or Compact FieldPoint it would be helpful to gather more information about your application before making a product recommendation.
1.  What dimensions are acceptable for your application?
2.  Do you intend to use these PWM signals as current drivers?  If so how much current do you need the device to provide?
3.  What form factors are acceptable?
4.  What is your controller?
5.  Will this setup be deployed in a harsh operating environment?  (Excessive shock/vibration, high temperatures, etc.)  If so what parameters must it withstand?
The above questions will help narrow down possible solutions, but if you have any other information about your application please feel free to include it as it will only allow for a better recommendation.
Cheers,
Brooks

Similar Messages

  • I need to play back a video-recording i have taken myself and have it show the time count in seconds on the play back. Can you help?

    I need to play back a video-recording that I have taken myself and have it show the time counter in secs/minutes in the playback. Can anyone help?

    the movie editing app "Avid Studio" displays a time counter, as does the Pinnacle editing app.  Oddly enough, I movie does not.  (unless I have it somehow turned off.)

  • I always need to see the time counter on the music player, is that possible?

    As a spinning instructor I need to see the time counter on the music player all the time. Now it dissepears after a short time and I need to touch it to see it again and that is not good! I also wish that it was bigger numbers on the counter so I easy can see how long time it's lest on the songs.
    Ideas anyone?

    By default the screen display will dim in about 20 seconds to conserve the battery. And I cannot find any setting to inhibit this function. I am afraid there is no way you can keep the screen bright and enlarge the numbers on the timer.

  • How to synchronize two timer/counter tasks?

    Hi,
    I'm programming DAQmx through the nicaiu.dll with Matlab. I'm trying to start two different tasks, each controlling ctr0 and ctr1, respectively. Both timer/counter tasks should start on a common trigger, in my case /Dev/PFI0. Having searched the forum, I do understand that both tasks can't be triggered off PFI0. Instead, I probably need to trigger one of my tasks on a signal that turns on whenever the first task starts. My question is; What signal can inform my ctr1 task that my ctr0 has started? I basically want these two tasks synchronized, but not pulse by pulse since the pulse trains are quite different.
    Trying to trigger both off PFI0 results in a resource conflict. Triggering ctr1 on ctr0gate doesnt work either.
    Also, I need ctr1 to trigger on when the ctr0 tasks starts, i.e. not when the first ctr0 pulse appaers!
    Thanks,
    Per

    Thanks Ryan.
    I made some changes to my code now and it appears I CAN trigger both counters off PFIO (on an E-Series board). I only recently converted all my Traditional code into DAQmx, and got lost in my tracks. I was trying to generate finite pulse trains on both counters, and had used Finite timing on the counters to generate finite retriggerable pulse trains, without knowing that tied up the second counter. I solved this now using Pause Triggers instead. In the case where I generate single retriggerable pulses I still use a Start Trigger, and I can now Start BOTH counters using DAQmxCfgDigEdgeStartTrig and listening to PFIO with both counters (each counter running off a separate task).
    Sorry, I got things confused, and your solution isnt required anymore. Similarly to your solution, though, I have always used a (real) analog output routed externally to the PFI0 pin on my E-Series board as the synchronizing trigger. However, if I could avoid the external wiring it would be nice, so I will explore your solution a bit more
    I am not familiar with the concept of a 'dummy' task/channel. Can you point me to more documentation on this?
    I already use the analog inputs on this board from another app. Will creating a dummy AI tie up all analog inputs, so I can't then access my physical analog inputs from other applications (on the same board)?
     - Per

  • Real Time Counter

    Hi all,
    I have a problem regarding Real time counter. I have a field in the output structure that have unique values. The name of the field is unique document name.
    For example I sent a message today with a unique doc name of test-00001. How can I send another message so that its unique doc name would be test-00002? The message could be sent anytime (right after test-00001 or tomorrow).
    I understand that we can set counters for messages that are passed from 1 source. What if there are multiple sources?
    Regards,
    IX

    HI,
    Just red these comments from the same blogs. See if it helps you in your case otherwise you have to go for creation of custom z-table.
    Why ot just use the built in counter for the file name? In the receiver File communication channel, Processing tab,
    set the file construction mode to Add Counter, and then set the counter parameters accordingly.
    This is a standard feature and requires no workaround...
    Why not use the built-in counter?
    2009-10-06 06:17:01 Shabarish Vijayakumar Business Card
    the limitations of that would be my point 5;
    5. Counter option in the adapter - Only helps if you are using the NFS protocol
    and also only if the counter is needed at the end of the file name (before the file name extension)
    Regards,
    Sarvesh

  • How to add an "age / time counter" into DW?

    Can anyone assist on how to add an age / time counter into DW?
    In other words to say "Child X is now a years, b months old"? or "Product Z was launched A years B months ago"? Or, on the other hand, "You only have Z days & Y minutes left to enter"? With it updating in real time?
    Apologies in advance if this is a silly / obvious question but I just can't seem to do it!

    This isn't something you would add to DW, you would need to add it to your webpages. You would do this with javascript. Search the web for
    'javascript countdown timer' for plenty of examples.

  • Solution for Accumulative time counter

    Hi,
    I am developing an online training web application in MVC framework,
    i have to maintain a accumulated time counter for every user . for example 400 hrs a course means (00.00.00 to 200.35.45) (hr/minute/seconds) format .I will have to count for the entire session for every time user login.
    first day: 00.00.00 to 02.35.45
    second day :02.35.45 to 03.35.45
    need solution.
    Regards
    gopi.

    Convert to (milli)seconds and calculate it. There are no API's of use for you AFAIK.

  • How to create a time counter

    Hello expertsl,
    I have a new challenge on board.
    I have a form that is automatically popped up. Now on the form, i need to insert a timer that as soon as it pops out, the timer starts and then i have to enter some data in the form and as soon as i press the save button, the timer records the time count and then stores it in a table.
    Any suggestion are the most welcome...
    Thank you

    As Hoek said, this is not a Forms forum.
    However, the problem is not really unique to Forms and a timer itself is not needed.
    A timer is a kernel object that fires at specific intervals and each time around executes a callback routine. This allows one to update or process at specific intervals.
    You do not need a timer as you are interested in time elapsed - which means that on the creation of the form you need to get the current time. When the save button is clicked you again get the current time. The data that you are interested in is the time difference between these two.
    Remember that timers are expensive objects to create ito kernel resources. Some operating systems limit the total number of timers that can be created. In general, it is not a good idea to create a timer unless it is the best technical solution for the problem. And you do not need a timer determine a time elapse. You simply need code in the constructor of the form and code in the save events of the form. Nothing more.

  • A time counter for the whole project

    Can you tell me is there any way to get the overall project time  as a time counter in the playback controls? Or viewed somewhere on Captivate?
    I need to know at which time a particular slide is appearing in a video. I can only find time duration  per slide or one overall time for the project.

    If you dont like the TOC, here you can find some other ideas:
    http://blog.lilybiri.com/display-time-information

  • Accumulative time counter

    Hi,
    I am developing an online training web application in MVC framework,
    i have to maintain a accumulated time counter for every user . for example 400 hrs a course means (00.00.00 to 200.35.45) (hr/minute/seconds) format .I will have to count for the entire session for every time user login.
    first day: 00.00.00 to 02.35.45
    second day :02.35.45 to 03.35.45
    need solution.
    Regards
    gopi.

    Convert to (milli)seconds and calculate it. There are no API's of use for you AFAIK.

  • Time counter in iMove

    Hello there!
    I just imported a 1-hour video in iMovie which I want to extract a number of clips from. I've written on paper what times these clips take place (ex. 14:30 to 14:55). Now that I have the big 1-hour movie in the Event Browser, I can't seem to be able to see what time it is when I put down the mouse arrow. I can skim the various parts of the movie in the Event Browser by just passing the arrow above it, but how do I know where into the movie I am (timewise)? I can't see a time counter anywhere, not in the Event Browser, OR in the Project Window.
    Could it be possible that Apple left such an essential tool out?? I'd rather think I didn't abilitate it or something...
    Thanks for any help you can provide!!
    Z
    Message was edited by: zurdyo
    Message was edited by: zurdyo

    Was there ever an answer given to how one can see on the edited version of the iMovie the amount of time you are into the program? If you want to mix music in Garage Band and then import into iMovie, you really need to know this. I just wondered if there was some info that may not have been passed along or if this question has everyone stumped.

  • How many kinds of NI card can be a timer/counter

    HI,
      I want to konw which card can be a timer/counter,i only know  M series
    帖子被leexiang在09-21-2005 08:16 AM时编辑过了
    TTech| ATS | NVH | SCADA |

    Jingyan,
    this is from our R Series FAQ:
    Not all applications require the 3M
    gate FPGA. Unfortunately, it is difficult to determine whether an
    application or program will require a 1M or 3M gate FPGA. The following
    can be used as a general guideline when deciding whether to use a 1M or
    3M gate FPGA for your application.
    For an application that will be
    performing the timing, triggering and synchronization on the FPGA, a 1M
    gate FPGA will accommodate the requirements. If the application
    includes timing, triggering and synchronization along with additional
    signal processing on the FPGA (control, digital filtering, complex
    analog triggering), the 3M gate FPGA will give more FPGA fabric to
    implement these operations
    This statement accords also to my own experience so with the facts that you have provided I would go for the 3M FPGA.
    The NI SoftMotion Development Module is a great help for designing motion control applications with LV FPGA. There are a lot of shipping examples that can be modified to your needs. I was up and running with my first FPGA based motion control solution and the SoftMotion Development Module in less than 5 hours including all cabling and compiling. Even if you don't use many of your features in your final application this module gives you a jump-start for FPGA based motion control solutions. So yes, I recommend to use the module, but no, it's not absolutely necessary. Of course you can program everything by your own.
    Regarding the AI/AO noise and accuracy specifications please refer to the 7831R user manual. In general the noise level is much better than the 10 mV that you have mentioned.
    Best regards,
    Jochen Klier
    National Instruments Germany
    Message Edited by Jochen on 08-07-2006 11:03 AM

  • Time count down problem

    Hi,
    Please I need help with time count down display.
    I am using a state machine. In one of the cases ‘rest’ time is calculated. In the next case the vi waits for the ‘rest’ period to expire before continuing with the next case (the stop button should remain active the entire time). The ‘rest’ time count down should be displayed.
    I tried to use Elapsed Time.vi but it works properly only the first time around. Can somebody please help me? I am attaching a sample VI.
    Also how can I accomplish displaying the Program Run Time with no interruptions?
    Thank you in advance for your advice and help.
    Attached: Display Elapsed Time.vi
    Solved!
    Go to Solution.
    Attachments:
    Display Elapsed time.vi ‏34 KB

    It is because you have the Elapsed Time Timer set to Auto-Reset.  As soon as the time has elapsed, it will start counting again.
    Turn off Auto-reset.  Put a True value into a shift register in the state that leads into the DoSomething2, wire that shift register to the Reset input.  Let the default be False for all other cases of the state machine.
    Now when you get ready to go to that state, the True value placed into the shift register will reset the timer.

  • HOW LONG TIME YOU NEED TO MAKE GPS TO WORK WITH OV...

    Question to NOKIA:
    HOW LONG TIME YOU NEED TO MAKE GPS TO WORK WITH OVI MAP 3.1 in N97?
    On all N97 I know and as you can read here in forum the GPS doesn't work usable in N97 and with MAP 3.1.
    I believe that this is a software problem because often I get a GPS signal inhouse and in the wood, but from one second  to the other N97 lost the GPS signal. And this in the best weather condition under free sky. Sometimes gps signal works for 15 minutes, then the signal will drop every minute or so.
    The current position on map is shift (past) abaout 40-50 meters from the real position, so its unable to use.
    The calculated speed is always changing between 0 and the current speed. 
    I have updated phone to de newes software and firmware also to ne newest maps also has hard reseted and reformatet and the problem ist still the same. If I switch off the option "Maps improvment" (which SENDS DATA TO NOKIA!!!) the the drop outs are fewer. But evreytime the position on maps is shift about 40-50 Meters from right position. Is there a mistake in calculation the position?  Also the speed is jumping sometimes from 0 to x and back.
    CAN NOKIA TELL US WHEN THIS BUG WILL BE FIXED, AND CAN NOKIA OFFER US A REFUND.
    I have payed a lot for N97 and alot for the navigation licence and a lot for accesoires and a lot for the traffic security assistance. So I want a working phone! I dint have payed money for e alpha-stadium phone.
    If this is realy the quality of nokia phone, then It is the latest phone I have buyed from nokia.
    By the way, the phone has many many many many other bugs as described in this forum.
    Really bad work NOKIA! :-(
    I was so excited with my N95 and now this mess...
    NOKIA please answer us forum members, what you plan to do with the N97 bugs. When we can hope that the bugs are gone? Otherwise I will return my phone and want my money back and I sue for compensation.

    I have no word to disagree with you and hoping that Nokia soon will make some press statement or something else to tell us what they do with their flagship, sorry bugship Nokia N97.
    Could be a shame recognize errors, but it's worst not to say nothing ant let the bad news of Nokia N97 spread for internet even if they want to sell a Nokia N97 Mini in the near future.
    I understand and supose that we will no have no new version till september because we are in the last week and july and the activity in august decrease really high... but at least someone of Nokia could tell something about this problems and if it's possible all the other problems.
    Why Nokia Beta Labs Forum there is a direct contact with Nokia workers, and in discussions is relly rare to find?
    Yesterday is history.
    Tomorrow is a mistery.
    Today is a gift.

  • HT201303 How do I set up my iPhone so that I have to enter my password each time I need to access my apple account? Previously my account name was always stored and I only had to enter my password each time but now it never asks for a password

    How can I set up my 4s so that when I need to access my apple account to either download an app, update an app or buy something then I need to just put in my password?  This is how my 3s worked but the 4 s seems to have stored all my details so I don't need to log in. My young son sometimes plays games and I dont want him to accidentally buy stuff. If I log out then each time I need to go back in I have to put in all my account info. Not just my password.
    Any ideas?

    Depending upon what version of iOS that you have on it then you might have a Settings > General > Restrictions > Require Password setting on it - if you do then set it to 'Immediately'

Maybe you are looking for