-
Content Count
822 -
Joined
-
Last visited
-
Days Won
22
Norm Kirchner last won the day on December 27 2020
Norm Kirchner had the most liked content!
Community Reputation
109About Norm Kirchner

-
Rank
The 500 club
- Birthday 09/24/1980
Profile Information
-
Gender
Male
-
Location
Austin, TX
LabVIEW Information
-
Version
LabVIEW 2014
-
Since
2000
Contact Methods
-
Twitter Name
NJKirchner
Recent Profile Visitors
5,829 profile views
-
Mark Balla started following Norm Kirchner
-
Sub VI called from event structure will not execute
Norm Kirchner replied to rscott9399's topic in LabVIEW General
You need to disable the 'Lock Panel (Defer Processing of UI) until event completes' option for the event case. What's happening is that the event structure is locking the UI thread until all code inside of the case completes. In your case you've got another UI coming up which you need to interact with for the case structure to complete. A bit of a catch 22. It might feel wrong that it's happening to you, but there are a variety of good cases that that feature exists and behaves as it does. More commonly, for what you're trying to accomplish, people will make action loops -
Q, I'm excited to see the rebirth of this I just got my login, validated my account, but I am unable to create new pages. I'm using the recommended methods to no avail I've logged out and back in, but no dice. Any thoughts?
- 4 replies
-
- lava bbq
- niweek 2019
-
(and 3 more)
Tagged with:
-
Norm Kirchner started following LAVA BBQ 2018 - Official Information, Public malleable class members, [CR] 55 easily distinguishable color.vi and 2 others
-
Can you clarify a little or throw up an example. Do you mean you want the .vim to be a member of the class or used inside a public VI in the class? I presume you mean the former. What happens if you use private accessors in that VI instead of calling the unbundle directly?
-
All, Thanks for chiming in. I actually hadn't heard of the promise of TS Lite and will be sure to bug the powers that be about it. All in all, most things here resonate with the themes I've heard before and am glad to have ammo in hand to go to the conversation with, as it's gotten delayed; so feel free to keep chiming in. If I had to sum up the big points Cost: LV exe is free cheapest TS deployment gets 500+ Simplicity: Simple enough needs that can get away without the extra features in TS Parallelization: not easy to implement or visualize parallel tasks
-
[CR] 55 easily distinguishable color.vi
Norm Kirchner replied to Benoit's topic in Code Repository (Certified)
This is a terrific little piece of code! Thanks for working it up. Have you thought of possibly making it filterable based upon what color it's going against? The reason being is that I see this as a great addition to the current coloring for plots and default color sets, especially when you change the background from light to dark, or vice versa. See plot 12 for example- 4 replies
-
- color
- multiple color
-
(and 2 more)
Tagged with:
-
I know many people never go the route of using TestStand, choosing to roll their own sequencer and make it work (as I did once upon a time) However I'm starting to hear from a few folks who adopted TestStand and are going back to try to make their own sequencers (as I hope to never do) So, I shook the corporate tree some and have a meeting tomorrow for which I'm representing y'all, based on what I was hearing at NIWeek That being said, if any have gone the route of TS only to turn back, and you'd like your voice shared inside the guts of the mothership, please do share here. FWIW, I
-
BBQ Photos Courtesy of RightBalancePhotoG available at RBPG, FB and LAVAg.org https://rightbalancephotog.smugmug.com/LAVA-BBQ-2018/ Facebook Album
-
BBQ Photos Courtesy of RightBalancePhotoG available at RBPG, FB and LAVAg.org https://rightbalancephotog.smugmug.com/LAVA-BBQ-2018/
-
Norm Kirchner started following LAVAGBBQ2018 - 001.jpg
-
You might want to investigate REx - Remote Export Framework for LV built EXE https://lavag.org/topic/17024-rex-remote-export-framework-and-remote-events/ Although it can't give you a direct button click, it does the next best (possibly better) thing, giving you the ability to call a method externally that fires a LV event internal to the EXE. Good luck, ~,~ The Captain
-
Saving a class with array of waveform reloads corrupted
Norm Kirchner replied to A Scottish moose's topic in LabVIEW General
Did you see the recently posted JSON adapter that was posted in the Code Repository? Looks very interesting for sure.- 5 replies
-
- xmlclasses
- bug
-
(and 1 more)
Tagged with:
-
<for future reference> You might be speaking of RFmx for doing RF measurements on our VSA products. This 'Measurement Driver' makes short order out of taking common RF measurements, generic and standards based alike. It does not have a personality specific to doing EMC testing or EMC specific measurements. There is likely a good deal of overlap between the ESU40 measurements and what we can accomplish with RFmx, however I can imagine that the ESU40 has a lot of EMC usability features that you won't find in RFmx. Another item that might be of interest is investiga
-
CLA ATM sample exam practice.
Norm Kirchner replied to Hemant Chourasia's topic in Certification and Training
Can you please back port to 2014? -
In order to better answer the question, having some knowledge of exactly which VI (blocks) you wish to put your data into would be helpful. However to emulate what I believe you're trying to accomplish see below.think you're looking for Now as far as measurements that you specifically need, you should start to explore the measurements built into LabVIEW. This image is just the top of the iceberg. Good luck and welcome back to the LabVIEW world. Thanks for coming to the community to find your way Best, Norm Kirchner ~,~ The Captain was here
-
Set Cluster Element Xnode (experimental)
Norm Kirchner replied to Taylorh140's topic in Code In-Development
Would you mind back porting to 2015? Thanks, ~,~