08-02-2025 10:57 PM
I think this question is more about C# + MVVM Framework but, please allow me to post my problem.
I'm trying to understand VeriStand Editor Plugin Examples. Almost working well as expected but, I'm still struggling,
"How to get current value set to the control and path to other controls?"
In the example code, I'd like to
But I'm still looking for a way to access a value which may be internally stored in KeySwitchCotrol instance.
Has anyone tried this?
08-08-2025 08:55 AM
Why not place an additional numeric indicator that binds to the same channel?
I tried to play around with the KeySwitchControl ControlTemplate but couldn't figure out how it works.
I created something based on the PWMControl and could do the same for your use case, but it will be a full customized control with more effort. I don't think it's worth the extra time for something with a reliable workaround.
08-10-2025 08:18 PM
Thank you ZYOng. My "current" goal is, to understand the architecture of the C# project and then, would like to develop various controls.
As you are already aware, this project is too difficult to understand the entire architecture for LabVIEW / VeriStand developer...
Although, I do not want to customize controls on VeriStand workspace, I'd prefer to use new VeriStand UI.
I beliebe this kind of request is necessary not only for me but also for many VeriStand users.