LVMakerHub / LINX

LabVIEW Community Edition LINX
Other
110 stars 114 forks source link

Enum Strings[] property node in "Get <Peripheral> Channel Name" vis fails on RT #2

Closed samkristoff closed 11 years ago

samkristoff commented 11 years ago

Replace "Get Channel Name" VIs (myRIO.lvlib/Utilities) with a string array lookup or something else to remove the property node.

This technically works on RT but not when the FP is not available. The enum control is probably getting compiled out and therefore cannot be used.

samkristoff commented 11 years ago

Fixed in commit b6a77d6cf063c6d97d4063e0b63873fe280f6ad0 updated myRIO channel names to come from string arrays instead of via type def property node.