Sequential tasks with continous and simultaneo​us dataloggin​g

Hi,
I normally use Lab view only for data collection; however I need to create a VI which can do a sequential task at the same time as continuously logging data.
In brief, I have a pressure vessel which I want to record the pressure within throughout numerous pressurisation cycles. Each cycle consists of a number of sequential steps:
Close outlet valve, open inlet valve, close inlet valve at defined pressure, hold at defined pressure, open outlet valve. I am able to do the data logging and am able to do the cycling sequence in separate Vis. However I can't work out what structure I should be using to do these two tasks simultaneously. At present the cycling stages are executed as a flat sequence, but the data is only recorded at the end of every cycle.
A description of the correct structure, and or and example case of tutorial would be extremely helpful.
Carl

I have tried your suggestion with a simple example, maybe I've missunderstood something, but it is not working for me. Please see attached vi. 
How can i get this simple example to work?
Attachments:
sequence_steps.vi ‏92 KB

Similar Messages

  • Would like to sync Sharepoint 2010 task with Outlook and iPhone

    Hi
    I have a Sharepoint 2010 server - function as intranet server, and as a project webserver. 
    When I create a new project in SP, I also get a Task list. Very good. And I can also connect the project to Outlook.  Very good that as well :)
    I do have an Exchange 2010 server as well.
    But... I also use a iPhone - where I have connected my mail, calender and task. This is working fine. 
    The problem is  the task from Sharepoint project. When I try to add new task list, I just find the list where I have added e-mail accunts. Not the one from SharePoint. 
    Anyboy following? :) 
    So, is it possible too Sync Sharepoint 2010 task list with your personal outlook tasklist? :)
    -N-

    Hi Narna,
    Thanks for posting your query, Kindly browse the below mentioned URLs to Sync SharePoint Tasklist with your Outlook task lists step by step
    http://www.sharepointgeoff.com/how-to-synchronize-a-sharepoint-2010-task-list-with-microsoft-outlook/
    http://pholpar.wordpress.com/2011/12/30/synchronizing-sharepoint-tasks-with-outlook-including-categories/
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Non-sequential scanning with SCXI and Labwindows/CVI

    I'm trying to scan channels 0 and 2 (skipping channel 1) of a SCXI-1520 module with a SCXI-1000 chassis using LabWindows/CVI, but am getting error 10370 (Invalid Scan list).
    I've read here that the SCXI-1520 module supports non-sequential scanning, even with traditional NI-DAQ drivers, but I can't get this working.
    I'm using NI-DAQ 6.9.3 and LabWindows/CVI 6.0.
    I'm not using a channel string, but intead am using SCXI_Track_Hold_Setup and SCXI_SCAN_Setup.
    For the scan setup my arrays are:
    Module_List={1,1}
    #_of_Channels_List={1,1}
    Start_Channel_List={0,2}
    I've tried setting the Hol
    d_Count for the module to both 1 and 2 in SCXI_Track_Hold_Setup, but that doesn't help.
    Is this possible, and if so, how?

    OK, in essence, my code is:
    SCXI_Reset(chassis,-1);
    SCXI_Load_Config(chassis);
    hold_count=2; // Note: Tried 1 but that doesn't work either.
    SCXI_Track_Hold_Setup(chassis,slot,2,2,0,hold_count,device);
    // Note: tried 2,0,2 but doesn't work either, and then can't scan multiple modules.
    SCXI_Set_Gain(chassis,slot,-1,1);
    SCXI_Set_Excitation(chassis,slot,-1,VDC,5.0,&actual);
    SCXI_Configure_Filter(chassis,slot,0,BYPASS,0);
    SCXI_Configure_Filter(chassis,slot,2,BYPASS,0);
    SCXI_Configure_Connection(chassis,slot,-1,QUARTER);
    num_modules=2;
    Module_List={1,1};
    Channels_List={1,1};
    Start_List={0,2}
    SCXI_Scan_Setup(chassis,num_modules,Module_List,Channels_List,Start_List,device,0);
    // This causes error -10370:badScanListError
    Any help greatly appre
    ciated!

  • Mxmlc ant  task with Groovy and ant builder

    Hi,
    i'm doing some Groovy scripting in the build scripts of my project and among the other things have included Flex sources compilation in there. It cares about auto-compilation of source trees so maybe someone will be interested in that:
    http://tech4web.blogspot.com/2008/12/mxmlc-ant-flex-task-in-groovy.html
    Cheers,
    Piotr

    Are you using Adobe FlexAnt?
    On this
    page
    , there is a <compiler.library-path> node that seems to
    import a bundle directory that contains locales. I believe
    <compiler.library-path> is from FlexAnt, so you would need to
    enable it if you haven't.
    Also look on the next page from the link I posted, there is
    another example on how to import bundles in an automation.

  • Error enabling "Mail, Contacts, Calendars, and Tasks with Outlook" in iCloud 3.0  Control Panel

    Unable to enable option “Mail, Contacts, Calendars, and Tasks with Outlook” under iCloud 3.0  Control Panel.
    Get following error when clicking checkbox to enable it under iCloud 3.0 Control Panel.
    "Setup can't continue because Outlook isn't configured to have a default profile. Check your Outlook settings and try again."
    Have tried the following:
    Uninstalled / reinstalled iCloud 3.0 control panel
    Removed all mail accounts from Outlook 2013 except MS account
    Confirmed Outlook was chosen for  “Always uses this profile” under Control Panel – Mail (MicroSoft Outlook 2013) – show profiles
    Still get the same error when trying to enable the option under iCloud 3.0 Control Panel
    PC is running Windows 8.1 (64 bit)
    Outlook 2013 was just installed on the PC as part of new Office 2013 installation

    Two more things:
    First, sorry for the bad spelling, grammar, and all of that. English isn't my first language and I'm so frustrated at this point I'm not paying any attention to it. Sorry!
    Second, after trying to repair again the icloud 3.0 through the Control Panel of Windows, guess what? It made Offce to crash again! Now I will have to install it again.
    =(

  • I need to make a task with less as3 code and more timeline structure and event dispatcher !

    I went to an interview in a big company. I had to make a  task in which there is a wall with 3 lines and 5 columns filled with bombs.When you click on a bomb the bomb changes its scale, a robot enters, goes under the bomb and takes it, then goes to a smaller wall, makes the bomb smaller and place it at the same place it had been in the previous wall.I made the task with tween througout as3 code.The interviewer told me it was good but i need to make it with the less code possible and with more complex timeline structure and to use event dispatcher.What is the best way to do this ?

    The immediate thing that comes to mind is they might want to see that you can balance work between design teams and development teams.
    To do that, the robots movements (pick up bomb, bomb grows/shrinks, arms/treads/legs moving, sequences of 'doing things') can be timeline based so animators can work on those separate from code.
    Developers would be working on the logic of keeping score, moving the robot around to the correct spot with path detection, collision detection, etc.
    It's very similar to thinking in simple factories (which Flash is good at being automatically with timelines), and a bit of MVC (or just VC in some cases).
    Big companies have lots of different types of employees so you'll probably be very specific in your role so you're efficient.

  • I am using i 4 phone. recently I had a problem with my lap top and had formatted hard disk of it. Now I want to use sync data in my iphone back to itune n my lap top. how can I perform this task with out loosing data in my i phone.

    I am using i 4 phone. recently I had a problem with my lap top and had formatted hard disk of it. Now I want to sync data in my iphone back to itune on my lap top. how can I perform this task with out loosing data in my i phone.

    Hey floridiansue,
    Do you have an installed email program such as Microsoft Outlook?  If your email is through an online login, such as Gmail, etc, then one will have to create an email association with a program such as Microsoft Outlook on the PC for this Scan to Email system to function.
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------
    I am not an HP employee.

  • BlackBerry Link and syncing Contacts, Calendar and Tasks with stand-alon​e desktop installati​on of Outlook 2010?

    I have used Blackberries in business since the beginning. Fantastic products!
    Sadly after spending the better part of Feb 6th transitioning from Torch to Z10 I have had to abandon the effort and request an RMA number to return the Z10.
    Here is why:
    "Link" appears to be focussed on syncing documents and media like content such as music and movies but does not, from what I can tell, sync Outlook Contacts, Calendar entries or Tasks. I have never bothered putting music or movies on a BB... never had the time to fuss with such... however, I use, edit and sync my Contacts, Calendar and Tasks between my Torch and my desktop PC every day... as in EVERY day!
    From a review of postings on various forums there does not appear to be a solution in the works to this problem and the trend appears to be to use a Cloud based email or service to host such "PIM" information and then sync the handheld to the Cloud repository. This method MAY be suitable for some forms of info but it is not suitable to post such personal info on the cloud... it needs to stay on the desktop and in the handheld device, both of which are password protected and looked after carefully.
    This is an odd situation, BB (RIM) cut their teeth on pages, emails, BBM and great cell calls, mainly in a business environment. Many small business users live and die on their BB. They do not run Exchange Server... they run Outlook stand alone on a desktop. To remove this functionality from the Z10 (BB10 overall perhaps) seems at best to be a serious oversight.
    I wish BB the best with the Z10 and hope to see it do well. For me, I had to make a choice between the efficiency and effectiveness of syncing Outlook Contacts, Calendar and Tasks with the Torch, or hand feeding and maintaining thousands of constantly changing entries into what is undoubtedly a more powerful and wonderful looking Z10. Efficiency and effectiveness won over brawn and beauty. The Torch is back on line... It's a tool... a really great tool! Tomorrow it will process a hundred emails,  numerous SMS messages, a few BBM's, keep me on time and feed me a bunch of useful phone numbers and addresses as it has for a couple of years now. It will also spend an hour or so teathered to my laptop at a remote location where there is cell coverage but no internet. It will NOT display any movies, tweats, twits, or facebook stuff that I won't have time to look at anyway. The fast, powerful, shiny Z10 is heading in an RMA bag back to Telus. 
    I have a sort of sick feeling in my gut and hope to be able to sync again in the future!

    my feelings and my situation excatly

  • Have no Outlook. How to chande settings and sync contacts, calendar and tasks with gmail

    Have no Outlook. How to chande settings and sync contacts, calendar and tasks with gmail

    http://lmgtfy.com/?q=sync+iphone+gmail&l=1

  • Counter Task issue with NI6229 and Boralnd C++ builder

    Hello!
    I am using the NI-6229 M series Acquisition Board and I am writing my application in Borland C++ Builder 6.
    My goal is to generate digital pulses on the counter output that are syncronized with a video camera.
    To do this I created a task that generates one digital pulse (5ms in high state and 495ms in low state).
    I am starting this task in one thread and in another thread I am waiting until this task is done and then I am stoping it.
    The problem is that on the counter output I have pulses bu the low state is much shorter than 495ms and is not even constant.
    Is it possible that waituntiltaskdone function waits only until the output goes in to the low state and then it considers the task done?
    If not can anyone give me a solution?
    Thank you.

    Kevin,
    While preparing a response for you, I realized that in playing with my
    VI I had entered the wrong delays, causing me to think that the
    retriggerable property would cause CO.PulseDone to stay false the
    duration of the low time. I then remembered that for single pulse
    generation, the low time is actually ignored. Therefore, if your idle
    state is low, the counter remains low for "initial delay," transitions
    high, stays there for "high time," then transitions low. After this,
    the task is done. If your idle state is high, the levels are reversed
    and "high time" is ignored.
    I recreated your setup using DAQmx 7.5, and did not observe the early
    transition of PulseDone. This was with CO Pulse Ticks. Were you using
    CO Pulse Time? Perhaps you did not arrive at the same number of ticks
    (based on time) as the driver. Or, maybe you mistook the "low time" and
    "initial delay" inputs, as it is certainly easy to do. Do you know what
    version of the driver you were using?
    Thanks,
    Ryan Verret
    Product Marketing Engineer
    Signal Generators
    National Instruments

  • Granting an admin rights to view and execute a task with user actions

    I am trying to grant an admin the rights to view and execute a new task that i have created from the search results and user actions applet.
    I have added an auth type to the authorization types configuration object with the following:
    <AuthType name="terminateUser" extends="TaskDefinition,TaskInstance,TaskTemplate"/>
    I created a new task and assigned it this auth type. I then created the new admin group and assigned the following permissions:
    <Permission type='terminateUser' rights='View'/>
    I then added this capability to the admin role to which the user has been assigned. This admin role also has the view user capability and has been assigned to the top level of this organization as a controlled organization.
    I also added the task to the user actions configuration so that the menu item appears in the context menu and on the find users page.
    The user can see all users but cannot see the new task. The only thing that is visible is the "view" menu item.
    I have other users that have lots more capabilites that can execute this task with no problems. I am wondering if the view user capability is the problem or is there some other capability that anyone knows of that I must add in order to allow this admin role to view and execute this task.
    Thanks,
    Ruth

    BTW, the answer is to restart the app server. Duh!
    Ruth

  • Excel not even open - "cannot complete this task with available resources" and then VBA run-time error randomly appear!

    Has anyone else seen the "Excel cannot complete this task with available resources" error message appear when Excel isn't even open? It keeps happening to me, and it's the strangest thing.
    It seems like interacting with Excel files sometimes prompts it - for example, I just turned on my computer this morning, checked my email, and then opened Google Chrome to upload some Excel files. Excel hasn't been opened at any point since the machine
    booted up, but this Excel error popped up while I was uploading the files.
    Checked the Task Manager because I was baffled (not that this is the first time it's happened), and there's no Excel application running, just that silly error message. Choose OK on that error and a VBA run-time error message appears (not even sure if it's
    Excel VBA or Word/Outlook but I assume it's Excel - it's the good old 1004, application-defined or object-defined error).
    Debug is greyed out, so it won't let me debug to see what the problem is. Choosing End brings the "Excel cannot complete this task with available resources" message back for one final performance.
    This happens on a not-infrequent basis: Excel isn't open, and I randomly get this set of Excel errors: 1) "cannot complete task", 2) VBA run-time, 3) "cannot complete task" again. Then it's done, until the next time it happens. Weird.
    I have 32-bit Windows 7 and Excel 2013/2010/2007/2003/2002 (I know!) but the issue only started after installing 2013. I also get the "cannot complete this task" message regularly when working in Excel (generally with Power Pivot or something legitimately
    memory-hungry though), and restarting the application does the trick. I don't mind a heads-up when I'm gobbling up too many resources, but when Excel's not even open, it's a bit ridiculous. It's like I have a zombie Excel! Does interacting with Excel files
    via upload/moving around Windows Explorer actually trigger some sort of Excel action in the background?
    Any ideas would be most appreciated!! Thank you :)

    Hi,
    As the memory error messages , it can be very generic and don't always identify the real cause of the issue. We may try to use the KB that Mr. KR mentioned above to troubleshoot it.
    On the other hand, if the file is xls format, we may convert to the new file format .XLSM and test.
    http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel/Q_28339883.html
    Next, try to disable hardware graphics acceleration from File > Options > Advanced > Display section and disable Aero Themes (if you enabled) to check the results.
    For the hangs and crashes issues, we may use ADPlus.vbs to troubleshoot:
    http://support.microsoft.com/kb/286350/en-us
    http://www.networksteve.com/exchange/topic.php/Excel_cannot_complete_this_task_with_available_resources_error,/?TopicId=39411&Posts=1
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Hope it's helpful.
    George Zhao
    TechNet Community Support

  • New to iphone need help with entourage and tasks

    Hello,
    Just got my direct fulfillment iphone today. i am trying to get my entourage 2004 info to my iphone. By following:
    http://support.apple.com/kb/HT1670
    I am using my personal iMac running leopard without mobile me. I can see my calendar and my contacts, but I can not figure where my tasks would even show up.
    So, here are my questions:
    1. Is there a better method for syncing this info?
    2. should my tasks show up and where?
    3. Do the same steps work with office:mac 2008? If not what is different?
    4. Any other helpful info?

    Settings > Sounds > New Mail, make sure it's ON. Settings > Mail, Contacts, Calendar > Fetch New Data > set it to an interval such as Every 15 minutes. Your phone will check for new mail at that interval, and if there is new mail, your phone will sound an alert and vibrate.
    You are accessing your account via POP (the only way to access Hotmail using the iPhone's mail app), so it cannot be 'linked' such that changes on one device are reflected on other devices - that's a function of IMAP email, and Hotmail does not support IMAP.

  • Task form with inputFile and BPEL

    Hi.
    I put an InputFile control in a task form and I have to pass uploaded files back to the BPEL process. I have found some examples of file uploading using ADF but none consider integration with BPEL.
    Could you help me please?
    Thanks in advance.
    Mick

    Hi john_d
     I got the solution to customize the Workflow task form. We cannot customize the workflow task form from InfoPath 2013, and if some how you are able to publish the task form it then when you publish your workflow then it your workflow will overwrite
    the default task form to your customized one.
    So the solution for it is that whatever fields you want to add to the task form you can just in "TASK FORM FIELDS" and it will display in your task form when you publish your workflow.

  • How to synchronize Outlook 2007 Calendar and Tasks with my iPhone through use of iCloud

    How can I synchronize Outlook 2007 Calendar and Tasks with my iPhone through use of iCloud?

    Hello farar,
    Thank you for the question.  It sounds like you are trying to synchronize your Outlook Calendar with your iPhone using iCloud. 
    If you have not setup iCloud, the following resource has steps you can take to set up iCloud on your computer and your iPhone:
    iCloud -Learn how to set up iCloud on all your devices
    http://www.apple.com/icloud/setup/
    Once you have iCloud set up, you can enable the Calendar setting in the iCloud settings on both your computer and iPad to sync your Calendar events.  Use the following article for steps to enable this feature:
    iCloud: Change iCloud feature settings
    http://support.apple.com/kb/PH2613
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

Maybe you are looking for