Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/03/2018 in all areas

  1. If anyone is interested in finding incorrectly connected Constructors automatically, here is a VI that will do that for you: It's not very fast, but it does its job. The result is a list of VIs with the total number of Constructor Nodes found and the number of Constructor Nodes where the first terminal ("new reference") isn't connected. This is an indirect solution because the offending terminal officially doesn't exist (not accessible via scripting).
    1 point
  2. Thanks for reporting @_Mike_ Turns out the terminal adjusts to the object type (object or enum). In your case the Constructor is for an enum type, so it actually returns an enum instead of a reference. Here is another example: This is the corresponding definition according to Visual Studio: Very interesting behavior indeed.
    1 point
  3. I can also report similar behavior. What is more - by complete random choice of constructor - I have got a I32 output rather than reference.
    1 point
  4. Two years later...I found another way to handle this which is to put a clear functions command in a MATLAB Script Node at the start of the VI. This will force a recompile of the externally-edited .m file.
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.