Jump to content

Prabhakant Patil

Members
  • Posts

    67
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Prabhakant Patil

  1. I also not find this kind bounded thing related to the string. Thats why I develoed this code to Limit the string for the decided character Prabhakant
  2. Ohh I forgot to see date when he posted his query.
  3. Just check the following link. https://decibel.ni.com/content/docs/DOC-16791 You can extract the string limit form this regards Prabhakant
  4. You can try the following link. it woll also help you to Log the data comming on RS232 port. http://lavag.org/files/file/172-hyper-terminal/ http://lavag.org/files/file/172-hyper-terminal/ Regards Prabhakant
  5. 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
  6. You can try this also for the Hyper Terminal http://lavag.org/files/file/172-hyper-terminal/ Hyper Terminal 1.1.0 Category: Hardware Last Updated Jul 05 2012 07:56 AM
  7. You can refer Labview help for the same. Also attached example will help you to understand search array function. It will give you single index as well as multiple index. Prabhakant Search Array.vi
  8. Check attached file. I have generated data and also removed zero from the data. Remove Zero.vi
  9. As per discussion, the attached sample VI might help you to resolve your problem. Just try this. Prabhakant Loop Time 1.vi Loop Time 3.vi
  10. Thanks a Lot. It is also learning for me. Some times we did a big thing but we forgot to implement small things.
  11. Also you just download evaluation version 8, or request NI for the same. I also faced this problem earlier. I resoved this using Labview 8.
  12. You can try this. also please modify this according to your need. PopUp.vi
  13. Yes, it might be used to multi screen in Labview. Just check with the VI properties. Might be attached image will help to do multiscreen.
  14. Hi You can try follwing simple VI. Loop Time 1.vi Loop Time 2.vi
  15. HI, Can Any one help me to add Second hands in this
  16. 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
  17. Version 1.0.0

    1,510 downloads

    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
  18. 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.
  19. 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
  20. Version 1.0

    8,164 downloads

    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.
  21. By mistake the password kept as it is. I have removed the password. I am not trying to do spamming of this. My intension is like, if anyone is facing same problem he could able to find the solution ASAP. Thas it. If you are taking this in a wrong direction, then I am sorry for..............
  22. 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
  23. Version 1.0

    5,063 downloads

    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
×
×
  • Create New...

Important Information

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