-
Posts
979 -
Joined
-
Last visited
-
Days Won
36
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Antoine Chalons
-
omg... hp calcs, i hated them! I was more of a TI-8x guy my first coding experience was on a TI-80 in 1997 😱
-
I'm parenting today, so wait a bit for screenshot, but let's say you have 2 1d arrays of string and you want to compute the intersection or the diff, how do you do? Also open the vim "remove duplicate from 1d array" in the array palette, it uses sets. And check this https://forums.ni.com/t5/LabVIEW-APIs-Discussions/Tree-Map/td-p/3972244?profile.language=en
-
ditto. Jump into sets, they're great as well and they can be combined with maps! I rarely use 1D arrays anymore!
-
Bitbucket sunsetting support for Mercurial
Antoine Chalons replied to Francois Normandin's topic in Source Code Control
Neil, can you explain what made you leave Bitbucket for GitHub? -
LabVIEW NXG Feature Parity to LabVIEW "Classic"
Antoine Chalons replied to lvb's topic in LabVIEW General
I very much agree with the need for scripting. It seems some folks at NI think that it's enough if we can use c# to script... almost funny... -
https://forums.ni.com/t5/NI-Blog/Designing-LabVIEW-NXG-Collaboration/ba-p/3854567 And as for NXG, it's supposed to be better but not perfect... not sure what that means.
-
i love your member name 😂 There is a dedicated NI GDS section on NI's forum, maybe it would be a better place to ask for support : https://forums.ni.com/t5/GDS-Goop-Development-Suite/gp-p/5050
-
Ok, thanks for details. I will have between 1 and 5 clones of a dqmh module that send strings to different database via tcp or http, the strings can be large thus why I compress, but each module will only send a string every 1 to 10 seconds so, you're right, I probably wouldn't see much/any difference.
-
Hi, Am I going to have problems if I change the re-entrancy settings of the VIs in GZip 4.2.0b1-1 from non-rentrant to pre-allocated clones? I mainly use ZLIB Deflate.vi and ZLIB CRC32.vi I use them both on Windows and NI Linux RT.
-
Has LAVA search ever worked? Maybe before the big crash, but after that, definitely not. I always use google to search on LAVA with site:lavag.org dll
-
[CR] Hooovahh's Tremendous TDMS Toolkit
Antoine Chalons replied to hooovahh's topic in Code Repository (Uncertified)
WOW, thx for sharing this, it looks great! Is there any OS restrictions? I'm thinking about NI Linux RT. -
Controlling Exposure of the FLIR camera
Antoine Chalons replied to Satya Prasanna Mallick's topic in LabVIEW General
pre-2010 I used one on a project (it was a firewire camera at the time), it was to check the temperature of a incandescent object. nothing too fancy. -
Controlling Exposure of the FLIR camera
Antoine Chalons replied to Satya Prasanna Mallick's topic in LabVIEW General
Which camera model are we talking about? I believe the recent ones are GigE & GenICam compliant so the set attribute vi from IMAQdx with the correct attribute name (to be found in the camera user manual) should do the job. -
camera postion stuck, in 3D picture control
Antoine Chalons replied to apoorve kalot's topic in LabVIEW General
it's ok to cross-post, but please mention it : https://forums.ni.com/t5/LabVIEW/camera-postion-stuck-in-3D-picture-control/m-p/3989985#M1138502- 2 replies
-
- controls
- camera attributes
-
(and 2 more)
Tagged with:
-
I have not. Last I faced a similar case a few years ago (on a 32-bit Windows), after some discussion with the users we agreed to check the file size before loading it and if it was larger than 400Mb the soft would reject the load request with a nice message telling the user to use another soft that would split the large file in several 400Mb files.
-
Request for collaboration:Open Tensorflow Toolkit
Antoine Chalons replied to Neil Pate's topic in Machine Vision and Imaging
Do you really need/want to support 32 bit? I mean... if it's for vision, you probably use a large size of memory, no? I wish I could offer my collaboration but calling external code is not really my cup of tea, so I'd probably be mostly useless anyway. If you are interested in getting in touch with tensorflow users to have their feedback, get in touch with me via PM. -
Using a Thunderbolt expansion chassis with a NI frame grabber
Antoine Chalons replied to bmoyer's topic in Hardware
My advice is to "look into CXP", I never got round to trying the bitflow HW + driver which they claim is fully compatible with LabVIEW, CXP seems to be the future of industrial high res / high speed vision. So if you're looking to build a vision system for the next 10 years, I think you should test out bitflow's CXP option. I'm a bit disappointed with NI's "wait n see" approach with CXP, last I asked the answer was "we don't think the ROI is big enough". Which is a fair point but leaves NI Vision with very limited options. CXP open a lot of options in term of cameras. Good luck to you, and - again - if you do test bitflow cxp framegrabber in LabVIEW i'd love to hear how it works. -
Using a Thunderbolt expansion chassis with a NI frame grabber
Antoine Chalons replied to bmoyer's topic in Hardware
I've never tried that, do you have a link to the thunderbolt extention specs? I'd be curious to know if it works well. I think camera-link is not the best option for new product design, my first advice would be to look into CoaXPress. Plus NI-PCIe 1430 and 1433 almost went EOL about 18 month ago. -
Pre-2009 Wow... how for back do you go? The mythical 7.1?
-
I knew it would be the case on Windows and I was/am not sure about Linux because I have not compiled an application on Linux yet, it will be my first so I'll be careful with this. Thanks again for you support.
-
Ha, today a new customer (a university) is requiring us to deploy our software on a Linux computer (not NI Linux RT). So we have a Linux machine on which we have LabVIEW and VIPM, we compile our application on this computer and then we need to deploy to another Linux computer that doesn't have either LabVIEW nor VIPM installed. If we simply manually place the so files from File Group 6 into a folder - which folder by the way? -, is it going to be enough to make it work? Cheers!