Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/13/2020 in all areas

  1. That's not a publically exported API unfortunately. This is an internal function called by the NCConnect(), NCCreateListerer() and NCWaitOnListener() functions when a socket needs to be wrapped into a network refnum. And no, the according APIs with these names that are exported are just stubs that return an error. The real implementation is in non-exported functions too, as someone back in the LabVIEW 4.0 or 5.0 days decided that the Network Manager API should not be exported from the LabVIEW kernel for some reasons. Most probably a left over from the LabVIEW for Mac days when the TCP IP library was an external library implemented with CINs. Rather than just removing the functions from the export table they renamed them internally and all network functionality uses those new names and empty stubs returning "Manager Call not Supported" status were exported instead.
    1 point
  2. I just set the display for my controls to something like "%#pHz". The %p sets the display mode to SI Notation, which uses the prefix.
    1 point
×
×
  • Create New...

Important Information

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