[SCHEDULER-1839]  Scheduled Periodic Autofocus on Comma Decimal Systems
Type Bug
Priority Medium
Severity Trivial
Component Dispatch Scheduler Engine
Fixed In Version [9.09.0
Versions Affected [8.38.3
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 6/24/2021

Description
See this Comm Center post by Ton van Vonderen (part of a thread containing several unrelated issues). There are several issues in here, but one is that the scheduled periodic autofocus feature is n/a on a system with comma decimal point. Maybe add | as a possible alternate separator.

Comments
6/24/2021 2:59:02 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 874
Affected files /trunk/Help/RelNotes.htm (Modified)
/trunk/Scheduler/ConfigForm.cs (Modified)
/trunk/Scheduler/Engine.cs (Modified)
Check-in comment Make periodic auto focus intervals | delimited for Europeans with ',' decimal point. GEM:1839
6/24/2021 2:57:28 PM   Bob Denny
This was a bit of a nightmare since the numbers are stored as numeric strings with delimiters. One rabbit trail identified and backed out of. Now converts the old ',' separated to the new '|' separated automatically.