LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Share Your Input: The Next LabVIEW Feature to Go Open Source

If tantalizing abandoned NI projects are on the table, the LVFPGA Advanced Session Resources would get my vote.

0 Kudos
Message 11 of 15
(215 Views)

Let's make NXG open source.  Couldn't hurt.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 12 of 15
(197 Views)

Make the documentation of VI's open source. Periodically I think that some information is missing in the VI's documentation.

I would like to see a repo, where one could create a pull request for VI documentation.

 

E.g.

To more specific class:

VI Doc: 

Typecasts a reference, such as a control or a type definition, to a more specific class or interface in the inheritance hierarchy.

Returns the input's default value when an invalid type cast occurs.

 

Html Doc:

 

... 

 

For example, if Class A inherits from Class B, a variable of type B can hold a value of type A. You can use the function to downcast from type B to type A. If the typecast is invalid, this function returns an error at run time and an instance of the input's default value.

 

...

 

The pull request could then be peer reviewed for mistakes or different optimizations.

Actor Framework
Message 13 of 15
(153 Views)

@Quiztus2 wrote:

Make the documentation of VI's open source. Periodically I think that some information is missing in the VI's documentation.

I would like to see a repo, where one could create a pull request for VI documentation.


That's the out-of-the-box thinking we need around here. My mind has just been thinking about code. Documentation is a great thing that the community could really help with.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 14 of 15
(149 Views)

@Quiztus2 wrote:

Make the documentation of VI's open source. Periodically I think that some information is missing in the VI's documentation.

I would like to see a repo, where one could create a pull request for VI documentation.

 

E.g.

To more specific class:

VI Doc: 

Typecasts a reference, such as a control or a type definition, to a more specific class or interface in the inheritance hierarchy.

Returns the input's default value when an invalid type cast occurs.

 

Html Doc:

 

... 

 

For example, if Class A inherits from Class B, a variable of type B can hold a value of type A. You can use the function to downcast from type B to type A. If the typecast is invalid, this function returns an error at run time and an instance of the input's default value.

 

...

 

The pull request could then be peer reviewed for mistakes or different optimizations.


Dang that's a good one!

0 Kudos
Message 15 of 15
(95 Views)