LabVIEW Merge: Auto-resolve

Blogs
Do you know that you can automatically merge two VIs developed between two different members as long as there is very no conflict in the same structure? For example, if you have modified one of the states and the other developer modified totally different state, then when you merge with Auto-resolve checkbox enabled, LabVIEW will try to merge both of your changes into a single VI. Auto-Resolve checkbox in Merge Options Options Here in this merge, you can find LabVIEW has resolved between mine (Yours) and other developer work (Theirs).
Read More

Merging LabVIEW VIs with SourceTree

Blogs, LabVIEW Blog
After 10+ years of working in LabVIEW, I finally got to merge one of the projects properly. Though we can use source control like SVN & Git with LabVIEW file types (such as .vi, .ctl), there is very little chance our LabVIEW developers get to diff and merge the LabVIEW file types. This is mainly due to the visual complexity that we go through, the binary format of LV files and real estate needs, and the simplicity of silos in most LabVIEW projects. Of them, LabVIEW merge is very less used than LabVIEW diff. I had some directions on how to apply it for sourcetree from Endigit here but later found that it partly worked. So I customized it further in order to get it working. Here is the working…
Read More

Reposting Company Posts on LinkedIn

Snippets
LinkedIn doesn't give the option to repost your company post (esp. when you're company admin). One other way to repost the company post is Go to the specific post in the company timeline.Click on the three dots and choose Copy link to postOpen the link in the browser after you have logged in to your regular LinkedIn profile.Boom! There you have the repost option from your profile page.
Read More

Windows 10 Trackpad Gestures in Boot Camp MacBook Pro

Blogs, Snippets
When I installed Windows 10 on my MacBook Pro, I was devastated when I noticed I couldn't use the touchpad to its fullest since it showed only one option in Windows Settings without any precision settings. Later I found we need to upgrade the Boot Camp software to be beyond v6.1.15 to get the trackpad working. Hope this helps someone. Strangely Apple Software Update doesn't update the BootCamp to the latest version in a single shot. First I had to install v6.1.13 and v6.1.14, do a restart, then later redo the update to get Boot Camp version v6.1.17 v6.1.19 Apple Software Update - Boot Camp v6.1.17 v6.1.19 After a reboot, it gives the Precision Touchpad option in Boot Camp Control Panel. Boot Camp Control Panel with Precision Touchpad option Then…
Read More