get the MAX from the task frequency

Hello

I would like to know if it is possible to obtain the frequency configured in MAX for a particular task in LabVIEW.

This is in order to launch the task set by the user in LabVIEW, as set in MAX: channels, frequency etc...

I tried differentDAQmx furniture knots and I could not find this information.

Best regards

Didje

Didje Hello,

Indeed, it is possible to obtain this information.

After you have configured your task in MAX, you must find the task created by task name Constant DAQmx in LabVIEW. After that, you use the property Timing DAQmx node where you can find the frequency you set up before in MAX.

I hope this will help!

Kind regards

Tags: NI Software

Similar Questions

  • Cannot shut down my new Satellite C850-140 or get the Task Manager

    How shocking, that is.

    Brand new laptop. Used for 2 days, in total 3 hours Max tried to stop
    the laptop tonight and I can't.

    Clicked on stop several times and it will NOT SHUT DOWN.

    Have click on CTRL - ALT - DELETE to try to get up the Task Manager to disable system but not CAN NOT GET
    NO MORE.

    One got any ideas. It was my sons birthday present on 20 November.

    Am shocked to have this problem after 3 hours of use.

    ANYONE GOT SUGGESTIONS?

    Are you using the original pre-installed OS without additional software installed?
    Have you really noticed this problem from the first moments?

    Try please install HDD recovery again following instructions on http://aps2.toshiba-tro.de/kb0/HTD1303440001R01.htm and test it again.

    If the same thing happen again back to your local dealer and ask for Exchange.

  • How to get the Task Manager recognize image after upgrade to dual-core

    I have improved the fron of processor Intel Pentium G3240T (Haswell) 2.7 GHz Dual - Core of Intel Core i5 - 4570T (Haswell) 2.9 GHz Quad Core. HP Pavilion 23-g120t CTO of all-in-One desktop PC is running windows 8.1.

    Devic Manager shows 4 core, but the Task Manager does not work.

    There need a configuration file updated to benefit for the quad core?

    How can I get the Manager tasks recognize four hearts?

    I restored the system with recovery CD and tried the msconfig by selecting 4 processors with no luck.

    Here is the link to the card mother deatiling all taken CPU model supported.

    HP Pavilion 23-g120t CTO all-in-One desktop PC

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

    Thank you!

    Looks like that the plateau of the ony processor version supports two hearts. Thank you!

  • When I try to get the Task Manager, I get a window saying disabled by administrator I am the Admin so what is going on and how to cure it

    When itry Task Manager box said that the Task Manager is disabled by the administrator. I'm the only user / administrator. What is the problem and the remedy?

    Hi lancemusgrove,.

    It seems to be a problem of infection.

    What security software is installed on the machine?

    When the question began?

    I recommend you to run online Virus Scan to remove any infections, as appropriate.

  • List to get the task awaiting the user through IOM API - 11 G R2

    Hello

    IOM user page, we can access tasks pending for approval. Can I get this data using the IOM fubctions APIs? Any help is greatly appreciated...

    BR,
    Aliye

    Link below can be used as an example of code
    http://Srini-bellamkonda.blogspot.in/2012/11/approve-pending-requests-using-API-in.html

  • Get the minimum frequency of three signals FFT

    Hello

    I put in work of a closed online using LABVIEW loop controller. There are three entrances of signal, the FFT of each signal must be calculated online and frequency spectra is the lowest to be detected.

    The plot of the Spectra is attached...

    Please advice on how to achieve...

    Thank you

    ruser.


  • When I try to open the microsoft works, I get the Task Launcher, and then nothing else. Can't access my files. Help!

    This program always worked a lot, and for no apparent reason, I have this problem.  I really need to access these files.  Appreciate your help.

    You can access the files through the Explorer, double click on a data file, it should open the appropriate program.

    You have the cd of works to repair?

    Or in programs & features, locate the works & select, and then change > repair

  • How to get the Task Manager back?

    Recently I could not use my task manager, I keep ending up with "task manager has been disabled by your administration."

    This happened after my computer has been attacked by a keylogger. I got out of my computer.

    Your computer is probably still not clean. Make sure that it is:

    http://www.elephantboycomputers.com/page2.html#Removing_Malware MS - MVP - Elephant Boy computers - don't panic!

  • We get c:\windows\prefetch\taskmgr.exe-06144c13.pf when I open the Task Manager.

    Original title: c:\windows\prefetch\taskmgr.exe-06144c13.pf

    every time I hit him ctrl alt del, I get the Task Manager, but I get a pop up that says c:\windows\prefetch\taskmgr.exe-06144c13.pf

    I tried everything... y at - it software that I can buy or free it would set so I don't have to go into the registry or something... I'm not good or should I jjust stop worrying... I've had this for months... scanned with my AVG antivirus and malware malbytes and still have it

    I hope that you can send the answer to this

    Thank you

    Hello

    1. you did make changes on your computer before the show took place?

    Please follow these steps and check if they help.

    Step 1:

    I suggest that you download, install and run Microsoft Safety Scanner in safe mode and check if the problem persists (even if you have scanned with your security software).

    Step 2:

    Test the issue in a new user account.

  • When I try to get my task manager on the screen I get the consignment "task manager disabled by administrator".

    When I try to get my task manageron screen I get the consignment "Manager tasks disabled by administrator - can anyone help with a solution on how to get the Task Manager.

    The following links may be worth a visit:
    (A Google search will produce more information on this topic)

    FWIW... it is possible that this problem was caused by a virus.

    (555480) "Manager tasks has been."
    disabled by your administrator"error message
    http://support.Microsoft.com/kb/555480

    The task manager has been disabled by your administrator
    http://WindowsXP.MVPs.org/Taskmanager_error.htm

  • get the property of task flow display name of java

    Version 12.1.3 jdeveloper

    I use this method to get the task flow display name property

    public String getTaskFlowDisplayName() {
            MetadataService metadataService = MetadataService.getInstance();
          //Get the task flow binding defined in our pageDef file
            DCTaskFlowBinding taskFlowBinding = getTaskFlowBinding();
          //Get Id of the currently running task flow
            if (taskFlowBinding != null) {
                TaskFlowId taskFlowId = taskFlowBinding.getViewPort().getTaskFlowContext().getTaskFlowId();
              //Get the definition of the currently running task flow by its Id and return its display name
                if (taskFlowId != null) {
                    logger.info("task FLow: display name:" + metadataService.getTaskFlowDefinition(taskFlowId).getDisplayName());
                    return metadataService.getTaskFlowDefinition(taskFlowId).getDisplayName();
                } else {
                    return "?? task flow name ??";
                }
            } else
                return "?? task flow name ??";
        }
    

    This method worked in 12.1.2 version

    but now, the getViewPort() method is not available

    Any other solution pls? ()

    Thank you

    Have you tried: taskFlowBinding.getTaskFlowId ()?

    Note that DCTaskFlowBinding is an inner class so you should probably not use it.

    If there is no better way, you can try using TaskFlow initializer is to remind current taskFlowId (you can retrieve the current workflow task id with: ControllerContext.getInstance () .getCurrentViewPort () .getTaskFlowContext () .getTaskFlowId ())

    and TaskFlow finalizer to clean the memory value.

    Dario

  • The Task Manager does not appear, nothing happens when you select it

    It is very difficult to get help. Now, I'm not sure if this is the right forum and place to be. I need help to get the Task Manager which has disappeared from my computer. I click right on the taskbar, and then click on task manager and nothing appeared. Please advise on how to find him.

    Hi disillusionedvery,

    If you're not, try to login as an administrator and see if that makes a difference.  If so, we still have a problem, but at least we know the Task Manager is here.  If you have any other user accounts on the computer, try connecting them and see if they all have the same problem or if it is limited to one account.  Your profile may be damaged and if this is the case, post back and I will provide procedures about how to fix it.

    Try pressing CTRL-ALT-DEL all at the same time and click Task Manager on the screen that appear and see if it works to access the Task Manager.

    If this does not work, let's try the following:

    Go to start / all programs / accessories / command prompt and right click on command prompt, and then click Run as administrator.

    , Type sfc/scannow go and let it run.  It will scan and try to the difficulty of some of your system files.  If all goes well he comes complete with no corruption, it could not repair (if it has these post of corruption here or try to analyze it to find the problem or files using http://support.microsoft.com/kb/928228.

    While in the command prompt, type chkdsk /f /r and enter and let it run.  They tried to set itself to run at the next reboot.   Answer Yes and restart to run the program.  It will scan and attempt to resolve any corruption or bad sectors on your hard drive and remove especially as a potential cause.

    If it does not, then thanks for posting error messages in the event viewer on the Task Manager (Start / Control Panel / administrative tools / Event Viewer).  Look in the system section.

    If this does not work, try a boot minimum http://support.microsoft.com/kb/929135.  If the problem goes away then it's just a matter of tracking down the culprit at the origin of the problem.   Follow the procedures described in the article.  Once found, remove, delete, disable or uninstall.  Once remember to put Vista in normal status, as described in the procedures. If the problem occurs in clean mode then just restore the system to normal and reboot - this solution will not work.

    Start in safe mode with network and see if the problem is here.  A result allows us to narrow down the search for the cause.

    Do you know when this problem started?  If it has been reasonably recent, try a restore of the system to a point in time BEFORE the problem started. If the first attempt fails, then try an earlier point or two.  NOTE: You will need to re - install any software and updates that you have installed between now and the restore point, but you can use Windows Update for updates.

    If this does not work, you may be infected with malware.  Update and run a scan complete with any security software you use.  Then, try the following programs if you do not, because they can help. I recommend you download, install, update and run full scans with Malwarebytes:http://www.malwarebytes.org/ and SuperAntiSpyware:http://superantispyware.com/ and then run a full scan of Microsoft Security:http://www.microsoft.com/security/default.aspx.  If you find something, especially something you can't delete, then after return.

    That's enough for now.  One of these procedures will be hopefully resolved or at least identify the problem.  If this isn't the case, please post back with the answers to the above questions, results of the tests and procedures that you did (including copies of errors if any found), your version of Windows (for example, 32-bit Vista Business SP2) and anything else that you think may be useful.  We will then decide where to go was from there, armed with more information and know what and did not work.

    I hope this helps.

    Good luck!

  • RESOLVED: The Task Manager icon in the system tray

    I always keep my task manager running as an icon in the system tray.  After an update of software that seems to be an update of Windows XP or IE7, I can minimize is no longer my status bar task manager system; the icon is no longer present.  I have not changed the settings view in the Task Manager bar; they are all checked.  Now, I have to keep the Task Manager minimized in the taskbar instead.  [None of the taskbar settings were changed to icons in the system tray as I downloaded the SP3 for XP over 3 years ago.]  Could it have been caused by the update or y at - it a way to get the Task Manager to reduce in the tray system again?  Thank you.

    I tried all types of features troubleshooting before coming here, including a full analysis of the antiviral software from my system & checking event viewer.  I even went in the registry to see if something happened to the system tray.  BUT... The action to be performed by the most obvious and which should have been the first, I failed to do - restart.  Due to an another software update of my antiviral package yesterday, 22/02/2012, I needed to restart.  After the reboot, the Task Manager icon returns to the system tray and minimization has not caused to disappear.

    The only thing I can conclude is that something has gone wrong during the update of the software of MS Windows and installation of KB2660456, KB2647516-IE7, & KB2661637.  It was the only thing that happens so that I was with MS Paint, no browser was opened or other software packages on except what is necessary to update the files over an internet connection.  To take a hit to what it was exactly would be silly because any number of operations might have bothered with or temporarily created a small problem with the properties of the view Task Manager.

    So I chalk it up to did not not the most basic 'Fixer glitch", reboot, in my haste to find a culprit.  I hope that my blunder will remind others not not forget to start with the basics for sudden failures troubleshooting.  Thank you for your time and your advice.

    [I'm sorry; [I broke each problem statement rule with this post by do not detail what I've done, this system that I have, and what software I use and their versions.]

  • Windows Vista is running extremely slow and will not open the Task Manager or connect to the internet

    I have an older Dell running Windows Vista, and it started fine when I got it, but about a month ago it started very slow and refusing to open any program. I can't get the Task Manager to open to all and internet Explorer refuses to connect. I did a complete analysis of the system through Viper and it came out saying: there is nothing more than a few trogans. He also started a taskbar at the top of the screen. No idea how it happened either.

    Hello
    Your computer is probably infected by malicious software. Try following the steps in this virus/malware removal guide: http://www.selectrealsecurity.com/malware-removal-guide/
    It provides simple instructions on how to remove malware from a computer. If you have any questions, just ask. I hope this helps you.
    Brian
  • How to move the task bar

    original title: work toolbar

    I would like to know how to get the task of tool bar back on the upper right side of my screen.  It was off my mistabke.  How do I turn it back on?

    In addition, I would like to know how to get my taskbar to the normal position, all the way down my screen. (Blue section dark with START on the left side)  The symbols went on the far right and shape are scarce.  I would like that they to the left side, in long form.  How to restore this normal?

    Thanks for your help.  Waiting for your response.

    The game, October 11, 2012 22:33:25 + 0000, Jacqueline Stankiewicz wrote:

    I would like to know how to get the task of tool bar back on the upper right side of my screen.  It was off my mistabke.  How do I turn it back on?

    Sorry, I don't know what you mean by "the task of the tool bar." Please
    clarify what it is.

    In addition, I would like to know how to get my taskbar to the normal position, all the way down my screen. (Blue section dark with START on the left side)  The symbols went on the far right and shape are scarce.  I would like that they to the left side, in long form.  How to restore it normal?

    Although by default, the taskbar is displayed on the bottom of the screen,
    It can be on any of the sides on what you prefer. To move any
    side to side, simply click an unused portion and drag
    where you want it. Don't forget to click inside it, not on the edge.
    by clicking on the edge and dragging will resize not move.

    If it does not move, it can be locked. In this case, right click on it
    and uncheck "Lock the taskbar", then try again.

    Moreover, with the screen monitors wide today, I prefer the taskbar
    on the left or the right of the screen. I think that allows a better
    use of real estate than have it at the bottom of screen.

    Ken Blake, Microsoft MVP

Maybe you are looking for