Jump to content

Prabhakant Patil

Members
  • Posts

    67
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Prabhakant Patil

  1. index.php?app=downloads&module=display&section=screenshot&id=218

    Name: Move_Cursor_with_Scroll_Key

    Submitter: Prabhakant Patil

    Submitted: 21 Nov 2012

    Category: *Uncertified*

    LabVIEW Version: 2011

    License Type: BSD (Most common)

    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

    Click here to download this file

  2. In an array the datatypes are always the same type.

    You could read the spreadsheet as strings and at the time you want to do comparisons convert the string to the type you want

    You can read data using spreadsheet VI. but is is difficult to convert time stamp data into labview format.

    For this you can try follwing link. It will also help you to read data from excel.

    https://decibel.ni.com/content/docs/DOC-16911

    https://decibel.ni.com/content/docs/DOC-16911

    Regards

    Prabhakant

  3. index.php?app=downloads&module=display&section=screenshot&id=215

    Name: Analog Clock_LV2010

    Submitter: Prabhakant Patil

    Submitted: 04 Jul 2012

    File Updated: 12 Jul 2012

    Category: General

    LabVIEW Version: 2010

    License Type: BSD (Most common)

    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

    Click here to download this file

  4. Looks like you put in a lot of effort into this. One thing I noticed is the list of existing scales show all scales, even ones that are not appropriate for the current tab. So if I have a linear scale, but am on the Map Ranges tab, my linear scale shows up in the list, and trying to edit it doesn't work. Why not only populate the drop down with the scales for that type?

    Also is there a reason you are doing this all manually instead of using the DAQ Assistant? Attached is a quick VI I made to edit or create a scale. You may need to update the path constant on the block diagram to point to your DAQ Assistant because the path is set currently to a 64-bit Windows, running LabVIEW 2011.

    Hi

    I have downloaded this VI. But this is devloped in LV 2011.

    Can you save it to lower version, so I could do study it, and if possibly implement it.

    Yes DAQ Assistance is get installed along with the DAQmx. and each daqmx VI uses a DLL to coomunicate with the hardware.

    I gone thriugh the DAQ assistance, it will allow you to create channel and Task, but it wont create scale. we need to create scale seperately, and it is input to the task.

  5. index.php?app=downloads&module=display&section=screenshot&id=214

    Name: Create_Scale_LV2010

    Submitter: Prabhakant Patil

    Submitted: 02 Jul 2012

    File Updated: 12 Jul 2012

    Category: Hardware

    LabVIEW Version: 2010

    License Type: BSD (Most common)

    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.

    Click here to download this file

  6. index.php?app=downloads&module=display&section=screenshot&id=211

    Name: PCAN Driver_LV2009

    Submitter: Prabhakant Patil

    Submitted: 29 May 2012

    File Updated: 22 Jun 2012

    Category: Hardware

    LabVIEW Version: 2009

    License Type: BSD (Most common)

    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://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 "PCAN_Driver_LV2010" support page.

    Distribution:

    This code was downloaded from the LAVA Code Repository found at lavag.org

    Click here to download this file

×
×
  • Create New...

Important Information

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