Jump to content

Benoit

Members
  • Posts

    158
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by Benoit

  1. After the sin and cos, add or subtract a number of you choice. To make it live, use a event structure in a while loop. Benoit
  2. Hey guys, Can you take a look at this? The only work around I found is to dynamically open the connection with an external VI to make it fail so the second time it works. If anyone has an instrument that communicate trough TCP-IP with VI, please try on your side with LabVIEW 2018 and visa 18. https://forums.ni.com/t5/LabVIEW/VISA-error-with-TCP-IP-BK-precision-2190E/m-p/3876316 Thanks
  3. I think the biggest mistake from NI was to not add 20 years experienced user into their development team. I believe they only put marketing people and some developer... but no real user. Benoit
  4. Python for me is a script language not a programming language. 😉 Benoit
  5. What about ODBC support? I have a huge project with a superb HAL implemented. I cannot see how I can migrate that to NXG. I feel like having 20 years of my career but on the garbage with NXG. This is not happening with other text language where stuff change, but do not receive a huge refactoring. I guess this is what happens with proprietary language. you use what they offer, not what people really needs. The only good thing for now if the Unicode support. Benoit
  6. Thanks, I'm not a specialist on MIPI. Those information are very useful. Benoit
  7. Zip offers a better portability. In forum, portability prevail over effectiveness of compression. By the way 7zip offer a better one. 😉
  8. Cool. Here are some suggestions: -Unique serial number that can be accessed by software -Allow possibility to have more than one lens. (Be able to have 3 cm from the lens can be good for inspection) Having low distortion lens is good to. -Adaptable to standard lens on the market (stay low cost if possible) -Having a microbolometer camera would be amazing. -Having multiple choice for resolution 1MP to 24 MP -Add distortion correction by software according to the lens -If you ever be able to create a 3D (imply using double camera) would be amazing (one frame on 2 for each side) -Some of your option in the survey should be all possible. (software or hardware triggered) -Having the option to buy or not the housing What will be the maximum length for the cable? Benoit
  9. Is clicking on the adds bring more money to LAVA? Benoit
  10. Good! But don't forget to keep your code clean. Have fun!
  11. Because your file do not respect the standard .xml. Use the solution I proposed to you earlier and all your problems will be gone. The solution I proposed to you will work with any TXT base file like TXT, CFG, INI, TAB, CSV, HTML, XML and many more. Benoit
  12. just change the number of index. Benoit
  13. No matter what tools you will use, you need to define what value you want... If you use xml tools, it will be similar. Benoit
  14. Since his xml document is not standard, I suggest him to use search pattern instead... so no matter is the txt file format/standard, it will work. Benoit
  15. For the simple task you want to do, just use search pattern. It should looks like this... Benoit
  16. well then the way I explained to you is the same... instead of replacing, report it. ? Benoit
  17. Do a match pattern on those: "<Name>Test 1</Name> <NumElts>" and then on "<NumElts>" By getting the character position in the file, you can easily replace the value in between with anew one. repeat with <Name>Test 2</Name> But why do you want to replace those value? are they already real measurement from real device? I have Ethical concern on what you are trying to do. Benoit
  18. So since it is quite generic, I will suggest you as crossrulz said and learn the basic stuff about xml standard. It is not difficult. you can even inside of a week create your own parser. Benoit
  19. It's what we call a bug. You should report it. Benoit
  20. What is your final goal with the XML? Benoit
  21. Well I have been one step further... it can apply the color to all, but report an error... It it definitively a bug. Benoit
  22. Well after some research, this is what i came to. Sending the email in html format with the following VI to transform Unicode from LabVIEW to HTML character. I think it will work in most of the case. Benoit PS: Thanks for your help. Unicode to html.vi
×
×
  • Create New...

Important Information

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