SVisual icon indicating copy to clipboard operation
SVisual copied to clipboard

Virtual Channels often stuttering

Open Canonius opened this issue 2 years ago • 6 comments

Hello Alex, i see often the issue, that the virtual channels are stuttering. It looks like the values are not forwarded or something like that because the real channels are fine.

I use the latest version

Script was used: `CH15_time = getTimeValue("TC2CAN","CH15_Temperature"); CH16_time = getTimeValue("TC2CAN","CH16_Temperature"); CH17_time = getTimeValue("TC2CAN","CH17_Temperature");

CH15_val = getFloatValue("TC2CAN","CH15_Temperature"); CH16_val = getFloatValue("TC2CAN","CH16_Temperature"); CH17_val = getFloatValue("TC2CAN","CH17_Temperature");

setFloatValue("W_SW_A_P4.3_CH15",CH15_val,CH15_time); setFloatValue("W_SW_B_P4.4_CH16",CH16_val,CH16_time); setFloatValue("W_SW_C_P5.1_CH17",CH17_val,CH17_time);`

image

Canonius avatar Nov 23 '23 10:11 Canonius

It seems that only the "DOTS" are not connected, but the DATA is there

image

Canonius avatar Nov 24 '23 08:11 Canonius

image image image The "real channels" are fine

Canonius avatar Nov 24 '23 08:11 Canonius

Hello. Ok, I'll take a look at the weekend

Tyill avatar Nov 24 '23 10:11 Tyill

Thank you very much!

Canonius avatar Nov 24 '23 12:11 Canonius

added graphics option

https://github.com/Tyill/SVisual/assets/16229799/7ef9d442-b64b-4ae2-ab20-6cfe8bc58142

Tyill avatar Nov 25 '23 15:11 Tyill

corrected a small
https://github.com/Tyill/SVisual/releases/tag/1.2.1.3

Tyill avatar Nov 28 '23 20:11 Tyill