From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I Programmatically Change the Active Group on a Hypertrend in DSC?

Solved!
Go to solution

I would like to know how to programmatically change the active group of a hypertrend in Labview DSC.  I saw a link which said it can be done in Lookout.  But in the DSC module, the active group is read only.

 

I know of a hard way to do it.  I could save the hypertrend settings as xmlSettings to a temporary file.  The active group is one of the settings.  I could then change the active group in this text file to point to the new group and then reload the settings.  But this is not a clean way of dong it.

 

Anyone know if there is a easy way?

 

 

 

0 Kudos
Message 1 of 2
(2,036 Views)
Solution
Accepted by topic author mz

 

I found a way to do it but its not very clean.  I dont know why there is not a function to change the current group.

 

Here is how I did it.

 

hypertrend group code.JPG

0 Kudos
Message 2 of 2
(2,028 Views)