Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/27/2024 in all areas

  1. Oh yeah it sucks. I do what I can, I contact the admin when there are issues I can't resolve. I appreciate your patients.
    1 point
  2. Christina's new post reminded me of a question I had: The Create Accessor dialog automatically uses "Read" and "Write" in the VI names - is there any way to make this default to "Get" and "Set" instead? Jaegen
    1 point
  3. QUOTE(Robbie Gehbauer @ Sep 7 2007, 06:54 AM) Awesome! :thumbup: Note that you also have to switch the Global to Edit Mode first (Operate >> Change to Edit Mode) before you can do Make Current Value Default.
    1 point
  4. Yes, you can change this to Get/Set. I pull those strings from the global CLSUIP_LocalizedStrings.vi. So, you can just change those two strings by opening <labview>\resource\Framework\Providers\LVClassLibrary\NewAccessors\CLSUIP_LocalizedStrings.vi and changing "Read %s.vi" to "Get %s.vi" and "Write %s.vi" to "Set %s.vi". Then don't forget to pop up on each and select Data Operations>>Make Current Value Default. Save and close the VI and you're good to go! You don't even have to restart LabVIEW. And FYI...if you reinstall or have a new installation, you'll have to repeat this procedure.
    1 point
  5. QUOTE(jaegen @ Sep 6 2007, 09:19 AM) I had exactly the same thought the first time I used the Create Accessor dialog. Typically I use the Read/Write semantics to refer to some kind of data transfer (to/from instruments, files, maybe even queues, etc.). When I'm just changing the value of a piece of private class data, I think Get/Set.
    1 point
×
×
  • Create New...

Important Information

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