A question about telecommand

Forum Home Forums Uncategorized Issues A question about telecommand

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12621
    Zeus
    Participant

    Hi
    I found a new parameter RecursionLevel in telecommand.
    What is the purpose of this parameter

    #12622
    Zeus
    Participant

    When i send a command the commandResult.IsSuccessful is true
    But The received command is ignored, because its recursion level is higher than 10

    #12626
    Mikhail
    Moderator

    Hi,

    RecursionLevel is used by Auto Control module to avoid infinite command loop.
    When the module processes incoming commands by command triggers, it ignores commands having RecursionLevel > 10.
    RecursionLevel > 0 for commands that are sent by Auto Control module.
    10 is a constant hardcoded in the module.

    #12662
    Zeus
    Participant

    Hi,
    I see

    • This reply was modified 11 months ago by Zeus.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.