CaltechOpticalObservatories / NGPS

NGPS Software
3 stars 0 forks source link

put on slit not working #201

Open astronomerdave opened 6 days ago

astronomerdave commented 6 days ago

here,

  long Interface::get_acam_guide_state( bool &is_guiding ) {
    std::string function = "Slicecam::Interface::get_acam_guide_state";
    std::stringstream message;
    long error = NO_ERROR;
    std::string retstring;

    // If not connected to acamd then try to connect to the daemon.
    // If there's an error in doing this then assume acamd is not even
    // running, in which case the guiding cannot be running.
    //
    error = this->acamd.is_connected(retstring);

acamd is not connected, see log:

2024-11-17T10:41:35.974  (Slicecam::Server::doit) received command on fd 18 (95): putonslit 114.2793041 61.2683870 114.2718765 61.2738363
2024-11-17T10:41:35.974  (Common::DaemonClient::is_connected) acamd is not connected
chazshapiro commented 4 days ago

I thought this was s fluke?

astronomerdave commented 4 days ago

Possibly, but I adding this issue when it first came up. I don't want to remove the issue until I've tested it further.