-
Posts
158 -
Joined
-
Last visited
-
Days Won
17
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Benoit
-
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
-
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
- 1 reply
-
- tcp-ip
- labview 2018
-
(and 1 more)
Tagged with:
-
LabVIEW NXG - when will we start using it
Benoit replied to 0_o's topic in Development Environment (IDE)
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 -
LabVIEW NXG - when will we start using it
Benoit replied to 0_o's topic in Development Environment (IDE)
Python for me is a script language not a programming language. 😉 Benoit -
LabVIEW NXG - when will we start using it
Benoit replied to 0_o's topic in Development Environment (IDE)
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 -
Industrial MIPI camera for Raspberry Pi
Benoit replied to GeT-Cameras's topic in LabVIEW Community Edition
Thanks, I'm not a specialist on MIPI. Those information are very useful. Benoit -
Zip offers a better portability. In forum, portability prevail over effectiveness of compression. By the way 7zip offer a better one. 😉
-
Industrial MIPI camera for Raspberry Pi
Benoit replied to GeT-Cameras's topic in LabVIEW Community Edition
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 -
Is clicking on the adds bring more money to LAVA? Benoit
-
Well I mean if I have a camera in windows, can i use it with those VI?
- 6 replies
-
- vision
- raspberrypi
-
(and 1 more)
Tagged with:
-
Does it work on Windows... yes... I know stupid question.
- 6 replies
-
- vision
- raspberrypi
-
(and 1 more)
Tagged with:
-
Good! But don't forget to keep your code clean. Have fun!
-
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
-
just change the number of index. Benoit
-
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
-
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
-
-
well then the way I explained to you is the same... instead of replacing, report it. ? Benoit
-
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
-
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
-
It's what we call a bug. You should report it. Benoit
-
What is your final goal with the XML? Benoit
-
Well I have been one step further... it can apply the color to all, but report an error... It it definitively a bug. Benoit