In administrator – Instances – Server – Saving parameters, you can choose the save interval for minute data.
The options available options can be as low as per 30s.
in the project folder, you edit the following file,
Instances/Default/ScadaServer/Config/ScadaServerSvcConfig.xml
change the following line
<Param name=”WriteMinPer” value=”60″ descr=”Minute data writing period, sec” />
fill in value=”1″.
It will save data in ArchiveDAT/Min folder per 1 second on my test.
But be very careful, I am not sure if there will be any negative impact.
I suspect it can slow down or even crash the server when you download minute report or plot chars.