
Tripmeister
Members-
Content Count
4 -
Joined
-
Last visited
Community Reputation
0About Tripmeister
-
Rank
LAVA groupie
LabVIEW Information
-
Version
LabVIEW 2015
-
Since
2013
Recent Profile Visitors
637 profile views
-
Maybe this sums it up better: I want to create a tool similar to the context help using LabVIEW.
- 2 replies
-
- vi scripting
- blockdiagram
-
(and 1 more)
Tagged with:
-
Hi everyone, I would like to program some little extra functionality to the Blockdiagram Editor. In detail I want to write a tool, that allows me to drag a node over a wire and then automatically inserts it to the wire if it fits (e.g. drag a subVI into an error-wire). I guess I know/can figure out how to write that functionality using VI scripting, but I'm not sure how to implement it to run whenever I edit a VI. My first approach is to write a simple scripting-VI, that I will run whenever I need the functionality (or just place the exe in autostart). This VI will obtain the referen
- 2 replies
-
- vi scripting
- blockdiagram
-
(and 1 more)
Tagged with:
-
xnode Use scripting on FPGA Interface Read/Write control
Tripmeister replied to Tripmeister's topic in VI Scripting
I found some more ressources on xnodes in general, and they seem to be documented pretty badly. Can anyone tell me if there is a general way to change a propertynode-styled xnodes selected properties (same as pulling bottom of symbol down)? Or does the xnode needs to support this operation with its own "abilities"?- 3 replies
-
- fpga interface
- fpga
-
(and 2 more)
Tagged with:
-
Hey guys, I'm trying to do some scripting on a Realtime-VI wich uses the FPGA Interface "Read/Write Control". I open a Reference to a VI containing a Read/Write Control, and when scrolling through the BD-Objects I find it with the class-name "nirviReadWriteControl". I used the "to more specific class"-VI to check wich class i can cast it to, and i tracked it down to be child of the GObject->Node Class. But i can't cast it to any of the childs offered in the class specifier constant. I also found out, that the "nirviReadWriteControl" is a xnode. I have never worked with those, is ther
- 3 replies
-
- fpga interface
- fpga
-
(and 2 more)
Tagged with: