Jump to content

pawhan11

Members
  • Posts

    113
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by pawhan11

  1. We are looking for best way to get rid of PXI controller, due to high cost, low performance and issues with IT policies within company.

    From what I see the best way is to use thunderbolt PXIe-8301. I ve seen many notebooks with TB3 but no desktop PCs. Are there other ways what will be cheaper than PXI controller?

    Thanks!

  2. Did You guys have any problems with labview CLI when setting up CI? Or it is just me doing something wrong somewhere. So far I ended up with powershell script that based on params triggers builds, runs caraya tests and creates simple zip package with binaries. What I see is that sometimes build fails one time and when retried works fine when no change to code was made, sometimes cli can not connect to laview. Another problem that i encountered is fact that labview build destination is absolute path, not relative and has to be updated in lvproj xml files. I fear that when we spin off dedicated vm to run those builds it will fail due to potential LV 'problems'. 

  3. I had the same issue with svn and externals. One app pointed to branch of another component. It was a mess when managing this in long run.

    Now when we do transition to git, i try to find alternative solution. So far the most reasonable is pulling component binaries to project that needs them via nuget package or g package manager. From what i see NIPM installs package globally for PC, not per project. 

  4. I want to leave svn behind as soon as possible because current repo structure that was tailored many years ago in my organisation. We have one svn server with one svn project and inside that project people created folders for multiple projects... i once found there labview iso image. After 2 years working with that i still have no idea where to find something.  🙂

    I guess I could migrate to another svn and do it right this time. I want git because local repo is big benefit for offline work that is more common these days. Another reason would be to keep up with technology progress. All sw companies that i know use git.

    For project management we have Jira and it will probably stay that way. Ability to define custom workflows solves many problems for other teams, like projects for equipment calibration, maintenance, production support work really well. We do not have make custom tailored software to manage this. I tried to do this in gitlab and failed.

  5. Thx @Rolf Kalbermatter, is there any magic trick that will allow me to use absolute path instead of relative when they have common root? Or define list of paths where PPL will try to find dependencies? I can edith this in lvlroj file but after save it is replaced back to relative. If I place lvlibp in lvlib folder it will be resolved using tag?

    @Mefistotelis those special tags like <vilib> are somehow predefined in LV? Can I create my own custom tags that LV will understand? Or something like probing or assemblyresolve in c#?

    Problem i am trying to address is that i ve 2 applications and one has public.lvlibp interface that can be used by another one. To make this work app 2 must have relative path to public.lvlibp after build and deployment... 

     

  6. I work 5 years as labview 'developer' and when someone from other technologies asks me how this compiles and really works my answer is i ve no idea. :)  When on the  other side open technologies give much deeper ride and control. It might be due to my limited understanding of LV but detailed information is not there on official NI forums. I guess it is up to discussion if You need low level understanding how LV or other technology works. In my case as sw engineer I always want to know how things work, and the longer i work as engineer i realize i ve no idea how 90% of things work :D  

    • Thanks 1
  7. I guess User Interface can be fixed and adjusted later without breaking changes, the same for function groups and shortcuts (or i hope it can be). If they deliver more fundamental things that are pain in CG like problems with relative build paths, unicode, sealed classes, packed libraries linkage, building of multiple layers of libraries without killing labview, out of the box support for source control systems & diff/merge operations... i would for sure try it.

    edit

    btw, i ve just found this 'hidden gem':

    https://github.com/mefistotelis/pylabview

     

  8. Some of my thoughts after working 6 years as 'Labview Developer'

    • Popular languages like python or c# gained so much momentum, entry level is much easier than few years ago, it will get closer to LV entry level
    • LV did not change much over last 6 years, things that I remember were maps, sets, vims and independent runtime engine
    • paid and closed source kills any chances of becoming more popular, in my opinion it is ok to pay but for addons like ML or DSP, if i recall at some point excel addon required payment :)
    • decline in job offers in LV, I ve seen more and more python/.net  in test eng field (at least in Europe)
    • source control is terrible with binary files compared to text diffs & history available in text IDEs
    • cheaper hardware alternatives like Advantech, I would never buy average PXI controller for 8k, when you can get high end workstation + Thunderbolt card + chassis
    • I no longer see LV skills valuable on the market and started to do more text based programming

     

  9. Hello,

    Cross post from NI forums. I have more than 200VIs having the same problem.

    pawhan11_1-1587916905859.png

     

    I have tried to replace by scripting or quick drop but no success.  Delete and require is hard to do from scripting top maintain connection pane and others form what i ve seen so far. Have You ever seen this error? I do not recall doing some extraordinary class manipulations when this error happened 

    Class.zip

  10. Hello,

    How are You guys working with diffs and merges in LabVIEW? Or when You simply want to check what changed in specific VI?

    Recently I ve been doing more text based programming and LabVIEW is so far behind when it comes to code revision management, in fact it makes team work on big project very hard. The best what we can do now is binary diff of VI. I know there is this LVCompare app but this is not enough. Wouldn't be ince if NI integrated LV IDE with SVN and GIT source code control??

  11. For me it was easier to pass full exam one more time. It is very hard to prepare for multiple choice questions, they ask about xcontrols that I never use and some details about polymorphic vis that noone needs. For full exam You can prepare at home, 60% of the framework that must be preapred is always the same.

×
×
  • Create New...

Important Information

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