Cher,
Il y a un problème avec le moniteur "ASCOM_Cloudwatcher_Observingconditions".
Le programme serveur sous-jacent n'est pas fermé lorsqu'il est déconnecté. Cela pose des problèmes par la suite si nous voulons nous reconnecter et obtenir des données.
Est-ce que PRISM ou Cloudwatcher lui-même devraient le fermer correctement ?
Le matériel est connecté et tout fonctionne. Le programme serveur est ouvert.
Le matériel est prisme déconnecté mais le programme serveur sous-jacent est toujours ouvert.
Prism est complètement fermé et le programme serveur est toujours ouvert.
Celui-ci devrait être fermé.
Cela peut-il être résolu?
Merci
Error ASCOM_Cloudwatcher_ObservingConditions
-
- Messages : 173
- Enregistré le : 04 mars 2021, 15:23
-
- Messages : 4554
- Enregistré le : 18 juin 2009, 22:41
- Localisation : 42
Re: Error ASCOM_Cloudwatcher_ObservingConditions
C'est pas Prism qui peut fermer cette fenetre, prism ferme l'instance d'un client sur un serveur..
La fenetre qui tient le programme est geré par le programme lui meme.
Donc contacter l'auteur du programme utilisé.
La fenetre qui tient le programme est geré par le programme lui meme.
Donc contacter l'auteur du programme utilisé.
Cyril Cavadore, ALCOR-SYSTEM, Auteur de PRISM
http://www.alcor-system.com
Pour reporter vos problème, la marche à suivre est ici
viewtopic.php?f=7&t=1403
http://www.alcor-system.com
Pour reporter vos problème, la marche à suivre est ici
viewtopic.php?f=7&t=1403
-
- Messages : 173
- Enregistré le : 04 mars 2021, 15:23
Re: Error ASCOM_Cloudwatcher_ObservingConditions
D'accord, merci beaucoup.
-
- Messages : 173
- Enregistré le : 04 mars 2021, 15:23
Re: Error ASCOM_Cloudwatcher_ObservingConditions
The problem still remains for the moment. So i have made a small python script that will kill the ASCOM Cloudwatcher before establishing a new connection with the equipment.
So in the beginning of my PRISM script, it will run this:
CLOSE_TELESCOPE_DEVICES --> To not have interference with my equipment when it would be connected.
DelayBlock 2000
ExecExternal "C:\OBSDATA_OBS1\CANAOP\BAT_FILES\Cloudwatcher_Check_py.bat" "" --> Small python script.
Delayblock 5000
So in the beginning of my PRISM script, it will run this:
CLOSE_TELESCOPE_DEVICES --> To not have interference with my equipment when it would be connected.
DelayBlock 2000
ExecExternal "C:\OBSDATA_OBS1\CANAOP\BAT_FILES\Cloudwatcher_Check_py.bat" "" --> Small python script.
Delayblock 5000