Code: Select all
Log.OK("All is working well")
Log.Error("Cannot save image")Code: Select all
02:48:12.310 SCRIPT All is working well
02:48:12.316 SCRIPT ********** ERROR *********** Cannot save image
The filename for a given night is (for example): "2025_09_25-26.txt" which means that it's the night between 25 and 26 September. The next one will be: "2025_09_26-27.txt" and so on. Every file starts and ends at noon.
One event is written per row, the format of each row is: Time , Device , Message. For example:
Code: Select all
02:48:12.310 SCRIPT All is working well
02:49:49.647 CAMERA Image downloaded OK
02:49:51.184 TELESCOPE Goto 18 03 41 -24 23
02:49:56.771 CAMERA Binning mode 2
Errors are highlighted with: ********** ERROR *********** after the Device name, before the Message.