How to develop simple time based ramp driver for lab view VI

how do I develop simple time based ramp driver for lab view VI

Here it is converted to LabVIEW 2010.  However it is missing the AO and AI read and write vis since I don't have that package.
Attachments:
SRI_TimeProportion.vi ‏70 KB

Similar Messages

  • How to develop 64-bit Windows device driver for NI-6602?

    Due to the fact that NI-VISA doesn’t support 64 bit Windows, how can I do to develop a 64 bit Windows device driver for NI 6602 (Counter/timer) PCI card. The possible jobs include:
    Develop a Windows Kernel Mode Driver (“Device Driver”);
    Make it to comply with VISA in order to utilize “osiBus Generic IO Interface” and MH DDK.
    Could anyone please give me some advices as soon as possible?
    William Liao
    Message Edited by Wiliao on 07-22-2005 04:12 PM

    Hi All,
    I am currently working on getting the health parameters
    from the motherboard like voltage fan and temperature. I have already
    already done this using 32 bit winio driver but i am not able to work
    on 64 bit version. is there any driver availbale in 64 bit for
    obtaining this parametes or some one help me to get a 64 bit winio
    driver.
    Regards,
    Senthil prabu R

  • CIP Safety Driver for Lab View available

    Hello, does anybody know if there is a CIP (Common Industrial Protocol) Safety driver is available for LabView? CIsP Safetey is based on the Ethernet IP Protocol. Does anybody know a third party manufacturer of a CIP Safety driver for LabView? Has anybody experience in using CIP Safety Protocol in LabView? Please help. Thanks

    There's no drivers for that in the NI Instrument Driver network, and the company's web site doesn't seem to have anything, though this is not that big of a surprise. Given that it has C++ commands it's quite likely it's calling functions in a DLL. If that's the case, you can create LabVIEW wrapper functions for the DLL functions. Can you tell if it's using a DLL? This information would likely be in a programming sub-manual, or a section in the user manual dealing with programming. Given the type of device it's also possible that it might just be talking to it directly via TCP/IP. Can you provide a code snippet that is in the manual, or a link to the manual?

  • Error: LabWindow CVI driver for Lab View 2011 (using hp4145a)

    What is the DLL for the Agilent hp4145a instrument driver?
    I am trying to convert the LabWindows/CVI Agilent hp4145 intrument driver for use in labview 2011, but keep getting errors related to an incorrect DLL.

    Hi Courtney L., 
    Your prompt response is much appreciated. Thank you. 
    I have attached the "hp4145 LabVIEW Wrapper Conversion Report" as a txt file
    - this report was automatically downloaded along with the"LabVIEW Instrument Driver Import Wizard (LabVIEW Interface Generator for LabWindows/CVI Instrument Drivers)" *(link listed below), and popped up at the end of the installation.
    If any specific details or a screenshot will also be of benefit to solving this problem, I will be able to post them by tomorrow night.
    *Link for Instrument Driver setup download:
    https://lumen.ni.com/nicif/us/infolvinstdriver/content.xhtml
    Attachments:
    LabVIEW_Wrapper_Conversion_Report.txt ‏6 KB

  • How can I use my external hard drive for my iphoto instead of my mac book pro memory?

    i don't know if this question has been asked before: how can I use my external hard drive for my iphoto instead of my mac book pro memory? just like itunes all my song are save on my external hard drive. make sense?

    Moving the iPhoto library is safe and simple - quit iPhoto and drag the iPhoto library intact as a single entity to the external drive - depress the option key and launch iPhoto using the "select library" option to point to the new location on the external drive - fully test it and then trash the old library on the internal drive (test one more time prior to emptying the trash)
    And be sure that the External drive is formatted Mac OS extended (journaled) (iPhoto does not work with drives with other formats) and that it is always available prior to launching iPhoto
    And backup soon and often - having your iPhoto library on an external drive is not a backup and if you are using Time Machine you need to check and be sure that TM is backing up your external drive
    LN

  • How do i use an external hard drive for all my itunes music?

    how do i use an external hard drive for all my itunes music?

    Hi valleydave,
    Here are two good links for you to check out:
    http://support.apple.com/kb/ht1751
    http://support.apple.com/kb/ht1449
    The first one goes over, in-depth, what you're looking for in regards to "off site" iTunes.

  • How do i format an external hard drive for use on both windows and mac book air?

    how do i format an external hard drive for use on both windows pc and mac book air?

    Use exFAT on the PC.
    (71374)

  • How can i download win 8 64x driver for mac early 2011

    hi my friends
    how can i download win 8 64x driver for mac early 2011

    How did you download it? Did you download it from withing Boot Camp Assistant and save it in accordance with the instructions? How did you try to install it? You install the Windows Support software from within Windows. Did you read and follow the Boot Camp installation guide and help files?

  • How to aggregate a column based date column (for weekly single row)?

    How to aggregate a column based date column (for weekly single row)?

    Hi,
    Consider the below statement for daily bases which is ok
    SELECT ID, DATE, SUM(AMOUNT) FROM TABLE_NAME GROUP BY ID, DATE ORDER BY ID, DATE
    The same like the above statement, I want output on weekly, fortnightly, and monthly bases, How to do this? Need your help...

  • How can I save my photos on a removable hard drive for easy viewing?

    I just got a brand new Macbook Pro and I wanted to transfer some of the photos from my old computer over to my new computer (from a My Passport removable hard drive), but I found that this wasn't possible with how I had saved then with iPhoto.  I now have all of my photos on my new computer, but don't want to waste all that space.  How can I save the photos I don't want on this computer to my removable hard drive for easy viewing?  When I look at the removable hard drive now, it's saved altogether as iPhoto Library, so I can't just see certain ones...

    While in iphoto,hold down the command key and select all the pics you want to move. Once all the pics are selected, release the command key and select export from the file menu. Iphoto will present a dialog box where you can select the quality of the pics before exporting. Then export them to whereever you would like. If you want to put them on an external HD then select that.When you wish to view them,you can use preview or right click on any pic and choose which program to open them with.After doing this if you no longer want them in iphoto then delete them and make sure to empty the trash in iphoto after doing so.

  • How to calculate elapsed time based on user input

    I'm not sure what to do next in this program. Basically, I'm not sure exactly how to get the time to output accurately, as in what forumla I should be using.
    This is the question:
    What comes 13 hours after 4 o'clock? Create an ElaspedTimeCalculator application that prompts the user for a starting hour, whether it is am or pm, and the number of elapsed hours. The application then displays the time after that many hours have passed. Application output should look similar to:
    Enter the starting hour: 7
    Enter am or pm: pm
    Enter the number of elapsed hours: 10
    The time is: 5:00 amHere's the code I have so far:
    import java.util.Scanner;
    public class ElapsedTimeCalculator
         public static void main(String[] args)
              int starting_hour;
              int starting_minutes; /*This is added in case the user wants to add minutes as well.*/
              String am_or_pm;
              int elapsed_hours;
              int elasped_minutes;
              int time_hours;
              int time_minutes;
              System.out.println("Welcome. This application will give you the time based on your input.");
              System.out.println(" ");
              Scanner input = new Scanner(System.in);
              System.out.print("Enter the starting hour: ");
              starting_hour = input.nextDouble();
              System.out.print("Enter the starting minutes: ");
              starting_minutes = input.nextDouble();
              System.out.print("Enter either 'am' or pm': ");
              am_or_pm = input.nextString();
              System.out.print("Enter the number of elapsed hours: ");
              elapsed_hours = input.nextDouble();
              input.close();
              time_hours =
              time_minutes = 
              if(am_or_pm = "am" || am_or_pm = "a.m." || am_or_pm = "AM" || am_or_pm = "A.M.")
                   System.out.println("The time is " + time_hours + ":" + time_minutes + "am");
              if(am_or_pm = "pm" || am_or_pm = "p.m." || am_or_pm = "PM" || am_or_pm = "P.M.")
                   System.out.println("The time is " + time_hours + ":" + time_minutes + "pm");
    }To calculate time_hours should I just calculate this by adding the elapsed hour to the starting hour? I doubt it will be accurate for all situations.
    Same for the time_minutes For example, if the starting minutes and the elapsed minutes were 50, it would be greater than 60. Also, not sure if it makes sense to separate hours and minutes like this, it's not required to in the question. I initally thought it would be easier to approach like this instead of allowing the user to input a double for the starting hour. ex. 5.7
    I get the feeling that this is extremely simple, but nonetheless, I'm stuck, so any help would be appreciated.

    Well thanks to both of you. I did a little reading up on the modulus operator and coupled it with some logic (although, truthfully, I'm not really using to there actually being an application for the remainder of a division operation, since it's never really used very much in any of my Math courses) and the hours portion works perfectly now:
    import java.util.Scanner;
    public class ElapsedTimeCalculator
         public static void main(String[] args)
              int starting_hour;
              //int starting_minutes; /*This is added in case the user wants to add minutes as well.*/
              String am_or_pm;
              int elapsed_hours;
              //int elasped_minutes;
              System.out.println("Welcome. This application will give you the time based on your input.");
              System.out.println(" ");
              Scanner input = new Scanner(System.in);
              System.out.print("Enter the starting hour: ");
              starting_hour = input.nextInt();
              //System.out.print("Enter the starting minutes: ");
              //starting_minutes = input.nextInt();
              System.out.print("Enter either 'am' or pm': ");
              am_or_pm = input.next();
              System.out.print("Enter the number of elapsed hours: ");
              elapsed_hours = input.nextInt();
              input.close();
              int time_hours = 0;
              //int time_minutes;
              String meridien;
              if(am_or_pm.equals("am"))
                   time_hours = (starting_hour + elapsed_hours) % 24;
                   //time_minutes = (starting_minutes + elapsed_minutes) % 60;
              else if(am_or_pm.equals("am"))
                   time_hours = (starting_hour + elapsed_hours) % 24;
                   //time_minutes = (starting_minutes + elapsed_minutes) % 60;
              else if(am_or_pm.equals("AM"))
                   time_hours = (starting_hour + elapsed_hours) % 24;
                   //time_minutes = (starting_minutes + elapsed_minutes) % 60;
              else if(am_or_pm.equals("A.M."))
                   time_hours = (starting_hour + elapsed_hours) % 24;
                   //time_minutes = (starting_minutes + elapsed_minutes) % 60;
              else if(am_or_pm.equals("pm"))
                   time_hours = (starting_hour + elapsed_hours + 12) % 24;
                   //time_minutes = (starting_minutes + elapsed_minutes) % 60;
              else if(am_or_pm.equals("p.m."))
                   time_hours = (starting_hour + elapsed_hours + 12) % 24;
                   //time_minutes = (starting_minutes + elapsed_minutes) % 60;
              else if(am_or_pm.equals("PM"))
                   time_hours = (starting_hour + elapsed_hours + 12) % 24;
                   //time_minutes = (starting_minutes + elapsed_minutes) % 60;
              else if(am_or_pm.equals("P.M."))
                   time_hours = (starting_hour + elapsed_hours + 12) % 24;
                   //time_minutes = (starting_minutes + elapsed_minutes) % 60;
              if(time_hours < 12)
                   meridien = "A.M.";
                   System.out.println("The time is: " + time_hours + ":00 " + meridien);
              else if(time_hours > 12)
                   meridien = "P.M.";
                   System.out.println("The time is: " + time_hours + ":00 " + meridien);
    }Now the only thing is the minutes. My teacher did say she wants the user to have the option to input minutes also if he/she desires, so I do need it. However, the only problem is that if say the user inputs a "starting minute" of 14 for example, and 66 minutes elapsing, then (14 + 66) int/ 60 = 1r20 but using the modulus operator would only give me 20. So how will I be able to add any extra hours if it is necessary?

  • How to develop a report based on multiple data bases in BIP

    Hi,
    I have to develop a report based on multiple database(Sources). My queries is having multiple data base tables. How to achieve this in BIP
    Regards,
    Malli

    Hi ,
    After creating the dataset under datamodel save your data sets.
    Click on Datamodel , on the right side window you will have the Main data set option , click on the drop down option and select Concatenated sql option.
    Check the below links you will get a good idea.
    http://www.rittmanmead.com/2008/04/bi-publisher-reports-with-multiple-data-sources/
    http://docs.oracle.com/cd/E12096_01/books/PubUser/T421739T423025.htm
    If the Post is useful to you award the points :)
    Thanks,
    Ananth v

  • HT201250 How can I revert to my internal drive for time machine backups after using an external drive?

    Hi. I've been using an external drive for time machine back ups and decided to revert to my internal drive, but it isn't available in the time machine options. The only available option is to set up a time capsule, which I don't own.
    Is it because not enough space is available on my internal drive (approx 50GB)?
    Thanks!

    50 Gb free on your internal drive is relly very low and of course not enought for a any kind of backup.
    How big is your internal HD ?  If you have left only 50 GB free it is probably 90% full. Let's imagine you have a 500 Gb. This means 450 Gb data and 50 Gb free.  How can you backup 450 into 50 ?
    Second point. The backup on your internal HD is a nonsense evenif it is big enough. If it stops working you will have no bakup.
    Do you have an iMac or a portable ?
    The portable automatic uses the internal HD if the external is not connected, but this is intended for a short time.
    This could give you some more links to read about  https://discussions.apple.com/message/20726927#20726927

  • How stream music from Time-Capsules hard drive via iPhone and AirPlay without any computer turned on?

    Is there a possibility to stream music stored on my time-capsules hard drive directly to my iPhone and then ask the iPhone the send the music (in real-time) via AirPlay to my AirPlay compatible speakers, without having ANY computer turned on? I know that the Sonos system managed this simple task, but Apple? Any news in iOS 4.3 or 5 maybe.

    As Chris says... but if the media is on an external drive as above then you also need to make sure the external drive has the same drive letter on the system you are moving to or iTunes won't be able to find the files.
    You might also find this topic useful: Make a split library portable.
    tt2

  • How to create simple timer ?

    how to insert a simple timer to this code ?
    void jButton4_actionPerformed(ActionEvent e) {
    jLabel1.setText("Loading ..");
    // insert timer here
    setGetShow("A","t4d"," ","1");
    jLabel1.setText("Done.");
    }

    better use a thread class for this..
    i am not clear the requirement too..
    so please let me know the reauirement [email protected]

Maybe you are looking for