Tyill / SVisual

Monitoring and record(save) of data for Arduino and STM32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Virtual Channels often stuttering

Canonius opened this issue · 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

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

image

image
image
image
The "real channels" are fine

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

Thank you very much!

added graphics option

ScreenRecorderProject2.mp4