-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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);`
Metadata
Metadata
Assignees
Labels
No labels
