Event Log Query End

This MotoHawk™ block is part of the Logging Blockset and allows an existing query to be ended. The query ends and its resources freed, which can then be used by a new query instance.

Block ID

Event Log Query End

Library

motohawk_logging_lib

Description

Overview

This MotoHawk™ block is part of the Logging Blockset and allows an existing query to be ended. The query ends and its resources freed, which can then be used by a new query instance.

Output Ports

Status (uint8)

A staus of [1](Log - OK) indicates that the query was ended.

A status of two or more indicates that the query was not ended because of an error. The value indicates the type of error.

An error of [12](Log - Fail Busy) is returned when a previous query is still underway. It is not yet in a state that will allow it to be ended. Try again later.

An error of [10]](Log - Bad Handle) is returned when an attempt is made to end a query that has not yet been initiated or that has already been ended.

Block Parameters

Parameter Field Values Comments/Description
Query Name Single quote enclosed c-legal alpha-numeric text The name of the query that is to be freed.

The name is assigned by the Event Log Query Initiate block.