-
Posts
2,397 -
Joined
-
Last visited
-
Days Won
66
jgcode last won the day on August 15 2019
jgcode had the most liked content!
Profile Information
-
Gender
Male
-
Location
Australia
Contact Methods
- Personal Website
-
Twitter Name
jgcode
LabVIEW Information
-
Version
LabVIEW 2009
Recent Profile Visitors
19,577 profile views
jgcode's Achievements
Newbie (1/14)
322
Reputation
-
Benjamin R started following jgcode
-
Nice. Are you able to post any example code? Cheers
-
Nothing from me but I would still love a wrapper for this functionality from NI
-
Hi Shoneill, are you able to provide details of are planning? This code is 2012, open source, and includes a modification of the library references above (creates a wrapper around a delegate class).
-
I'm in, for me ol' DOS games
-
I changed my thinking on this a while ago too Reads can be as simple as one in and one out: LVOOP Object input, accessor-data-item output
-
Question about the JKI state machine
jgcode replied to Manudelavega's topic in Application Design & Architecture
I would say the most important thing is to give it a go and find out As for me, I find it easy but more importantly fun to use! Also, I like creating an API that uses the event structure to communicate with a process and this compliments it well -
Here's a way to open VIs without file dialogs for missing subVIs
jgcode replied to Aristos Queue's topic in LabVIEW General
Ok, so its not all AppRef functions that are effected, just the one in this post That's a relief -
Here's a way to open VIs without file dialogs for missing subVIs
jgcode replied to Aristos Queue's topic in LabVIEW General
Does this mean old code will be 'broken' in 2013+? -
Parallel testing(programming)
jgcode replied to Bjarne Joergensen's topic in Application Design & Architecture
lol. 8.2.1 is/was one of my fav LabVIEWs -
Howdy I am chuffed to be giving away an AudibleListener® 6-Month Gold Gift Membership. Sure beats reading
-
Experience with "Separate Compiled Code From Source"? (LV 2010)
jgcode replied to Rob Calhoun's topic in LabVIEW General
Hi Mikael, I include all library files in my VI Server script as well, but I am insure as to what that option actually does. It seems the global settings (LabVIEW options or project options) override when a VI/ctl is added to a library (LV2012) making me think it is redundant or a bug. Do you know setting the library to separate compiled code does? -
Experience with "Separate Compiled Code From Source"? (LV 2010)
jgcode replied to Rob Calhoun's topic in LabVIEW General
That sounds like too much hard work - lol You can bulk mark VIs through the project's options or you can use VI Server and script it I tried this feature out recently and liked developing with it One thing I concluded with tho is that if I ship a tool (essentially a source code dist) I want to install compiled code with it Otherwise the tool needs to be compiled for use in its native version of LabVIEW VIPM can do this on install, or the tool can also recompile itself, but IMHO it makes for a better UX (quicker install and first launch) This was easily achieved using VI Server