Hello Manel, since we don’t support variable groups, you have to create 2 sessions, each of which logs one of the groups. Please create 2 configuration files for 2 sessions. Thanks & Best Regards Eduard
Hi Eduard, Now I have 3 sessions running, one for each “variable group”, and it is ok for me, but I have one more question about Datalogger RT: When PLC starts (any kind of start) Datalogger always stores variable values (my sessions are configured as data change) exactly at this moment, but my variable values (retain values) don’t change. I’m trying to store values at an exact moment by copying a value to my stored variable when it interests me. Is it possible to bypass this first storage when PLC starts? Thanks, Manel
Hello Manel The trigger for the variable data storage is the task cyclic interval. If you define an event task (with variable groups) and start it in your program (in a cyclic task), you can also trigger the time of the variable data storage. Maybe it’s a possible solution. Best Regards Eduard