How can I build multithread appliccations with forms?

good afternoon.
I wish to know how I can build multithread apps with forms. Is it possible? ...
thanks forward...

Hi Craig:
thank you very much. To solve the mystery : ) :
I want to drive a stepper motor with a specific frequency. To get the current degree value of the motor I would like to measure the current time (from the beginning of the move on). (With a formula I get the degree value out of the time)
Concurrently I would like to get data from a torque sensor and from a pressure sensor. That's why I asked you about the time and the table. The measurement should start with the movement of the motor. How can I do that? Right now I have different block diagrams (different while loops) (see attachment) and I would like to put them in one.
I haven't done the block diagram for the pressure sensor yet, so there is only the one for the torque sensor and the one for the motor.
I also would like to set a mark in the table when the voltage value of an analog input gets under a specific threshold value. Is that possible?
I'm sorry, I'm a novice in LabVIEW. But maybe you can help me.
Thank you very much!
Steffi
Attachments:
motor.vi ‏238 KB
sensor.vi ‏59 KB

Similar Messages

  • How can i use jpg extension with forms 10g and webutil

    I have a form with webutil and i want to open imege jpg extension but thier are Bmp but my
    image jpg and image item has no jpg extension .
    How can i use jpg extension with forms 10g and webutil ?

    You can use the JFIF image format for jpg files.

  • How can I build a table with the time values of a timer from a while loop

    Hi:
    I have a question concerning building a table:
    Every 100ms I read a value from a sensor (while loop with a timer). I would like to build a table with the actual time and the concerning value. For example:
    0msec         1V
    100msec     2V
    200msec     3V
    300msec     4V
    etc.
    If I use the Express VI for building a table, I always get the date and time, but I don't need the date and the time is in the following format: HH:MMS, which is nonsensical for me as I can't differentiate within msec. Can I change the format anywhere?
    Can I also save the table to a file or even to an Excelsheet? How can I do that?
    Thanks for your help!

    Hi Craig:
    thank you very much. To solve the mystery : ) :
    I want to drive a stepper motor with a specific frequency. To get the current degree value of the motor I would like to measure the current time (from the beginning of the move on). (With a formula I get the degree value out of the time)
    Concurrently I would like to get data from a torque sensor and from a pressure sensor. That's why I asked you about the time and the table. The measurement should start with the movement of the motor. How can I do that? Right now I have different block diagrams (different while loops) (see attachment) and I would like to put them in one.
    I haven't done the block diagram for the pressure sensor yet, so there is only the one for the torque sensor and the one for the motor.
    I also would like to set a mark in the table when the voltage value of an analog input gets under a specific threshold value. Is that possible?
    I'm sorry, I'm a novice in LabVIEW. But maybe you can help me.
    Thank you very much!
    Steffi
    Attachments:
    motor.vi ‏238 KB
    sensor.vi ‏59 KB

  • How can I make a drawing with forms in a column, so that it is fixed to that cell and it will be printed on that cell?

    If I have made  drawings with forms in a column, how can I tie it up on that cell, so it wil be printed on the right place in that column.

    If I have made  drawings with forms in a column,
    Not sure what you mean by "drawings with forms in a column" but if you mean you have a graphical object (photo, drawing, etc.) then you can select that image, command-c to copy to the clipboard, click once in a cell, and command-v to copy. That pastes it into the background of the cell. You can then adjust the width/height of the column/row as desired to display the image.  The image will then follow the cell wherever it goes.
    SG

  • How can I build automatically jar with Eclipse?

    Hi,
    I try to build automatically jar file each time when I save my project.Until now I used right click and Export to jar but that take me more time and it is not efficiently.I have try to configure an new builder from project->properties-> builders options but when I Clean it give me the following error:
    The file does not exist for the external tool named MY_Builder
    Please help me If you can, all that I try to find is to generate automatically jar file each time when I save or clean the project,no matter the method as long as it's working on Eclipse
    Many thanks,

    Hello,
    But How can I do that ? I make a new ant compiler but I have some errors:(. I don't know how to configure this ant.Can u help me please?
    Thanks,

  • How can i build a portlet with multi-record fields

    Hi
    I am building an application and some of my forms need to capture multi-records fields,for example like Developer Forms does with Grids
    Can anybody send me an example to do this?.
    Thanks

    This is what I did in our application.
    1. Created a Master Detail Form (Custom Layout and not tabular)
    and in the master block selected only one field.
    2. In the HTML layout for master removed the reference for
    that field(so that nothing will appear in the master block
    of the form).
    3. Before the update (in the Pl/SQL event handler selected the 'Save' event and written the following code to avoid updating master block).
    p_session.set_value(p_block_name => 'MASTER_BLOCK',
    p_attribute_name => 'MASTER_ACTION',
    p_value => 'None');
    doSave;
    For eg, let's say
    Master is from 'Dept' table and Detail is from 'Emp' table(with join condition Dept.dept_id = Emp.dept_id). In the master remove everything except dept_id field and in the HTML layout for master remove the reference of the dept_id field(you cannot remove this field physically from the master layout). Now the form will look like multirow form rather than master detail form but only problem with this workaround is 'Detail Action' will be present in the detail block.
    I hope this will help you.
    Thanks
    -Krishnamurthy

  • Hi!!how can I build a vi with every number of inputs?

    The vi I want to build is a little "strange" , I am going to try to explain the basic idea!!
    I need a vi with every number of inputs, so, maybe my vi has 2 inputs or 50 inputs.
    I know that a vi has a limited number of terminals (28), so , I thought that I had to use an array to avoid limit the number of inputs and outputs.
    But the problem is that I want to connect my inputs separately , no using an array.
    I suppose that my explanation is not very good!
    I want to build something similar to the vi "Build an array" . It is a vi that has every number of inputs, this example is to explain the idea. I dont know if it is possible doing something similar, because depending on the number of inputs the block diagram
    will change!
    Thanks in advanced!!
    Graci

    > I suppose that my explanation is not very good!
    > I want to build something similar to the vi "Build an array" . It is a
    > vi that has every number of inputs, this example is to explain the
    > idea. I dont know if it is possible doing something similar, because
    > depending on the number of inputs the block diagram will change!
    >
    VIs have fixed number of inputs, and as you mentioned, they allow for
    unlimited amounts of data through arrays. If you want a growable node
    like build array, there are a couple options. In LV7 and above, there
    is a subVI style that is bigger, with the blue border, and it allows for
    textual terminals at the bottom. These are much bigger, and it is more
    obvious what someone is wiring to, but they also take more space, and
    I'm not sure they are what you want, but probably worth looking at.
    Second option is to really use a build array. You can either teach your
    users to put a build array in front of the subVI and build an array, or
    you can build a merge VI.
    A merge VI is how the 3D graph and the polar plot drop with subVIs
    already wired to other objects. It is a regular VI whose item in the
    palettes has the Merge Option turned on. In this case, instead of the
    subVI being dropped, its contents are merged into the user's diagram.
    You could build your subVI using arrays, then build a merge subVI for
    the palettes. In the merge VI, place a build array with whatever you
    want as the default size. Then add the merge VI to the palettes and set
    the option. When dropped, you will get the build array's default size
    already wired to the other subVI.
    Greg McKaskle

  • How can I build a LabView application that uses the 2012 runtime, on a development system with LabView 2013 or 2014 installed?

    I need to build a LabView application .exe to run with the 2012 Runtime, for legacy support. I currently have LabView 2013 installed on my development system, and have 2014 available. How can I build an application that uses the 2012 runtime on this development system? Do I have to downgrade to 2012? Thank you.

    We have existing customers that have installed our application that was originally built with 2012 (provided by a contractor that is no longer available).  Due to IT regulations, it is far easier to update these customers by simply replacing the .exe file, than creating an install that their IT department must run.
    If I have to downgrade to LabView 2012, where can I get the installation for this?

  • How can i build table with two user name columne  ?

    How can I build view with two columns for user name ( one create and the other
    Can change also ) 
    And to display full name ( the user name is the key but not display  ) ?

    Hi,
    Creating View
    •     From initial screen of data dictionary(T.Code: SE11), enter the name of object i.e. view.
    •     Select view radio button and click on the push button.
    •     Dialog box is displayed for types of views.
    •     Select the view type.
    •     On the next screen, you have to pass following parameters.
    •     Short text
    •     In the table box you need to enter the table names, which are to be related.
    •     In join table box you need to join the two tables.
    •     Click on the TABFIELD. System displays the dialog box for all the table fields and user can select the fields from this screen. These fields are displayed in the view fields box.
    •     Save and Activate: When the view is activated, view is automatically created in the underlying database system. As long as the table exists in the database, the view also exists (Unless you delete it).
    Regards,
    Bhaskar

  • How can I specify the path in Form Builder 9.0

    Hi, everyone,
    could anybody tell me how can I specify the path in Form Buidler 9.0? there is problems when I want to attach library in form builder. thanks to Kuldeep RAwat and Natalia Vidal, I know I should specify the path, but I still don't know how to specify, how can I do?
    besides, when I run a form, sometime there will be a warnig:
    Please acknowledge message
    what's that meaning?
    thank you very much for your great help

    Shay Shmeltzer thank you very much for your so quickly response. I have modified the file and my form can run now!
    but, when I open my form, it always suggest me:
    FRM-10102: Cannot attach PL/SQL library TalbotStandard. This library attachment will be lost if the module is saved.
    so everytime I open my form, I must attach the library manully. I don't know the reason. do you know that or anybody else knows that? thank you very much!
    have a good weekend :-)

  • How can I code this in Oracle Forms?

    I have a master-detail form. In the detail block, I have several records. Here is my name table.
    ID Name_Type Name
    1 old Mike
    2 Current John
    3 old Peter
    4 old Andrew
    I would like to create a button trigger which shall perform the following:
    1) insert a record into database with a copy of current value. In the above case it will insert create a record for John as name_type = 'OLD'. So we have total of 5 records. Commit the transaction.
    2) Scroll through my detail records (5) and go to one specific record and erase the values from it. In the above case, it should find John's record with name_type = 'Current' and erase John from it.
    How can I accomplish this in Oracle forms using a button-pressed trigger?

    Hi,
    Simple, using current values you can create new id , 'old' and name so oracle will create record, now refresh block, next using next_record in loop you can find record,erase one and refresh block.
    Adinath Kamode

  • How can I have two fields with the same name if it makes sense?

    Hello, folks :)
    I have a pretty hard time figuring out how I can have two text fields with the same binding name.
    The whole problem is that when I need two fields with the same binding name they are still differnent coz they have the same name but differnt indices.
    I should make a form filled at runtime by merging a pdf form file and an fdf file data file. And I have no choice to do it differently. And my form file needs some data like customerName, companyName twice in one form. But there's only one possible buinding name indexed zero.
    How can I create a field with absolutely the same name or is it just impossible due to possible name conflicts? And is there a workaround to this problem? I just need one piece of data repeated in different places.
    Thanks for your replies :)
    P.S. if u think that the problem is not clear enough let me know. I'll supply you with more details. But the general process can not be changed.
    One pdf should be mergred with an fdf with as the result of their merge a new filled and flattened form. I have no control over fdfs their are generated by Oracle and I can not fill the form using XML files coz this process should be integrated in a working application.

    I just thought about a really ugly workaround with a server-side script adding values to fdf files but it's a bit of work and tests and personally i think it's a bad idea :-(

  • How can I sync my calendar with outlook

    This question has a couple parts to it.<br><br>First, I am self employed and use Outlook as my primary calendar. With my BB7 device this syncing issue was easy but I find it so hard with my new Z30.<br><br>My email is a rogers.com email. I have 2 email accounts on my device (personal and business which are both rogers.com emails.<br><br>How can I sync my calendar with outlook and allow changes made in both outlook or the device appear updated on both outlook and my device?<br><br>When I make a calendar entry in my phone it prompts me to use either my groups, my work email, my personal email and then I see BLINK with the name of my office computer.<br><br>What should I be using as my default calendar? The one that says BBlink-Computer name or my business email address?<br><br>Secondly is there a way to sync all my calendar entries with outlook to avoid personal and business conflicts? That is my BBM group calendar entries, personal email calendar entries and my business calendar entries?<br><br>I'm really baffled by all this. I keep being told I need to set up an outlook.com email address. Do I really need to do this? I prefer not to.<br><br>Essentially, how can I make all my calendar entries show on my office outlook calendar so I can see everything to avoid scheduling conflicts and not need to check my device before booking an appointment in my desktop outlook?<br><br>Lastly I have my outlook set to show me Canadian Holidays. How can I get these to appear in my device calendar?<br><br>Please...<br>This has been baffling me since I for my device about a month ago. Any help would be greatly appreciated.<br><br>I have the latest link software on my PC and have the latest OS on my phone.<br><br>Thank you in advance to all that reply.<br><br>Regards,<br>Dan

    I think (and I'll double check) only the BBLink events will sync on a wired USB sync. I'm fairly certain of that.
    You'll need to use your calendar syncing via an EAS email account (outlook.com, for instance, is free) to sync wirelessly. It works great. I use it and was a former tied to the USB sync guy as well... and I thought I was gonna die a painful death without it. I found more freedom this way.
    This explains the process. But I don't think you'll get BBM Groups to sync.
    http://supportforums.blackberry.com/t5/BlackBerry-​Z10/How-To-OTA-Sync-BB10-and-non-BES-Outlook-Overv​...
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How can I create a solution with Livecycle

    I work for a high school and we have about 12 pdfs that we need parents to read/scroll through, then 10 (different) pages that we want them to print, complete and return to the school.  Finally, we want them to see a "Thank you, you have done all you have to do" type screen.  We want to make it as user friendly as possible so I was thinking...
    Reading pages, 1 at a time with next at bottom.
    Click next and it takes them on.  When they get to printing pages 1 print button prints all pages we need them to print. Click next, and it takes them to optional print pages.
    Click next and it says, thank you.
    How can I make this happen if I already have all the pdfs?
    Help please.
    John Dent
    [email protected]

    Thank you soo much.  A few questions?
    They weren't created in designer but could I just import all of them?
    How do "build the structure" for the naviagtion?
    Where/how do you add the script.
    Thanks again,
    John Dent
    Date: Fri, 30 Jul 2010 07:01:08 -0600
    From: [email protected]
    To: [email protected]
    Subject: How can I create a solution with Livecycle
    I assume that all of these PDFs were created in Designer. If so you can add any buttons that you want to appear on every page (Next, Previous) onto the Master page then there is script you can add to the buttons to actual move the pages (xfa.host.pageDown() and xfa.host.pageUp()). The Prin button can be added to the specific page and you can pass the page numbers that you want to print as a parameter to the print command. Lastly when you get to the last page and the click Complete you can display a messageBox with your Thank you message.
    Hope that helps
    Paul
    >

  • How can I create a query with web service data control?

    I need to create a query with web service data control, in WSDL, it's query operation, there is a parameter message with the possible query criteria and a return message contains the results. I googled, but cannot find anything on the query with web service. I cannot find a "Named Criteria" in web service data control like normal data control. In Shay's blog, I saw the topics on update with web service data control. How can I create a query with web service data control? Thanks.

    Hi,
    This might help
    *054.     Search form using ADF WS Data Control and Complex input types*
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/index-101235.html

Maybe you are looking for

  • Free Hard Drive Space on a new MB

    I'm about to get a Black MB and was wondering how much of the hard drive is being used with programes and the OS and how much free space can i expect?

  • Can't start lightroom cc trial on win 8.1

    I have windows 8.1 x64 with the working LR 5.7 I tried to install Creative cloud and LR CC If I start LR CC and click on continue trial, LR mostly immediately closes without any information or sometimes freezes. If I try logout and login in CC, it do

  • Disk Utilities- how to erase HD?

    i'm trying to erase the content of my macPro and i was told that using Disk Utilities was a good choice. the problem is that when i open it and click "Erase" the 'Volume Format' option remains dark grey, not giving me the option to select my hardrive

  • Does BO3.1 support FTPS (secured ftp)

    Hi, There is a requirent to schedule a crystal report file to FTPS server in BO 3.1. Does BO 3.1 support FTPS? Is it supported BO4.0 or 4.1? Regds, Samson

  • Can't log-in to iCloud in System Preferences using Apple ID

    Hi, I've recently updated to iCloud and have now also recently got a new MacBook Pro Retina running Lion 10.7.4 I'm trying to log in to iCloud through System Preferences but when I enter my Apple iD password - it won't accept it - the process just ha