Jump to content

Benoit

Members
  • Posts

    158
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by Benoit

  1. I'm happy that what we were able to find trough google, the link are not broken. Overal, I like it, but in some pages my eyes got lost. Not used to the interface yet. I'm not a big fan of the square stuff... the menu looks like Windows10.... I do not like this look. but it's only matter of taste. Benoit
  2. Think about using the sequence localy, but having a request to the server to validate if the local version is good. per example MD5 is a very good way to check if the local file is ok. The MD5 is saved on the server as well. By doing this, you reduce the data between the server and the client. It looks over kill, but it's a very efficient way to reduce the data that is sent to the server and then the server perform much faster. less data goes trough IT switch and the best advantage, in a case of lost link, you can decide to run with the local version. It's reduce the down time. Regards Benoit
  3. Version 1.0.0.1

    451 downloads

    This Vi Calculate th Cp and Cpk values of a dbl array values. It's quite usefull to do some statistical analysis of a process capability.
  4. Name: Cp Cpk Calculation.vi Submitter: Benoit Submitted: 09 Mar 2016 Category: *Uncertified* LabVIEW Version: 2011License Type: BSD (Most common) This Vi Calculate th Cp and Cpk values of a dbl array values. It's quite usefull to do some statistical analysis of a process capability. Click here to download this file
  5. OK I found a super easy way... drop the VI in a text constant and magically the good VI name with the library included will appear. use this constant as VI name for the VI server. this can be done for the type specifier as well. Candidus, your example is good. it's represent exactly what I did. That solved my issue. Thanks everyones for your help. Benoit
  6. OK I tried your project. It works fine till I include the remote method in a library. How can I refer to this VI if it's included in a library??? it's ssems that it's not working anymore. Thanks for any help.
  7. Version 1.0.0.0

    1,357 downloads

    There it is... finaly... Because the code given in the FTDI web page is not convenient, not working and haven't been developed by real LABview programmer, I decided to create a library for the I2C. a version for SPI will come soon. This library is free to use. If FTDI want's it in ther site, I do not allow you to publish it since you didn't help any of your customer with LABview. but of course feel free to publish this link.
  8. Name: MPSSE.dll LABview driver Submitter: Benoit Submitted: 10 Feb 2016 Category: *Uncertified* LabVIEW Version: 2011License Type: BSD (Most common) There it is... finaly... Because the code given in the FTDI web page is not convenient, not working and haven't been developed by real LABview programmer, I decided to create a library for the I2C. a version for SPI will come soon. This library is free to use. If FTDI want's it in ther site, I do not allow you to publish it since you didn't help any of your customer with LABview. but of course feel free to publish this link. Click here to download this file
  9. Name: Calendar XControl Submitter: Benoit Submitted: 06 Jan 2016 Category: *Uncertified* LabVIEW Version: 2011License Type: BSD (Most common) This XControl allow you to have a nice calendar as a control. Any selection of the date is highlighted in light blue. The supported language are English and French acessible trough the property. Ce XControl vous permet d'avoir un beau calendrier comme control. Toute sélection de date et mis en évidence par une couleur bleur clair. Ce XControl supporte le Français et l'anglais par l'intermédiaire des propriétés. Click here to download this file
  10. Version 1.0.0.0

    280 downloads

    This VI list all VISA session opened and allow you to close all of them. Some times when the GPIB stuck and the VI wont stop..... This VI is a better solution than reboot.
  11. Name: List all VISA session opened Submitter: Benoit Submitted: 30 Jan 2016 Category: *Uncertified* LabVIEW Version: 2011License Type: BSD (Most common) This VI list all VISA session opened and allow you to close all of them. Some times when the GPIB stuck and the VI wont stop..... This VI is a better solution than reboot. Click here to download this file
  12. Hummm... OK When i'll have some time at home I'll try this VI. At work i have only 2011... :S As soon as I try it, I'll let you know. Thanks for your answer. Benoit
  13. Yes I know about shared variables. But the example explained at first is an example. The final goal is to execute a vi in a remote EXe that might run in a distant computer. So how Can I use VI server. it's seems that the project/target/library has to do in the name of the remote VI to execute. There is a bunch of cunfiguration that need to be applyied as well in Labview and as well in the .ini of the .EXE. If someone has an example that work please share. Benoit
  14. I know it's possible, but How!!! Shared variable offer the possibility to transfer data, but doesn't allow the usage of a remote functionality... Completely different. Benoit
  15. I'm not sure I understand. The EXE1 execute a sub VI that is in memory The EXE2 access the subVI in EXE1. only the EXE2 need to specify the port when openning the application reference. the EXE1 have the port configuration in the .ini file.
  16. Hi all, I almost never ask for help in LabVIEW... but for this one, I have no idea where to find a solution to my problem. I'm trying to exchange data between two executable. The way I was using in the past was VI server. But it seems that there is something in LabVIEW 2011 that is not working the same way than it was working with LabVIEW 8.6. I created in my project 3 VI. One publisher, one suscriber and one GET-SET variable that will be used to exchange data between my 2 .exe. What ever I'm trying to do, I cannot figure it ou how to read the data from the Get-Set. Even having the list of VI available in memory is not working. How can I access this VI by VI Server with an address at the input of the application reference? I'm preaty sure it has something to do with security... but what.... Thanks for your help.
  17. Well I design a easy way to ad a custom color table.... Up to the user and his taste for the color choice... lol But I'll take a look at this for the Calendar Xcontrol I did... I might ad theme. Benoit
  18. For your information I add an example and I fix one issue with the aliment. I had a bug with Iexplorer. Benoit
  19. If you have VPN this could be the best. You can even create one by yourself. With a VPN, you can map a network drive.... Benoit
  20. Oh my good... Yeah Clean up... I'll try to work on this in some free time. I think it's possible but you are using external dll... I'm wondering how it will work in a xcontrol. I never try to use dll in XControl.
  21. For those who are looking for an easy solution with a vi, see the one I made... This VI is at version 1.0.0.0 and support only equals size of column and single line of text, but still might respond to all your need. https://lavag.org/files/file/279-html-color-table/ Benoit
  22. Version 1.0.0.1

    218 downloads

    This VI allow an easy way to create HTML color table in the LabVIEW report generation toolkit. This VI should be connected to the "Append User Formatted HTML to Report.vi". For this version, all the column are the same size. But alignment and color of each cell can be defined. Please rate this file if you download it. It's free... you can at least give some second of your time to rate it... I spend some hours to make it... Enjoy
  23. Name: HTML color table Submitter: Benoit Submitted: 14 Jan 2016 Category: *Uncertified* LabVIEW Version: 2011License Type: BSD (Most common) This VI allow an easy way to create HTML color table in the LabVIEW report generation toolkit. This VI should be connected to the "Append User Formatted HTML to Report.vi". For this version, all the column are the same size. But alignment and color of each cell can be defined. Please rate this file if you download it. It's free... you can at least give some second of your time to rate it... I spend some hours to make it... Enjoy Click here to download this file
  24. I love the look. i think your idea is realy nice. May I have it on labview version 2011? I can start to make it as an Xcontrol...
×
×
  • Create New...

Important Information

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