Virtual Channels often stuttering
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);`
It seems that only the "DOTS" are not connected, but the DATA is there
The "real channels" are fine
Hello. Ok, I'll take a look at the weekend
Thank you very much!
added graphics option
https://github.com/Tyill/SVisual/assets/16229799/7ef9d442-b64b-4ae2-ab20-6cfe8bc58142
corrected a small
https://github.com/Tyill/SVisual/releases/tag/1.2.1.3