Jump to content

Prabhakant Patil

Members
  • Posts

    67
  • Joined

  • Last visited

  • Days Won

    1

Files posted by Prabhakant Patil

  1. Move_Cursor_with_Scroll_Key

    Copyright © 2012, Prabhakant Patil
    All rights reserved.
    Author: Prabhakant Patil
    Contact Info: Contact via PM on lavag.org
    LabVIEW Versions: 2012
    Dependencies:
    1. LabVIEW Runtime engine 2012
    Description:
    This example will help you to scroll graph cursor with scroll keys ( UP, Down. Left, Right)
    Support:
    If you have any problems with this code or want to suggest features:
    please go to lavag.org and Navigate to LAVA > Resources > Code Repository (Certified) and
    search for the "Move_Cursor_with_Scroll_Key_LV2012" support page.
    Prabhakant

    300 downloads

    Submitted

  2. Create_UDL_File_LV2010

    Create_UDL_File_LV2010 v1.0.0
    Copyright © 2009, Prabhakant Patil
    All rights reserved.
    Author: Prabhakant Patil
    LAVA Name: Prabhakant Patil
    Contact Info: Contact via PM on lavag.org
    LabVIEW Versions: 2010
    Dependencies:
    1. NI Database connectivity Toolkit
    2. OpenG Application Control
    Description:
    The Microsoft Data Access Components (MDAC) provide the Data Link Properties dialog box as the common user interface for specifying connection information to a data provider on Windows 2000 and later operating systems.
    You can use the Data Link Properties dialog box to save connection information in a universal data link (.udl) file.
    Universal data link files (or '.udl files') provide a common user interface for specifying connection attributes.
    A user can use a Data Link Properties dialog box to save connection information in a .udl file as an alternative to directly specifying them by hand in a connection string.
    Consequently, these files provide a convenient level of indirection.
    Additionally, the dialog box specifies a number of alternate OLE DB data providers for a variety of target applications
    This example is used to generate UDL File. This file is used to connect SQL database.
    Installation and instructions:
    1. Run Create UDl_SQL. VI
    2. Enter Database server name and password
    3. Enter Database name and click OK button.
    Then it will try to connect database using entered information
    Version History: v1.0.0: Initial release of the code.
    License:BSD
    Distributed under the Creative Commons Attribution 3.0 (http://creativecommons.org/about/licenses)
    See link for a full description of the license.
    Support: If you have any problems with this code or want to suggest features:
    please go to lavag.org and Navigate to LAVA > Resources > Code Repository (Certified) and
    search for the "Create_UDL_File_LV2010" support page.
    Distribution: This code was downloaded from the LAVA Code Repository found at lavag.org

    8,259 downloads

    Updated

  3. Create_Scale_LV2010

    Create_Scale_LV2010 v1.0.0
    Copyright © 2009, Prabhakant Patil
    All rights reserved.
    Author: Prabhakant Patil
    LAVA Name: Prabhakant Patil
    Contact Info: Contact via PM on lavag.org
    LabVIEW Versions: 2010
    Dependencies:
    1. NI DAQmx Device Driver
    2. OpenG Application Control
    3. LabVIEW Runtime engine 2010
    Description:
    This example is used to create / update / delete daqmx scales. Using this variuous types of scales can be created like Linear, Map Ranges, Polynomial and Table.
    Also using this you can delete or update existing scales.
    If you have any suggestion on the same, please let me know to improve it.
    Version History:
    v1.0.0: Initial release of the code.
    License:BSD
    Distributed under the Creative Commons Attribution 3.0 (http://creativecommo.../about/licenses)
    See link for a full description of the license.
    Support:
    If you have any problems with this code or want to suggest features:
    please go to lavag.org and Navigate to LAVA > Resources > Code Repository (Certified) and
    search for the "Create_Scale_LV2010" support page.

    8,164 downloads

    Updated

  4. Analog Clock_LV2010

    Analog Clock_LV2010 v1.0.0
    Copyright © 2012, Prabhakant Patil
    All rights reserved.
    Author: Prabhakant Patil
    LAVA Name: Prabhakant Patil
    Contact Info: Contact via PM on lavag.org
    LabVIEW Versions:2010
    Dependencies: Required Labview proffesional version to create XControl
    Description: This is simple try to create analog clock.
    Version History: v1.0.0: Initial release of the code.
    License: BSD
    Distributed under the Creative Commons Attribution 3.0 (http://creativecommo.../about/licenses)
    See link for a full description of the license.
    Support:
    If you have any problems with this code or want to suggest features:
    please go to lavag.org and Navigate to LAVA > Resources > Code Repository (Certified) and
    search for the "Analog Clock_LV2010" support page.
    Distribution:
    This code was downloaded from the LAVA Code Repository found at lavag.org

    1,510 downloads

    Updated

  5. Hyper Terminal

    Hyper Terminal_LV2010 v1.1.0
    Copyright © 2012, Prabhakant Patil
    All rights reserved.
    Author: Prabhakant Patil
    LAVA Name: Prabhakant Patil
    Contact Info: Contact via PM on lavag.org
    LabVIEW Versions:2010
    Dependencies:
    Required NI VISA
    Description:
    Hyper Terminal is a program that you can use to connect to other computers, devices and host computers.
    Hyper Terminal has capabilities beyond making connections to other computers and devices. It can, for example, transfer large files from a computer onto your portable computer using a serial port rather than requiring you to set up your portable computer on a network. It can help debug source code from a remote terminal. It can also communicate with many older, character-based computers.
    Hyper Terminal records the messages passed to and from the computer on the other end of your connection. It can therefore serve as a valuable troubleshooting tool when setting up and using your serial port. To make sure that your device is connected properly or to view your device settings, you can send commands through Hyper Terminal and check the results. Hyper Terminal also has scroll functionality that enables you to view received text that has scrolled off the screen
    Installation and instructions:
    Control Name Description
    Connect / Disconnect: Clicking on this button, selected com port will connect or disconnect.
    Send File: Clicking on this button, file section window will open. User can select the file which supposed to send.
    Log file: Clicking on this button, User can log the data to the selected file.
    Clear Screen: Clicking on this button, the display screen will be cleared
    Autowrap: This will wrap the text
    Local Echo: This will generate an echo
    CR=> CR/LF: Send End character
    Auto scroll: Will scroll display automatically
    Display Style: Select the display style, like Normal, Hex code display
    Exit: Clicking on this button, application will exit.


    Examples:
    Known Issues:
    Acknowledgements:
    Version History: v1.1.0: Initial release of the code.
    License: BSD
    Distributed under the Creative Commons Attribution 3.0 (http://creativecommons.org/about/licenses)
    See link for a full description of the license.
    Support:
    If you have any problems with this code or want to suggest features:
    please go to lavag.org and Navigate to LAVA > Resources > Code Repository (Certified) and
    search for the "Hyper Terminal_LV2010" support page.
    Distribution:
    This code was downloaded from the LAVA Code Repository found at lavag.org

    69,143 downloads

    Updated

  6. System Button - Transperant Red Theme (Medium) LV2010

    System Button - Transparent Red Theme (Medium) v1.0.0
    Copyright © 2011, Prabhakant Patil
    All rights reserved.
    Author: Prabhakant Patil
    LAVA Name: Prabhakant Patil
    Contact Info: Contact via PM on lavag.org
    LabVIEW Versions:
    LabVIEW 2009
    Dependencies:
    NO
    Description:
    This Library contain, more than 500 controls, buttons. The Icon uesd in the library are free, but you can not redistribute it.
    License - General Public License: http://www.gnu.org/copyleft/gpl.html
    Installation and instructions:
    Extarct This Library and coppy it into User library folder
    Examples:
    It is Button Library
    Version History:
    v1.0.0: Initial release of the code.
    License:
    License - General Public License: http://www.gnu.org/copyleft/gpl.html
    Distributed under License - General Public License: http://www.gnu.org/copyleft/gpl.html
    See link for a full description of the license.
    Support:
    If you have any problems with this code or want to suggest features:
    please go to lavag.org and Navigate to LAVA > Resources > Code Repository (Certified) and
    search for the "System Button - Transperant Red Theme (Medium)" support page.
    Distribution:
    This code was downloaded from the LAVA Code Repository found at lavag.org

    5,329 downloads

    Updated

  7. System Button - Vista Theme (Small) LV2010

    System Button - Vista Theme Small v1.0.0
    Copyright © 2009, Prabhakant Patil
    All rights reserved.
    Author: Prabhakant Patil
    LAVA Name: Prabhakant Patil
    Contact Info: Contact via PM on lavag.org
    LabVIEW Versions:
    LabVIEW 2010
    Description:
    This Library contain, more than 500 controls, buttons. The Icon uesd in the library are free, but you can not redistribute it.
    License - General Public License: http://www.gnu.org/copyleft/gpl.html
    Installation and instructions:
    Extarct This Library and coppy it into User library folder
    Examples:
    It is Button Library
    Version History:
    v1.0.0: Initial release of the code.
    License:
    License - General Public License: http://www.gnu.org/copyleft/gpl.html
    Distributed under License - General Public License: http://www.gnu.org/copyleft/gpl.html
    See link for a full description of the license.
    Support:
    If you have any problems with this code or want to suggest features:
    please go to lavag.org and Navigate to LAVA > Resources > Code Repository (Certified) and
    search for the "System Button - Vista Theme Small" support page.
    Distribution:
    This code was downloaded from the LAVA Code Repository found at lavag.org

    4,697 downloads

    Updated

  8. System Icon Button LV2009

    System Icon Button v1.0.0
    Copyright © 2009, Prabhakant Patil
    All rights reserved.
    Author: Prabhakant Patil
    LAVA Name: Prabhakant Patil
    Contact Info: Contact via PM on lavag.org
    LabVIEW Versions:
    LabVIEW 2009
    Description:
    This Library contain, more than 500 controls, buttons. The Icon uesd in the library are free, but you can not redistribute it.
    These Button are in three shapes
    1. Round
    2. Square
    3. Rectangle
    License - General Public License: http://www.gnu.org/copyleft/gpl.html
    Installation and instructions:
    Extract This Library and copy it into User library folder
    Examples:
    It is Button Library
    Version History:
    v1.0.0: Initial release of the code.
    License:
    License - General Public License: http://www.gnu.org/copyleft/gpl.html
    Distributed under License - General Public License: http://www.gnu.org/copyleft/gpl.html
    See link for a full description of the license.
    Support:
    If you have any problems with this code or want to suggest features:
    please go to lavag.org and Navigate to LAVA > Resources > Code Repository (Certified) and
    search for the "System Icon Button" support page.
    Distribution:
    This code was downloaded from the LAVA Code Repository found at lavag.org

    12,945 downloads

    Updated

  9. PCAN Driver_LV2009

    PCAN_Driver_LV2010 v1.0.0
    Copyright © 2009, Prabhakant Patil
    All rights reserved.
    Author: Prabhakant Patil
    LAVA Name: Prabhakant Patil
    Contact Info: Contact via PM on lavag.org <avoid including email address>
    LabVIEW Versions:2010
    Dependencies: PCAN_USB.DLL
    Description:
    This library is used to implement CAN protocol for the Phytec USB Can device.
    Installation and instructions:
    Kindly take updated DLL from the Phytec Web site if available
    Known Issues:
    Required to mention DLL path in the code
    Version History:
    v1.0.0: Initial release of the code.
    License:BSD
    Distributed under the Creative Commons Attribution 3.0 (http://creativecommons.org/about/licenses)
    See link for a full description of the license.
    Support:
    If you have any problems with this code or want to suggest features:
    please go to lavag.org and Navigate to LAVA > Resources > Code Repository (Certified) and
    search for the "PCAN_Driver_LV2010" support page.
    Distribution:
    This code was downloaded from the LAVA Code Repository found at lavag.org

    5,059 downloads

    Updated

  10. Calculator_XControl_LV2010

    Calculator XControl_LV2010 v1.0.0
    Copyright © 2009, Prabhakant Patil
    All rights reserved.
    Author: Prabhakant Patil
    LAVA Name: Prabhakant Patil
    Contact Info: Contact via PM on lavag.org
    LabVIEW Versions:2010
    Dependencies: Required Labview proffesional version to create XControl
    Description: This example is developed using XControl
    Known Issues: You can not debug the XControl
    Version History: v1.0.0: Initial release of the code.
    License: BSD
    Distributed under the Creative Commons Attribution 3.0 (http://creativecommons.org/about/licenses)
    See link for a full description of the license.
    Support:
    If you have any problems with this code or want to suggest features:
    please go to lavag.org and Navigate to LAVA > Resources > Code Repository (Certified) and
    search for the "Calculator XControl_LV2010" support page.
    Distribution:
    This code was downloaded from the LAVA Code Repository found at lavag.org

    5,504 downloads

    Updated

  11. Serial Port Test LV2009

    This example is developed to test the serial port in simple way.
    it has a very good UI.
    Labview Version - Labview 2009 or above
    Zip file includes exe
    Regards
    Prabhakant Patil

    4,447 downloads

    Updated

  12. Calendar LV2009

    Hi All
    This Calendar is developed for the report generation.
    This tool is very useful in report generation to pick up the date.
    Please read readme.txt
    Please give me suggestion for this to improve more.
    Prabhakant Patil

    4,099 downloads

    Updated

  13. System Button - Small LV2009

    Author - Prabhakant Patil
    Contact - prabhakantpatil@gmail.com
    Labview Version - Tested with labview 2009
    Description - This Library contain, more than 200 controls, buttons. The Icon used in the library are free, but you can not redistribute it.
    please read readme.txt
    Enjoy with the library
    Regards
    Prabhakant Patil

    4,324 downloads

    Updated

  14. System Button - Transperant White Theme (Medium) LV2009

    Author - Prabhakant Patil
    Contact - prabhakantpatil@gmail.com
    Labview Version - Tested with labview 2009
    Description - This Library contain, more than 500 controls, buttons. The Icon used in the library are free, but you can not redistribute it.
    please readme.txt
    Enjoy with the library
    Regards
    Prabhakant Patil

    9,584 downloads

    Updated

  15. System Button - Vista Blue Theme LV2009

    Description
    Author - Prabhakant Patil
    Contact - prabhakantpatil@gmail.com
    Labview Version - Tested with labview 2009
    Description - This Library contain, more than 200 controls, buttons. The Icon used in the library are free, but you can not redistribute it.
    please read readme.txt
    Enjoy with the library
    Regards
    Prabhakant Patil

    4,199 downloads

    Updated

  16. System Button - Transperant Green Theme (Medium) LV2009

    Description
    Author - Prabhakant Patil
    Contact - prabhakantpatil@gmail.com
    Labview Version - Tested with labview 2009
    Description - This Library contain, more than 500 controls, buttons. The Icon used in the library are free, but you can not redistribute it.
    Please read readme.txt
    Enjoy with the library
    Regards
    Prabhakant Patil

    5,077 downloads

    Updated

  17. System Button - Transperant Blue Theme (Medium) LV2009

    Author - Prabhakant Patil
    Contact - prabhakantpatil@gmail.com
    Labview Version - Tested with labview 2009
    Description - This Library contain, more than 500 controls, buttons. The Icon used in the library are free, but you can not redistribute it.
    Please read readme.txt
    Enjoy with the library
    Regards
    Prabhakant Patil

    5,097 downloads

    Updated

  18. System Button - Transperant Gray Theme (Medium) LV2009

    Author - Prabhakant Patil
    Contact - prabhakantpatil@gmail.com
    Labview Version - Tested with labview 2009
    Description - This Library contain, more than 500 controls, buttons. The Icon used in the library are free, but you can not redistribute it.
    Please read readme.txt
    Enjoy with the library
    Regards
    Prabhakant Patil

    4,908 downloads

    Updated

  19. System Button - Transperant Gray Theme (Big) LV2009

    Hi All
    Enjoy with the Big Transparent icon style button.
    if any suggestion then please let me know
    Labview Version - Labview 2009 or above
    Please read readme.txt
    Prabhakant Patil

    8,869 downloads

    Updated

  20. System Buttons - Vista Theme LV2009

    System Buttons - Vista Theme
    Author - Prabhakant Patil
    Contact - prabhakantpatil@gmail.com
    Labview Version - Tested with labview 2009
    Description - This Library contain, more than 500 controls, buttons. The Icon used in the library are free, but you can not redistribute it.
    Please read readme.txt
    License - General Public License: http://www.gnu.org/copyleft/gpl.html
    Enjoy with the library
    Regards
    Prabhakant Patil

    6,559 downloads

    Updated

  21. System Buttons - Outlook Theme LV2009

    System Buttons - Outlook Theme
    Author - Prabhakant Patil
    Contact - prabhakantpatil@gmail.com
    Labview Version - Tested with labview 2009
    Description - This Library contain, more than 500 controls, buttons. The Icon uesd in the library are free, but you can not redistribute it.
    Please read readme.txt
    License - General Public License: http://www.gnu.org/copyleft/gpl.html
    Enjoy with the library
    Regards
    Prabhakant Patil

    5,407 downloads

    Updated

  22. System Button - XP Theme (Small) LV2009

    Description
    Author - Prabhakant Patil
    Contact - prabhakantpatil@gmail.com
    Labview Version - Tested with labview 2009
    Description - This Library contain, more than 200 controls, buttons. The Icon used in the library are free, but you can not redistribute it.
    please read readme.txt
    Enjoy with the library
    Regards
    Prabhakant Patil

    3,644 downloads

    Updated

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.