How to sample every 1 minute in TSDB?

good morning, I would like to know if it is possible to adjust the sample size of the dataloger type tsdb, if so how do I adjust? I would like to take a sample every 1m rather than a 100ms

Sorry for the delay. I have been given this work-around for the problem you describe: - change the datalogger type to Database - set the sampling interval to 60,000 ms - change the datalogger type to TSDB You should also review the other database parameters and set those to suitable values before changing the datalogger type back to TSDB. I currently have no information on why some parameters are disabled for datalogger type TSDB in PLCnext Engineer.

good morning thank you very much