Synchronization/ addition of tasks to

Please, can any body help me in joining the attached taks to be in one code?
I have attached my main appklication of aquiring voltage signal triggred by digital signal.
I would like to join the other two attached application to my main application in the same code and to share the same trigger sourse.
by the end I would hjave three analog signals triggred by digital start trigger syncronized at the same time and sharing the same internal clock. the samplingrate will be the same for all signals.
your help is highly appreciated as I am in urgent need for your help.
Thanks
Attachments:
Triggered Continuous Acquisition.vi ‏36 KB
Intake Pressure.vi ‏32 KB
Thermocouple (Intake Temp.).vi ‏26 KB

Hey,
I don't think that anyone here will make YOUR WORK.
You should have a look at the synchronization examples under ....\LabVIEWX.X\examples\daqmx\synchronization and try to combine your code.
Christian

Similar Messages

  • Does Anybody Know how to synchronize MS Outlook tasks to iPad?Outlook Tasks

    Does Anybody Know how to Synchronize MS Outlook tasks to Ipad2?

    Doesn't matter if you have Exchange or a PC. I have the same setup as you (but with Exchange 2007 instead of 2003) and if you update your iPad to iOS 5 using iTunes for Windows, you'll get the reminders app, and it will sync automatically with your Exchange (and therefore, Outlook) tasks. Give it a go - works perfectly.

  • Synchronization of multiple tasks?

    Hello,
    I am currently working on a project that requires analog output signals and counter tasks to be synchronized.  The board I am using is the NI-6363 X series.  I am doing this in C++.
    I called the start tasks one after the other, and then the read code like this:
    DAQmxStartTask(taskHandlAO);
    DAQmxStartTask(taskHandlCtr1);
    DAQmxStartTask(taskHandlCtr2);
    DAQmxReadCounterU32(taskHandlCtr1);
    DAQmxReadCounterU32(taskHandlCtr2);
    The AO clock and the counter read clock are driven by the same digital signal obtained by dividing the 20Mhz master time base using another counter.
    Obviously the software timing delays between the start tasks and the read functions are causing my results to be inaccurate.
    Is there a way i could group all the tasks together and force them to start at the same time?
    Thank you in advance.
    HT

    Hi John,
    Thanks for your timely reply.
    I am using two counters to perform buffered counting edges in TTL pulse inputs.  I tried to start the clock source after all the tasks but there is still a problem.  Here's an updated snipet of my code:
    DAQmxStartTask(taskHandleCtr);
    DAQmxStartTask(taskHandleCtr2); 
    DAQmxStartTask(taskHandleAO);
    DAQmxReadCounterU32(counter1)
    DAQmxReadCounterU32(counter2)
    DAQmxStartTask(taskHandleClk); //Clock source
    In theory none of the first three tasks would not start until the clock got started which would mean they would all be synchronized.  However the program seems to be stuck waiting for a measurement in the DAQmxReadCounterU32 function and never even reaches the start task code for the clock.
    If I change rearragne the code to look like this:
    DAQmxStartTask(taskHandleCtr);
    DAQmxStartTask(taskHandleCtr2); 
    DAQmxStartTask(taskHandleAO);
    DAQmxStartTask(taskHandleClk);
    DAQmxReadCounterU32(counter1)
    DAQmxReadCounterU32(counter2)
    The program would run but the time delay between the start clock and DAQmxReadCounterU32 functions would cause the same problem i had initially.
    The results are inaccurate because the analog output tasks are driving scanners, if the analog output tasks were started before the counter tasks, the counter tasks would record counts that corresponding to the wrong scanner position and there would be no way of telling how much the results were shifted by.
    I took a look at the Arm Start Trigger section of the manual, but I am confused as to where I would find this signal (external source?) to trigger the tasks and if there is a specific function I use to set that? I couldnt find that function in the C reference file. 
    My apologies if I overlooked anything, I am quite new to using DAQ boards.
    Thank you again
    HT

  • Wireless Synchronization of Calendar, tasks and memos

    I'm a first-time user of a new Blackberry Curve 8310.  I've installed the software and completed a wired-synchronization to my computer.  Now, I want to set the device so that it synchronizes wirelessly. 
    I've followed the instructions that say Calendar>Menu>Options> but there is not a "Wireless Synchronization" field to select.
    Can this be done on this device?  If yes....what am I missing?
    Thanks

    In the DeskTop software program I use (4.5) in the upper right hand corner of the main screen is options, it contains connection options. Other than USB it does offer Bluetooth. I don't have any other options. If you look in the Blackberry Device manager it lists Com ports, USB and Bluetooth. Again, that's the only options I see.
    What type of Calendar/contacts program are you using? Google offers a sync option.
    Please let me know!
    Welcome to the forums!
    Message Edited by Bifocals on 08-04-2008 08:51 PM
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Synchronize multiple tasks and multiple boards with X-series USB devices

    Hi all,
    I am trying to figure out how to synchronize multiple tasks across multiple X-series USB boards (6353, to be precise). 
    I have to run a digital output task AND an analog output task on each board.  All four tasks (the DO and AO on Board 1, and the DO and AO on Board 2) must be synchronized.
    I know how to synchronize multiple tasks on a single board.  I've been doing that for years.  That works fine.
    I know how to synchronize a single task across multiple boards (say, a DO task across 2 different boards).  That works fine too.
    For the life of me, I can't figure out how to marry the two.  Everything I've seen, all of the examples, etc. assume you want to do one or the other, or that you have a RTSI cable available.  Are there any examples out there that synchronize multiple tasks across multiple USB boards?
    I tried exporting the AO clock signal from my master AO task to PFI12, and then using the signal on PFI12 to as the clock source for the remaining tasks (Dev1/PFI12 physically connected to Dev2/PFI12, and Dev1/PFI12 set as the clock source for Dev1's DO task). 
    I have also tried setting Dev1/aoSampClock as the source for Dev1's DO task.
    Under both configurations, I invariably get error -89137 when I try to start the tasks -- required resources (PFI12) in use by Dev1/do/SampClock.  I understand what the error is telling me.  What I don't understand is why I'm receiving this error when I don't have any of my tasks configured to use the DO Sample Clock.  It seems as though it is not possible to export a clock signal to a PFI line and simultaneously run a clocked digital task, even if the clock source for that task is specified as something other than the DO Sample Clock?
    So, my question is, is it possible to do what I want to do?  And if so, how do I do it?  How do I configure a common clock source across multiple tasks running on multiple USB boards?
    Hoping for insight from those wiser than I...
    Diane
    Solved!
    Go to Solution.

    Update:  I decided to try using a counter as the source clock.  One cannot use counter 0 to accomplish this, but it does appear to work with counter 1.
    I'll take what I can get.  Fortunately I have two spare counters.  (Yes, I'm running counter tasks too -- 6 of them -- but they don't have to be synchronized.)
    I have to add both digital and analog input tasks as well -- all synchronous with each other, but not with the output tasks since they'll be running at different sample rates.  I hope I'm able to use a counter as the source clock for those as well.
    My head aches.

  • Synchroniz​ing counter and analog tasks

    Hi,
    I would like to synchronize an analog task and a counter task. I want to share the AI sample clock for the analog task and the counter task. I found an example on NI website that seem be be suitable:
    http://digital.ni.com/public.nsf/allkb/BB7AE2D12BB​04CBE862574FA005D3826
    I'm trying to use the first example given in the KB: CounterSynch-Analogtask.vi. I'm using a PCI 6621 with LV 8.6 and DAQmx 8.7.2.
    I'm getting an error when running this example (see attachment).
    I also tried to insert a DAQmx read property node(available samples per channel) inside the while loop reading the data and connect to one of the counter task This one always displays a 0 value. If I simulate the 6621, the property node value is increasing at the beginning and then decreases to reach 0 and I finally get the same error that I got with the card.
    If you have an idea on what could be the root of problem.
    Thanks in advance.
    Best regards.
    Clément GIROD
    DAM
    Solved!
    Go to Solution.
    Attachments:
    DAQmx error.JPG ‏83 KB

    Hi Clemente,
    The reason you were getting this error is because the counter task was set to finite while it is continuously reading in the while loop.
    The VIs on the same link have been editted so that they will work. Please chech them out and see if they work.
     Please let me know if you have any further questions.
    Best Regards,
    Faris A
    Bueller

  • Synchroniz​ing AI and Counter Tasks in DSA and M Series devices

    Hello DAQ fellows, I am new in the Counter field, so it would be really helpful to have your comments and advices about my application.
    I need to acquire simultaneouslythe following signals:
    - AI Voltage signal with a DSA device (PXI 4461).
    - AI voltage signal with a M Series device (PXI 6250).
    - Periods between TTL pulses signal with one counter of the same M Series device. I want to use the counter as it is shown in the figure 7-8 attached below.
    You can see my approach in the vi attached below (4461-6250ai-6250Ctr.vi). The 4461 is the master device.
    For the synchronization between both AI tasks I am using the "SampleClockTimebase" of the master device as a source for the 6250. I am also using the "StartTrigger" signal from the master device to trigger the start of the AI acquisition in the 6250. As I understand, this configuration is OK.
    Now come the second stage, which is to include the Ctr task to the acquisition process. I am creating the 3 tasks previously with another vi, the vi which creates the counter task (CreateTask6250Ctr.vi) is also attached. Now in the measurement vi (4461-6250ai-6250Ctr.vi), I use the "SampleClock" of the 6250-AI task in order to synchronize the AI with the Ctr task (I am not sure that this is the proper way to do this). Then I ask the "CounterTimebase.Source" in order to know which one is been used as SOURCE signal for the tick counting between the TTL pulses. Finally, I use the same "StartTrigger" signal from the master device to trigger the start of the Ctr task. In this way, when the AI task from the 4461 is started, it give the "StartTrigger" signal to the AI and Ctr tasks from the 6250 and the 3 start at the same time.
    What do you think. am I right with my approach?
    Is the Ctr task properly created to use the counter as in figure 7-8?
    Are the three tasks properly synchronized?
    Which other options do I have in order to synchronize the Ctr task with the other 2?
    Thanking in advance,
    Cristián
    Attachments:
    4461-6250ai-6250Ctr.vi ‏1561 KB
    Fig 7-8 from M SeriesUserManual.jpg ‏16 KB
    CreateTask6250Ctr.vi ‏35 KB

    Could I also use the PXI_Clk10 as a "ReferenceClock.Source" for the three tasks in order to synchronize them? I mean, instead of using the "SampleClock" of the AI task of the 6250 and the Ctr tasks of the same device. See the attachment to see what I mean.
    Greetings,
    Cristián
    Attachments:
    4461-6250ai-6250Ctr - PXI_Clk10.vi ‏1558 KB

  • Can I simultaneously configure a device to more than one task?

    Can I simultaneously configure a device to more than one task? I am trying to trigger on some of the input data. When I tried to configure the same device to more than one task, I get an error:
    Error -10408 occurred at Digital Group Config.
    Possible reasons:
    NI-DAQ LV: The specified channel is in use.
    I have attached a copy of my VI. In the first and second sequences I am using device 1.
    Attachments:
    Can_I_simultaneously_configure_a_device.doc ‏19 KB

    Hello;
    The best way to have multiple tasks running on the same DAQ device is by syncronizing those in the hardware level. What I mean by that is, to use the same clock pulse train to clock the different tasks.
    For instance, in case you want to do Analog Input and Analo Output at the same time, you can use the AI Start Scan (which is the clock pulse train that will clock the analog input task) to be routed to the AO Update clock (which is the clock that controls the Analog Output tasks of your device). You can extend that idea for counter operations as well.
    For digital operations, if you are not using one of the digital boards that support strobed operations, such as the 653x ones, you won't be able to synchronize the digital tasks with the analg tasks, s
    ince the digital ports updates through Software calls only.
    You are probably getting that error because you are trying to use the Digital Group Config.vi (or some other VI that calls the Digital Config.vi) with a board that doesn't support handshaking operations, such as the MIO ones.
    Hope this helps.
    Filipe A.
    Applications Engineer
    National Instruments

  • Synchronize Folder ... does not work

    I am using Lightroom 4.1 on a PC. I have added some jpg photos to an existing folder already indexed Lightroom using Windows Explorer. In other words there were some photos in there and then I added some using Windows Explorer.
    When I right click on the folder in Ligntroom and select Synchronize Folder, a task box appears showing "Import new photos (8)”  so I make sure the box is checked.  So far so good.  When I click Synchronize, I get a box saying “No photos or videos were found to import”.  
    When I do the same thing and also select “Show import dialog before importing” it shows there are no “New Photos” to add.   However, when you click the “All Photos” at the top of the box/screen it shows all the photos in that folder greyed out.  When you right click on the photo you cannot select “Import This”.
    Does anyone know why this is happening?   It is because the photos I want to sync in this folder are already indexed somewhere else in Lightroom?   Is there a way to select or unselect that setting?

    Lr is telling you that the files are already in the catalog. This may be because older files with same name already exist in catalog or that you've already imported the files into another location.

  • NI 9411 AI-DI synchronization

    Hi all,
    I am using a cDAQ-9188 with two analog input modules (9234, 9215) and one digital input module 9411. I need to measure the frequency of a TTL signal with the 9411 and to synchronize this acquisition with the ones of the analog modules. I assigned the 9234 onboard clock to the daqmx timing.vi of the analog task and I shared it with the timing.vi of the digital task. By this way I should be able to synchronize the two tasks but running the vi I get this error:
    "Error -201314
    Multiple Sample Clock pulses were detected within one period of the input signal. Use a Sample Clock rate that is slower than the input signal. If you are using an external Sample Clock, ensure that clock signal is within the jitter and voltage level specifications and without glitches."
    How can I solve this problem?
    Thank you for any assistance you can provide.
    Attachments:
    VI_screen.png ‏434 KB

    Hello AntonioD,
    first of all thank you for posting your question in this forum! 
    The error message that occurs (201314) means that probably you use a clock frequency higher than your input signal frequency. In other words you try to measure the frequency before the input signal complete a period. So  there comes the error. 
    As you'll see in the attached VI that I am sending you, I made a modification. I seperated the while loop into two parts. In this way you will avoid having
    another error that has to do with  not reading fast enough the samples out of the buffer that you configure (error 200279).
    One thing you have to pay attention at is that you should use the same data type in DAQmx Create Channel and DAQmx Read. So if you choose Counter Input Frequency in DAQmx Create Channel, you have to Read Counter DBL value (Single sample or Multiple samples) on DAQmx Read. On the other hand if you want to Create Channel-->Counter Input Pulse Measurement Frequency you have to read Counter (Single or Multiple Samples) Pulse Frequency if you want to have the expected results.
    Let me know if it works!!
    Best regards,
    Antonios
    Attachments:
    synchronization.vi ‏30 KB

  • Synchronization Zire 71 outlook

    How i can fix it : I did all but i can't Synchronaize my handheld with my outlook
    HotSync operation started 06/02/2009 18:30:10OK ExpenseOK Note PadOK Photos-- Outlook Calendar            User: sddcomp            Version: 3.1.3 ERROR: 00008001Your handheld has not previously been synchronized to the currently open Outlook profile (or you have changed your handheld user name). If you have reset or renamed your handheld, open Outlook, click on "View/Folder List", locate and click on the PocketMirror folder, delete the user note, and re-synchronize. If you want to add your Handheld to the list of authorized Handhelds to be synced with this Outlook profile, see the help file topic "Syncing Multiple Handhelds to the Same Profile".       827: PMirror Outlook Calendar synchronization failed-- Outlook Contacts            User: sddcomp            Version: 3.1.3 ERROR: 00008001Failed opening Outlook interface.       448: PMirror Outlook Contacts synchronization failed-- Outlook Tasks            User: sddcomp            Version: 3.1.3 ERROR: 00008001Failed opening Outlook interface.       448: PMirror Outlook Tasks synchronization failed-- Outlook Notes            User: sddcomp            Version: 3.1.3 ERROR: 00008001Failed opening Outlook interface.       448: PMirror Outlook Notes synchronization failed   -- Backing up db NetworkDB to file C:\Program Files\Palm\sddcom\Backup\NetworkDB.PDB   -- Backing up db psysLaunchDB to file C:\Program Files\Palm\sddcom\Backup\psysLaunchDB.PDB   -- Backing up db Saved Preferences to file C:\Program Files\Palm\sddcom\Backup\Saved_Preferences.PRCOK SystemHotSync operation complete 06/02/2009 18:30:15 HotSync operation started 06/02/2009 18:19:20OK ExpenseOK Note PadOK Photos-- Outlook Calendar            User: sddcomp            Version: 3.1.3 ERROR: 00008001Your handheld has not previously been synchronized to the currently open Outlook profile (or you have changed your handheld user name). If you have reset or renamed your handheld, open Outlook, click on "View/Folder List", locate and click on the PocketMirror folder, delete the user note, and re-synchronize. If you want to add your Handheld to the list of authorized Handhelds to be synced with this Outlook profile, see the help file topic "Syncing Multiple Handhelds to the Same Profile".       827: PMirror Outlook Calendar synchronization failed-- Outlook Contacts            User: sddcomp            Version: 3.1.3 ERROR: 00008001Failed opening Outlook interface.       448: PMirror Outlook Contacts synchronization failed-- Outlook Tasks            User: sddcomp            Version: 3.1.3  
    Post relates to: Zire 71

    the error that you are encountering has something to do with the chapura pocketmirror that you are using to sync your device to outlook.
    follow the solution from the link provided below.
    http://www.support.chapura.com/answers_mm.php?a_id=269&keywords=
    http://www.support.chapura.com/answers_mm.php?a_id=1311&keywords=ERROR:%2000008001%20Failed%20openin...
    Post relates to: Treo 680 (Unlocked GSM)
    Message Edited by oldpalmtreouser on 02-06-2009 09:24 AM

  • How can I synchronize my ical on my laptop to the one on my home computer?

    How can I synchronize my ical on my laptop to the one on my home computer?
    Can anyone help?

    You can synchronize iCal calendars from one Macintosh to another by…
    • using .Mac Sync to synchronize event and task data
    • using Sync Together to do so, or
    • creating Google Calendars and synchronizing them using SpanningSync

  • Can we call Data flow Task as Container

    Hi All,
    Can we call Data flow Task as Container  If So what are conditions required to Satisfy as a Container 
    Thanks
    Ravindra

    Hi kavali1985,
    Containers are objects in SQL Server Integration Services that provide structure to packages and services to tasks. They support repeating control flows in packages, and they group tasks and containers into meaningful units of work. Containers can include
    other containers in addition to tasks.
    Packages use containers for the following purposes:
    • Repeat tasks for each element in a collection, such as files in a folder, schemas, or SQL Server Management Objects (SMO) objects.
    • Repeat tasks until a specified expression evaluates to false.
    • Group tasks and containers that must succeed or fail as a unit.
    The Data Flow task encapsulates the data flow engine that moves data between sources and destinations, and lets the user transform, clean, and modify data as it is moved. Addition of a Data Flow task to a package control flow makes it possible for the package
    to extract, transform, and load data. We can add Data Flow task to Containers, but Containers can’t be included in Data Flow tasks.
    Reference:
    Integration Services Containers
    Data Flow Task
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    Wendy Fu
    TechNet Community Support

  • Synchronize N8 and Outlook 2010 with Nokia OVI Sui...

    PC Toshiba with Windows 7 (x64)
    Nokia OVI Suite 3.0.0.290
    N8-00
    MS Outlook 2010
    Language is French for all
    No problem to synchronize Contacts, Photos, Messages, Notes, Bookmarks and RSS Flux.
    Problems:
    1. OVI can't synchronize Calendar and tasks. THIS IS CRITICAL IN MY JOB.
       Nokia PC Suite 7.1.60.0 doesn't support N8.
       How to synchronize Calendar and Tasks with Nokia OVI Suite?
    2. There is no way to see nor manage Calendar and Tasks with Nokia OVI Suite.
        Those options were handled with PC Suite.
    3. OVI is slow and not really stable!!!!
    Thanks for your help
    NB:
    This is the third times I experience the same problems with OVI. The other times, I went back to PC Suite.
    I thought that OVI was mare adapted to with my new N8. It seems that it is not the case again.
    Attachments:
    Agenda et tâches 110329A.GIF ‏20 KB
    Agenda et tâches 110329C.GIF ‏15 KB
    Agenda et tâches 110329D.GIF ‏13 KB

    Could you please try this?
    1. Please, check on Task Manager (press ctrl+shift+esc) if you see NokiaOviSuite.exe process twice on the process list? If yes, kill all the instances of NokiaOviSuite.exe, nokiaaserver.exe and NokiaMServer.exe. If not, a reboot should fix the issue.
    or
    2.Choose from Sync menu “Repair sync”. This operation may create duplicate entries in case the sync engine is not able match the records from different end points with each other. Also, all the deleted items which have not been removed from the other end points will be restored to the end point where the item was deleted.
    or
    3. Update phone software (Please take backup before going for software updates.
    or
    4. Atlast uninstall NOS
    Please THANK me by clicking on the ****WHITE STAR** ( Giving KUDOS) the big GREEN BOX to your LEFT .
    It will help me to serve you better !!!!!
    Thanking You

  • Sync outlook 2007 calendar and task - error 80043b...

    Hi,
    Using a nokia 5800xm, running firmware v51.0.006, ovi suite 2.2.1.23, outlook 2007 on xp sp3
    When I try to sync the calendar and task it always fails with
    "Calendar and tasks not synced
    Selected folder could not be found. Create or select another Personal Folders file in Microsoft Outlook. Then sync again. Error code 80043bec.". Please see attahce fiel ovi sync error
    I only have one email profile in outlook the sync options only show one folder to sync with.
    I have uninstalled and re-installed ovi suite. The sync previously worked with pc-suite.
    Keith
    Attachments:
    Ovi Sync Error.jpg ‏17 KB

    Email response from Nokia Support!   Are they saying Outlook is not supported?
    In response to your inquiry, please be advised that we are currently working on the compatibility of Microsoft Outlook with Nokia Ovi Suite application regarding synchronization of calendar tasks. We suggest that you use Ovi Calendar as an alternative for your calendar activities. Please see the link provided below:
    http://calendar.ovi.com
    Sync with Ovi is an online service that gives you the option of storing your calendar items online, so you can access them wherever you have internet access. You can sync your calendar items online using Sync with Ovi. Online sync for calendar items using Nokia Ovi Suite is currently being updated. You need a Nokia account to synchronise to Ovi.com.
    To set up your phone to synchronise to Ovi.com:
    *Open the Sync application on your Nokia phone. For details, see your phone’s user guide or on-screen help.
    *Select Ovi.com as the synchronisation profile and then select Options > Synchronise. You must connect to the internet when prompted for the sync to succeed.
    *The next time you sign in to Ovi after syncing your phone, the Ovi home page displays your upcoming calendar events.
    Furthermore, we will forward this issue to the relevant department for further notice regarding synchronization of calendar activities between Microsoft Outlook and Nokia Ovi Suite.

Maybe you are looking for

  • Will third party software called "Bug me" and "YAPS" work on the Centro?

    I am currently a Tungsten E2 user. I am considering buying a Palm Centro and want to know if the third party programs "Bugme" and "YAPS" work on the new Centro that is offered by Verizon? Secondly does the Centro have the ability to "tap" in letters

  • Save Image - Black Picture

    Previous versions of Acrobat Reader would allow you to right click on an image within a PDF and select "Save Image" or "Copy Image" and then create a bmp or paste the image into another application.  However version 9 .x multiple sub versions, you ge

  • Dreaded Gray screen with Folder and Question Mark (EFI Boot poofs away)

    Hey-- I've had trouble with my Imac that I purchasd in 2005 for a year and a half or so.  I had a gray screen about a year and a half ago, went on vacation for a week, came back and it booted just fine.  Another time it went down, I did a safe boot a

  • Super Drive / Dual Layer DVD's

    Can a Super Drive in a Power Mac G4 Burn the new Dual Layer DVD's ? If not, what do I use to get more capacity than the standard 4.7 gig DVD's. Thanks WM-300

  • Discount for cumulative qty in PO

    Hello, I would like help to setup the following scenario: Vendor would like to pass discounts on the qty. we buy. However the requirement from the client is that we want to see the discounted price in the PO only and not get any subsequent settlement