Jump to content

Marshall Eubanks

Members
  • Posts

    1
  • Joined

  • Last visited

LabVIEW Information

  • Version
    LabVIEW 2018
  • Since
    2017

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Marshall Eubanks's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I'm trying to figure out the best way to retain data across Quick Drop plugin calls (or between Quick Drop plugin functions). So, I have essentially a global variable which I can prompt the user for the first time, or set/change from a separate command. This would allow be a convenient middle ground between hard-coding the data (thus requiring changing the actual plugin code), or prompting the user every single time. This doesn't seem to work with global variables, or named queues. What's the simplest way to accomplish this? I'm sure I can go outside LabVIEW and save to disk, or the Windows registry or something like that, but I'm looking for a way to accomplish this within LabVIEW.
×
×
  • Create New...

Important Information

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