-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RightAscensionRate on .NET simulator #64
Comments
Hi Bob, Is this the issue that I worked on with Patrick Wallace's help last month? I thought that I had fixed it for all mount alignments in this updated Platform (not yet in a GitHub release): https://ascomtalk.groups.io/g/Developer/message/6145 . Best wishes, Peter |
After installing the new Simulator, sorry to report, no. The RA decreases when given a positive RightAscensionRate. I tested with simple equatorial and GEM on both sides of the meridian, so it is a simple sign reversal somewhere. I think this new simulator solution must be on a branch because I can't see the new one here. Here is a small script that will show this. to run it
ALSOThe new simulator enters an endless loop when launched on Windows 7. No problems on Windows 10 or 11 with just the simulator modules running on the production Platform. I used my W7 system as the guinea pig for the beta platform. Then I copied the simulator modules over to my W10 and W11 systems without updating the Platforms on those systems. |
…ositive rate offsets result in increasing RA and Dec values and vice versa. Tested with polar, German polar and alt/az mount alignments, all four side of pier quadrants and locations in northern and southern hemispheres.
Hi Bob, Thanks for raising the issue and for the test script, it looks like this issue has been there since day 1 of the .NET simulator. I've applied the necessary sign fixes and tested with polar, German polar and AltAz alignment modes, all four SideOfPier quadrants (for German mounts) and northern and southern hemisphere latitudes. All now seems good here. Please can you let me know if you also think this is fixed? https://download.ascom-standards.org/beta/AscomPlatform662beta.3672.exe BTW, the changes are committed to the develop branch rather than release branch at the moment. Many thanks, Peter |
The most recent .3677 Platform fixes this and additional problems. Closing this one, thank you! |
With Sidereal tracking active (Tracking = True) if you set RightAscensionRate to 30, the TelescopeSimulator.NET shows RA decreasing and much too slowly. Doing the same on the original (Jon Brewster) VB6 Simulator responds as expected, changing the RA by 30 (sidereal) seconds per (sidereal) second. Both RightAscensionRate and DeclinationRate should be validated in the .NET simulator for all three AlignmentModes.
The text was updated successfully, but these errors were encountered: