Database Based Program

So I've been tasked with a program that I believe is going to need to make use of a database.  Its not a complicated program, I'm just a bit hung up on the database itself (which will be created specifically for this application - though I'm not sure which software package will be used...MS Access is the only one I know anything about, limited.)  Was hoping to get some pointers, or advice on how to start up the project.
We are a production plant that tests DC motors, later down the road we will apply this to other product though.  Basically, all I'm wanting is LV to step a user through a procedure for test, and after each part of the test, the user enters a value which is stored to the database, and compared with a given set of limits also stored in the database.  That will give us a pass or fail notification.  Sounds simple, and I'm hoping it is lol.
The only other features I would like in there are for a special group of people (password protected function) to add/remove motor models and their setpoints from a list.  Removing dummy records would be nice to I guess if an incorrect value is recorded.
The database toolkit looks nice, and I would think these are all pretty basic functions it could handle...but i'm not sure.
Any words of advice? Pointers from those who already struggled through it?
LV7.1, LV8.5

I struggled with this for a while and did some things with LabVIEW and Access and they worked great. The database toolkit is nice but if you do not want to buy it (I suggest that ou do) there are some free ones out there like LabSQL. If this is something that you a going to do often I would highly reccomend TestStand. It has all the functionality that you are looking for built right in. As far a using acces, if you are going to have multiple people accessing your database the you probably want to use MySQL or Access server.
Joe.
"NOTHING IS EVER EASY"

Similar Messages

  • Handle a pdf using using the Java-based programming

    Could I handle a PDF document created by LiveCycle using the Java-based programming?
    I want to say, don't use the LiveCycle server-based application.
    I'm developing a small desktop application. This application read from the database and populate a PDF document. The PDF document has many forms and they use a button to increment the field in the subform or duplicate the subform.

    Could I handle a PDF document created by LiveCycle using the Java-based programming?
    I want to say, don't use the LiveCycle server-based application.
    I'm developing a small desktop application. This application read from the database and populate a PDF document. The PDF document has many forms and they use a button to increment the field in the subform or duplicate the subform.

  • How can i run a windows based program on mac book pro

    Can I run a windows based program on mac book pro mountain lion 10.8.4

    You can use bootcamp to install windows natively on the hard drive.  You then choose which OS you wish to use at startup - OS X or Windows.
    You can also install Windows in a virtual machine - Parallels or VMWare Fusion - and run it simultaneously with OS X (a virtual machine is just a PC emulated in software, and you install and run windows in the emulated machine hardware).

  • I am working on a windows based program thru Chrome on my Mac. It asked me to cont/alt/delete - how do I get the Mac to respond?

    I am working on a windows based program thru chrome on my mac - how do I control/alt/delete on the mac?

    Control key - Alt (also known as the Option key) and Delete key. However remember Chrome is not an Apple product so if that doesn't work you also might want to seek help on a Google forum that supports Chrome.

  • Automatically add user to a specific database based on the users title

    Is there away to automatically distribute users to a database based on their title?  My organization has different quotas depending on your job title, so if you are an Outside sales rep you get a 2 GB mailbox, and if you are a Inside sales rep you
    get a 1GB mailbox.   

    You can do that with cmdlet extension scripting agent. You need to do some custom setup but there are some examples in below articles (specially part 3)
    Understanding the Scripting Agent
    Cmdlet Extension Agents (Part 1)
    Cmdlet Extension Agents (Part 2)
    Cmdlet Extension Agents (Part 3)

  • How large a partition for Win-based programs?

    I have a 500 GB hard-drive, and plan on creating a partition to run Win XP or Win 7 and the following Win-based programs: QuickBooks Pro, Quicken '09, Family Tree Maker, Dragon Naturally Speaking, and Business Plan Pro. Any suggestions as to how large I should make this partition? It seems to me that the largest files I create on my notebook are with the OSX-based programs, suggesting a smaller partition might be adequate. Thanks.

    Gerald Regan wrote:
    I have a 500 GB hard-drive, and plan on creating a partition to run Win XP or Win 7 and the following Win-based programs: QuickBooks Pro, Quicken '09, Family Tree Maker, Dragon Naturally Speaking, and Business Plan Pro. Any suggestions as to how large I should make this partition? It seems to me that the largest files I create on my notebook are with the OSX-based programs, suggesting a smaller partition might be adequate. Thanks.
    I think it depends on your usage of those programs and the programs running under OSX. How much data will you create and store within each partition? It will be very deficult for us to guess your usage.
    I have a 500GB drive that I partitioned half and half after reviewing what my usage would be. Do an analysis of your usage and storage requirements.

  • Jdeveloper Version for MSCA development with MWA server based programming

    Any one Please provide the Oracle Jdeveloper version for Mobile Supply Chain Applications with MWA server based programming. This application basically runs on Whse mgmt responsibility. Any body who is developing this type application, please provide the Oracle Jdeveloper VERSION using for programming.
    Thanks,
    Deepak

    my issue is resolved. i'm getting this problem when i add just java class file to the project. but when i also add the business componets and page component and generate controller class to the project , i can see that import is recognized by the java class file. So i guess i have to delete all the unwanted business components that i have created at the end.
    Thanks
    Sunny
    Edited by: user13369509 on Mar 16, 2011 12:44 PM

  • Our software vendor tells to use FF 3.5.1. because of some printer issues with their web based program. How safe is it to work with FF 3.5.1 in 2012?

    Our software vendor tells to use FF 3.5.1. because of some printer issues with their web based program. How safe is it to work with FF 3.5.1 in 2012?

    Thanks for the reply. I'll have a look at your solution.

  • HT3986 I initially alotted 20gb for the windows 7 operaig system, as I install additional PC based programs (just a few), will i need to increase the size of the 20 GB partition, or is this done automatically by the system?

    I initally alotted 20GB for a Windows 7 operating system using Boot Camp. As I intend to add a few more PC based programs will the size if the partition that I set up be expanded, or is this something I need to do manually.  Or is the sapce required by the programs and thier data based sit out side of the 20 B partition that I choose in the Boot Camp set-up process?

    20G is far too small (think minimum 60G) and it will not automatically resize.
    Either remove it now and make a larger space or purchase Paragon Camptune, you can resize the installation safely with it.

  • Fetch records from Database based on Input value

    Hi Experts,
    In my mobile application, I have designed one input field with F4 help or input assist. I need to fetch records from database based on that input and need to display records in table.
    My question is:
    How to fetch the records from database/back end based on the input value and display them as table format as we are doing in SAP ABAP?
    Here, I need to fetch the records based on input value available in the UI screen and pass that value to gateway, fetch the records from database and need to bind with table in SAPUI5.
    Kindly share the whole process flow with sample code for this requirement. Hope I have explained the requirement in detail.
    Thanks In Advance..
    Regards,
    Arindam Samanta.

    Hi,
    Try something like this.
    In this, I am passing From date, To date, RelGrp, RelStr, Uname as input. Then I am storing those values in variables and passing this data in Odata request.
    OData.read({ requestUri: "http://xxxx:8000/sap/opu/odata/sap/Z188_PO_SRV/pos?$filter=Docdate le datetime'"
                    + todateformat+"T00:00:00' and Docdate ge datetime'"
                    + fromdateformat+"T00:00:00' and RelGrp eq '"
                    + relcode +"'and RelStr eq '"
                    + relstg +"'and Uname eq '"
                    + username+ "' "},
      function (data) {
    console.log(data);
    When we are giving correct inputs it will goes to Success function and get the data from back end.
    In console we can see the data.
    Hope this will helps to you.
    Thanks&Regards
    Sridevi

  • Choosing the records to save in a database based block

    Hi everybody,
    I'm working with oracle 10g forms builder, I have a database based block.. in which I'll populate a number of records retrieved from a cursor. In that block, I have a non database item which a checkbox.
    The user can select the records he wants to save by setting the checkbox to check.
    Only the selected records should be checked.
    Can anyone please help me implementing that.
    Thanking you all in advance.
    Cheers.

    Commit processing in Forms is an all or nothing process. You cannot pick and choose which records will be commited during a Commit_Form or Commit call. Based on your description, I don't see why you would need to use the checkbox to keep track of which records are new since you state that you add the records through a cursor and then to save them. Forms already keeps track of which records were queried into a block and which records are new so a simple call to Commit_Form will accomplish what you want without the need to manually keep track of which records are new.
    Hope this helps,
    Craig
    If a response is helpful or correct, please mark it accordingly.

  • Is it possible to use the microphone dictation in windows based program?

    Is it possible to use the microphone dictation in windows based program? I have tried dictating into Pages and copying and pasting, but the Windows based (Allscripts EHR) recognizes only the first attempt to copy and paste. Any future copying results on the first pasted dictation to show up in the Allscripts EHR.

    Hi,
    >>>configuration instead of coding etc
    currenly it is not possible to achive it without any coding
    >>>repeat messages with RSNAST00
    RSNAST00 is not used to repeat messages (idocs) but to send them
    try using standard IDOC in your sd invoice scenario
    if you don't want to do any coding
    Regards,
    michal

  • Java 7 to remote in a windows based program

    I am running OS X 10.9.3.  I installed Java 7 yesterday to set up my remote access to a windows based program at my work.  I cannot access all of my work because one program says I need to have Java 1.6.0_31 but I installed Java 7.  I'm not sure if I was given that option to install that Java version on my OS version

    what program used to gain remote access ?

  • I can get sound for files ON my laptop but have no sound when I try to watch Hulu  or use other web-based  programs

    My MacBook Pro has sound for files housed on my laptop (ITunes for example) but if I try to watch a web-based program like Hulu or Khan Academy there is no sound.  How can I fix this?  I was using wireless headphones a few days ago and it all worked fine but then the sound stopped on both the headphones and the computer.  The video portion works fine, I just don't have any sound.  I threw away the headphones and deleted them from the Bluetooth on the Macbook Pro but still I have no sound.  Any ideas?

    1. System Preferences > Other/ Flash Player > Advanced >  Delete  All
         Press the "Delete All" button
      2. Install Adobe Flash Player.
        http://get.adobe.com/flashplayer/
       Download it first.
       The next step is important.
       Click Safari in the menubar and select “Quit Safari”.
        Follow the prompts and install it.
        Restart computer. Relaunch Safari.
    2.  Allow  Plug-ins  
        Safari > Preferences > Security
        Internet Plug-ins >  "Allow  plug-ins"
        Enable it.

  • Registering MDS Repository (Database based) with IntegratedWebLogic server

    Hi,
    I am currently using Oracle JDeveloper 11g Rel 1 (11.1.1.2.0) (JDeveloper + ADF) to create a rule-enabled non-SOA Java EE application with Oracle Business Rules. Please find below the steps I have followed
    1. Created rules in an Oracle Business Rules dictionary using an XSD schema.
    2. Created a servlet that uses Oracle Business Rules
    3. Created a html page to get the input and to submit the data to the servlet.
    I wanted to deploy the application on to integratedWebLogic Server. Before deploying the application, I have installed Repository Creation Utility (RCU) and create a database-based MDS Repository using RCU.
    I understood from the documentation that before I can deploy an application to MDS Repository, I should register the repository with the Oracle WebLogic Server domain. To perform the same, firstly I have started my integratedWebLogic Server instance and navigated to the integratedWebLogic Server admin console. In the Default Domain, I do not see an option to register metadata database repository.
    Please let me know if I had to download any additional components to register the repository with the IntegratedWebLogic Server domain. Appreciate any help/suggestions in this regard.
    Thanks
    Sanil.M

    I solved this problem by running it via
    wlst registerMDSRepository.py

Maybe you are looking for

  • Bridge CC - Stuck building criteria

    I recently upgraded to the Adobe CC suite from the Adobe CS5 suite. Bridge CC was working fine until I upgraded my Mac to the new mac OS X version - Maverik. Since then, when I open Bridge CC the interface opens but none of the files respond to any i

  • Why is the iphone 5 no longer available

    i don't see the iphone 5 for sale on the apple store.  why is it no longer available?

  • APEX 2.2 starting page.

    Hi All, I install oracle application express on linux es4 with out any issues. Thank you for installing Oracle Application Express. Oracle Application Express is installed in the FLOWS_020200 schema. my opmn status is [oracle@abc bin]$ ./opmnctl stat

  • Creative suite 5

    I'm having trouble installing Creative Suite 5.  I have three disks (one is Adobe Acrobat -- installed no problem).  The other two don't seem to automatically install.  Is there something I'm missing? Thanks!

  • How to set PropertyBag Key and value at farm and sitecollection via PowerShell

    Hi, how could i create PropertyBag Key and value at farm and sitecollection via PowerShell? Best Regards Bog Developers Field Notes | www.bog1.de