×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Scheduler - no display in standard output

  • Posts: 43
  • Thank you received: 2
How is it possible executing this code as a starting procedure, for example, in the Ekos scheduler, none messages are displayed (except the usual schedular message about the start and end of the script and manual starting procedure) , also scripts is excuted in a second, no 5 seconds breaks as coded ?
I checked logs...nothing in ...
Thanks.
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Sun Jun 11 10:16:48 2023
"""
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import time
import sys
print ("Turning on observatory equipment...")
sys.stdout.flush()
 
time.sleep(5)
 
print ("Checking safety switches...")
sys.stdout.flush()
 
time.sleep(5)
 
print ("All systems are GO")
sys.stdout.flush()
10 months 1 week ago #93488

Please Log in or Create an account to join the conversation.

Time to create page: 0.198 seconds