Jump to content

Antoine Chalons

Members
  • Posts

    955
  • Joined

  • Last visited

  • Days Won

    34

Everything posted by Antoine Chalons

  1. Hello, I recently used TDMS files in a customer application and for that purpose I made VIs to write/read clusters containing parameters to/from TDMS file. These VIs are basically *copies* of the Read Variant Key.vi and Write Variant Key.vi from the OpenG Variant Configuration File palette so I thought it would be a good idea to add it to OpenG. Hopefully it could help someone. PS: haven't tested these VIs extensively (with all possible data types in LabVIEW) but they do work fine with big clusters containing 1D and 2D arrays. Read Property Key from TDMS File.vi Write Property Key to TDMS File.vi
  2. we use ONLY the "security" functions, we've been using them since.. well I don't know in fact, it started before I was hired in the company. there is no cost for the customer and even if it's not perfect we've been satisfied enough to not develop our own internal solution for user management. not using the citadel DB. hope this helps
  3. the problem solving challenge reminds me of something... I'm all excited now :-o
  4. héhé... who's going to miss flash on mobile devices appart from those who have crappy devices?

  5. want to know how long your build took? >> vote here!
  6. Let's not get too passionate... clearly Steve Job's does work, that's just stating the obvious, now that doesn't mean the product out-stands other products. iPad will let you do what Steve wanted you to do with it, if you try to do something he didn't want you to do it will be very hard. Mac addict will tell you how much they love their iPads but I think you have to be an Apple-Aware person to use it, people who have never touched a mac often struggle with the iPad - my dad is one of them (well in did touch macs but that was before LabVIEW was released for Windows). Surely other products could fit your needs, it's more how much of a mac person you are that matters when chosing between iPad and others. note : I am a mac person but I don't have an iPad, I've used a few at friends' and I know no one who got another tablet.
  7. Hmmm... apparently there is an issue with the number you're passing in, have you tried to use the international format +"country code""number"? Also I'm not sure what could have changed with the versions... I developed with 1.0.31 and you have 1.0.36... there shouldn't be issue with that but you can still search the documentation here : https://developer.sk...erence#COMMANDS Here's the example I made at the time, I tested it, it was working fine.
  8. Hi Alessandro, This is all a bit far in my memory... can you post your VI (the one that call the Send SMS VI), as far as I can remember I included some example VIs, no? Trying to help
  9. One way to get an idea of the addons you're using in your project in to create an installer, in the "additional installers" section, by default all you need is included - I believe. Hope this helps PS : I know some people always exclude all the additional installers so that their application's installer only installs their EXE and they give the list of all that's required to the customer who can then get it from either NI's website or the CDs they receive with the hardware.
  10. I hate when LabVIEW 2010 screws up my build settings.. and it does so all the time! grrrrrrrrrrrr

  11. investigating into NI's ModBus code

  12. improve "cluster to array" primitive" for reference, here is the discussion on LAVA.
  13. I understand that. And yes, what I'd like is a smater "cluster to array", by the way here's my use case : I'm lazy and I'd like to have the best of both worlds - so to speak. A smarter "cluster to array" is one step, the second step would be for the property/invoke node to accept arrays of references. I think there is already an idea for that (not sure though).
  14. One could assume that if the lower snippet works the upper one would do too, no? I was about to post an idea on the idea exchange to have the "cluster to array" primitive improved, but since i'm in LV8.6 I thought I would ask here if the upper snippet would have a broken wire in LV2011, anyone?
  15. You can start from the examples that ship with VDM (Vision Development Module, that you have I assume). The example are fairly basic but they show how to use the different functions from the palette (character sets and all that stuff). One of the big challenges in real world OCR applications is often to find a reference in the image to place the ROI, do you already have image samples in which you will have to find and read text? Hope this helps
  16. a driver for a stepper motor for a customer a micro-torque measurement system for the watch-making industry 4 LabVIEW hands-on I'll be giving at university some scripting sandbox plugins for the fun
  17. LAVA, let the core come out LAVA, let the core come to the surface LAVA, stirring the core of LabVIEW LAVA, inspiring LabVIEW's future LAVA, letting off steam
  18. Share what you know, learn what you can. Knowledge is the only matter that grows when shared. If you want to go quickly, go alone. If you want to go far, go together. These are fairly know and I like then a lot. I've been trying to modify them slightly to relate them to LV or LAVA or NI, but I could come up with anything nice, maybe someone will be more creative than me :-o
  19. Thanks for the warning, I haven't had time to come back to that piece of code yet but when I do, I'll come back to this post. Cheers
  20. Yep, so there is 2 conditions for a character to be replaced with * : - 5 seconds without activity (the parallel timer vi deals with that) - a new character is entered (the facade vi would then stop the timer vi via dyn event or occurrence or notifier or whatever) Cheers
  21. Hi all, I've started using XControl and for my first attempt I thought I'd build string control that behaves like a password string on smartphones. Here's what I've come up with so far (in LV2010). As it is my first XControl I don't really know how to do all I would like to do. Right now, when a new character is typed the previously typed character are replaced with * ; anyone could suggest a way automatically replace the last character with a star after 5 seconds if no new character has been added? password.zip
×
×
  • Create New...

Important Information

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