RDDay Posted February 9, 2023 Share Posted February 9, 2023 Hi, I initialize some global values from registry values in the auto start sequence. // setup LabJack I/O drivers include(c:\Program Files(x86)\LabJack\Drivers\LabJackUD.h) using("device.labjack") // set Registry Variables (defaults) global TmpMax = Registry.TmpMax global TmpMin = Registry.TmpMin global VacTimeOn = Registry.VacTimeOn global VacTimeOff = Registry.VacTimeOff While monitoring these values in the watch window, they change when I enter the program. They become the minimum value of the knob component their assigned to for changing. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.