-
Content Count
365 -
Joined
-
Last visited
-
Days Won
24
flarn2006 last won the day on October 2 2020
flarn2006 had the most liked content!
Community Reputation
95About flarn2006
-
Rank
Extremely Active
- Birthday 07/28/1993
Profile Information
-
Location
LabVIEW's Attic
Contact Methods
- Personal Website
-
Twitter Name
flarn2006
LabVIEW Information
-
Version
LabVIEW 2020
-
Since
2005
-
flarn2006 started following Bounded and fixed strings and Is this LabVIEW in Sonic Adventure 2?
-
Oh, no I didn't. I actually forgot that the fixed-length string UI was used for FPGA's.
-
Oh, forgot I posted that thread. Thanks
-
If you use Ctrl+Shift+D,|, it will enable logging DPrintf messages. Then you can do Ctrl+Shift+D,P to display a list with most of them: LabVIEW internal debug keys - Ctrl + Shift + D + one of the following | toggle DPrintfs. Currently on. : print global font table A check app heap B print TD dictionary stats D PrintDSStats E toggle QElement checking G toggle StripChart scroll/copybits H show/hide heap peek. I print heap text info J rebuild all malleable instance VIs in current VI's context L prints linker graph viz info M toggle memory checking. N show Ned, the f
-
Hedge, is that you? 😉 EDIT: If you don't get it, just pretend I'm insane. Have you tried passing it a preallocated string? preAllocateStringsUIEnabled=True preAllocateUIEnabled=True preAllocateEnabled=True Right-click string control/constant, Set String Size
-
How to enable native XNode development on Linux/Mac
flarn2006 replied to flarn2006's topic in VI Scripting
Awesome that it works! I'll add it to the LabVIEW wiki. I'm already aware of how to do it on Windows; at first I thought you were saying it works on there too (which I haven't tried in the latest version, but have no reason to think it would work there.) -
Has anyone else wanted to be able to simplify their block diagrams without saving lots of subVI's that will only be used once? Like an embedded subVI? I feel like I must be missing something because as far as I can tell, this functionality is already 99% of the way done, and not even hidden. LabVIEW just doesn't ship with one that you can actually put whatever you want inside. And yet, this feature can be trivially created using what I'm pretty sure are all officially-supported LabVIEW features: This is nothing specific to VI scripting; that's just what I decided to use for the exam
-
LabVIEW's built-in XNode editing tools are enabled using a license file, rather than a simple INI toggle. Presumably they do this for stronger discouragement from unofficial use, as hacking one's way past that feels a lot more "shady" than just adding a line to a config file. But what about the Linux and Mac versions? They don't have a license manager, so how is XNode development enabled there? One might guess that those features simply aren't compiled into the released builds of those versions, but there is actually precedent to suggest otherwise. VI Scripting used to be similarly restri
-
Buried inside LabVIEW's resource files are several resources with the type "TMPL". They contain information that looks like it could be incredibly helpful in figuring out the structure of many of LabVIEW's internal resources. They're in a binary format, but it's quite trivial to parse, so I quickly put together a tool for loading and viewing them. Template Viewer.zip For more information, see this page, which appears to describe the same format: https://www.mathemaesthetics.com/ResTemplates.html (Change the URL from https to http; the forum won't let me add http links for some reason
-
https://www.pearson.ch/download/media/9780130153623.pdf
(Page 122) Actually, "monnie pleaser" is the 5-2-2-2-5 connector pane. "super monnie pleaser" is the first of the two shown, and the second is "monnie would be pleased-er".
-
Has anyone thought about using LabVIEW with modded Minecraft?
flarn2006 replied to flarn2006's topic in LabVIEW General
Maybe; I've never played Factorio. My question might apply to that too.