DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Channel Properties Not Correct After Appending Data to Channel

I am using the following fuction to create and append data to a channel group:

 

Call ArrayToChannels(array, array_names,False, False)


The data appends to each channel correctly.  However, once the channel is appended with the new data, the channel properties are NOT updated.  Specifically, the channel max/min properties are not correct if the appended data would have changed one of those values.  Looking at the data channel shows the values are outside of the min/max property values of the channel.  This is problematic.  Is there a way to make the channel properties refresh?

 

Thanks.

 

 

diadem_channel_prop_error.jpg

 

0 Kudos
Message 1 of 2
(4,534 Views)

Update a single channel:

Call ChnCharacter("[3]/Res_Noise_1")

 or all of them

Call ChnCharacterAll()

 you can also find it in the context menue if you right klick on a channel in portal.

0 Kudos
Message 2 of 2
(4,514 Views)