Jump to content

Antoine Chalons

Members
  • Posts

    973
  • Joined

  • Last visited

  • Days Won

    35

Antoine Chalons last won the day on October 1

Antoine Chalons had the most liked content!

Profile Information

  • Gender
    Male
  • Location
    Lausanne Area

LabVIEW Information

  • Version
    LabVIEW 2020
  • Since
    1999

Contact Methods

Recent Profile Visitors

21,809 profile views

Antoine Chalons's Achievements

Collaborator

Collaborator (7/14)

  • Very Popular Rare
  • Reacting Well Rare
  • Dedicated Rare
  • First Post Rare
  • Collaborator Rare

Recent Badges

120

Reputation

  1. 23.1 is between double quotes, which make it a string, not a numerical. if you remove the double quotes, then is will be a numerical value. hope this helps
  2. same here, I don't check the wiki every day, on average I go 2-3 times a month, I never had issues.
  3. I fully agree that anything, even smoke signals in the wind, are better that NSVs. I'm using Redis, I also started from an existing lib found on the interweb, tweaked a bit for my needs. We now have multiple golang services as well as LabVIEW services connecting to Redis for cache and using RabbitMq for messaging. For some small tests on my Windows machine I've used Redis on WSL, easy to use. At the next local user group meeting I might do a short presentation about it, if you have faced any issues, I'd be interested in your feedback. Cheers
  4. I could install it with VIPM 2022 and ZLIB Extract All Files To Dir (Path) successfully unzipped the lvappimg edit : and same with VIPM 2017 on a different Ubuntu VM Thank you so much for that!
  5. that would be great, if you send me 5.0.4 i can install and try
  6. I see that it's not trivial to handle properly all the cases, to avoid error 8 when installing the zip package the first time, my suggestion is to edit the post install vi like I did below, quick and dirty, works for me
  7. Indeed, in VIPM 2022.1 zeromq doesn't even show in the list as the default config is "only show installable packages" If I disable this, I see zeromq in the package list but can't install. Clearly a bug. On the VIPM discord Jim said that a lot of work is being done to release a new VIPM for Linux "soon" so I'll make sure to bring this to his attention. 99% of my issues on Linux are privileges issues. - on the VM with VIPM 2017, i need sudo to launch VIPM and after installing a package I always run a `chown user:user` on the installed package ; surely there is a way to fix this but I got used to it. - on my Linux runner VM (for CI) it's the same, VIPM 2017 with sudo needed, as I rarely change the packages, it's a tolerable pain. - on the other VM with VIPM 2022.1 I don't need sudo. Actually for zeromq, we have modified the package and rebuilt it, online version 3.6.2 is "Linux and Windows", the one we built is "all OS" so that's a work-around for the bug in VIPM 2022.1, set "all OS" and then you can install on Linux.
  8. and VIPM 2022 fails to install zeromq with error 5000, while VIPM 2017 could install it.
  9. Indeed, on Linux (Ubuntu 20 and 22) wuse use LabVIEW 2021 (therefore 64-bit) And on Windows 10, we use LabVIEW 2021 32-bit, about 5 years ago we made that choice because of some toolkit that was 32-bit only, but now we only deploy our LabVIEW built apps NI Linux RT or in Ubuntu containers. I don't have LabVIEW 64-bit installed on any Windows, one of my colleagues might, I'll ask around tomorrow. one thing I didn't mention is that I was using VIPM 2022.1 on Linux I've tried with VIPM 2017, here it looks more "friendly" : but when trying to install 5.0.3 I get an error : I do use zeromq Library on Linux, installed with VIPM 2017 And I've just installed opendss 1.0.0.7 semi-successfully with both VIPM 2017 and 2022 (on 2 different Ubuntu VMs). I say semi-successfully because in both cases the multicore analysis and sparse matrix dependency failed to install with error 5000
  10. if I can help in any way with testing on Linux, DM me.
  11. VIPM still blocks 5.0.3 If I try to install it from the menu (File >> Open Package File(s)) I get error 5000
  12. in 4.0.0 the CLFN had an absolute path to the shared lib that was like /C/Work/OpenG/.... and I couldn't find the actual so file under ~/user.lib and didn't feel like relinking all the CLFNs anyway as I knew that 4.2 would work. The size of the lvappimage I tested with is ~360 MB
  13. oh, and with 4.2.0b1-1 on Windows, it works, it can successfully unzip an lvappimg.
  14. VIPM 2022 keeps giving an error when trying to install version 5.0.0 I could install 4.0.0 but it seems the so file is not installed by VIPM more recent version seem to not be supported on Linux (at least they are disable in the VIPM ring menu) So I installed 4.2.0b1-1 found on LAVA and now I can test : no luck on Linux
  15. i sure will It does look like the unzip.vi is using a CLFN that calls functions of the LabVIEW app so it might be doing some special stuff.
×
×
  • Create New...

Important Information

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