-
Content Count
949 -
Joined
-
Last visited
-
Days Won
78
Neil Pate last won the day on February 16
Neil Pate had the most liked content!
Community Reputation
320About Neil Pate
-
Rank
The 500 club
Profile Information
-
Gender
Not Telling
LabVIEW Information
-
Version
LabVIEW 2020
-
Since
2004
Contact Methods
- LinkedIn Profile
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
I was able to connect to an Azure IoT hub using a MQTT library and generating my own SAS token based on the following algorithm I found somewhere on a Microsoft site. This is my implementation. I struggled a long time with this until I figured out the Base64 decoding and encoding and URI encoding. For reference this is a typical SAS token (obviously URI and Key have been changed to protect my stuff) The SAS token is then used as the Password like this: Please note I am definitely not an expert here, I figured this out on my own
-
1. What type of source control software you are using? Currently use Git for my LabVIEW work with my repos hosted on github.com 2. You love it, or hate it? Love it. Sure there is a learning curve, but anything worth learning will take a bit of time. 3. Are you forced to use this source control because it's the method used in your company, but you would rather use something else My choice. I have gone down the path of Nothing-->Zips-->SVN --> Mercurial --> Git and am happy with git. I still have heaps to learn (even coming from pretty high competency with
- 26 replies
-
Having the Status visuals as a tick or a cross but represented by a boolean. After 17 years of LabVIEW development I still make mistakes when using the error Status boolean and forget that a True means "Error Present".
-
So again I am definitely not an expert but my understanding is that a virtual environment is like a small sandboxed instance where you can install packages and generally work without affecting all other python code on the system. I guess it's like nuget. If you don't use a virtual environment when you install packages it affects the global python installation on your machine. Seems like pretty sensible stuff (and hopefully what Project Dragon will do for LabVIEW). However I have not been able to get the native python node to work with a virtual environment.
-
Nice question James! I have tried to go down this route myself and had a very similar journey. In the end I have decided to stick with VS Code for Python dev work as it seems to be gaining so much traction and is improving at a great rate. None of the python connectors I tried worked very well. I would prefer to use the native one but it does not seem to support virtual environments which is what seems to be the preferred way of doing things in Python. In the end I rolled a simple TCP/IP client/server solution and was planning on using that to get data to/from Python. But. I hav
-
LabVIEW programmers competition 2021 + points for CLD-R/CLA-R
Neil Pate replied to Artem.Sh's topic in LAVA Lounge
This sounds nice, thank you for organising it! I think the points reward for participating needs to be higher though as currently you can get 5 points for attending a user group. I would expect to actually get a working solution would be quite a bit of time. -
I have never really trusted breakpoints on wires like this, especially going to indicators. I prefer structures/primitives/VIs. I suspect if the breakpoint was on the outside of the top while loop it would break correctly. Still seems like a bug though.
-
I had no idea there were so many out there! http://blog.interfacevision.com/design/design-visual-progarmming-languages-snapshots/
- 1 reply
-
- 1
-
-
Sorry, in the older version you have to do it manually using property nodes.
- 6 replies
-
- 1
-
-
- waveform graph
- waveform chart
-
(and 2 more)
Tagged with:
-
You can toggle it here: Then each plot can be individually turned on or off
- 6 replies
-
- waveform graph
- waveform chart
-
(and 2 more)
Tagged with: