Difference between revisions of "MotoHawk Blocks:IO Fault Status"

From MotoHawk
Jump to navigationJump to search
(Created page with "=IO Fault Status= This MotoHawk™ block provides access to the fault status for resources that have this generic interface implemented. ==Block ID== IO Fault Status ==Lib...")
 
(Description)
 
Line 15: Line 15:
 
[[Image:IO_Fault_Status.PNG]]
 
[[Image:IO_Fault_Status.PNG]]
  
The "Name" parameter can be empty. If it is, then the Name is inherited from the resource selected. The output port will report 1 of 3 values: 0 = OK 1 = Fault 2 = Indeterminate "motohawk_fault_status_enum" is a script that returns a cell array with that enumeration. It can be used in the Enumeration field of a probe to decode the return value of this block. Use this block in combination with the [FaultStatusGet.html I/O Fault Status Get] block if the definition of the Fault Status needs to be separated from the accessor.
+
The "Name" parameter can be empty. If it is, then the Name is inherited from the resource selected. The output port will report 1 of 3 values: 0 = OK 1 = Fault 2 = Indeterminate "motohawk_fault_status_enum" is a script that returns a cell array with that enumeration. It can be used in the Enumeration field of a probe to decode the return value of this block. Use this block in combination with the [http://mcs.woodward.com/content/motohawk/Documentation/CurrentVersion/HTML/MotoHawk_lib_Blocks/FaultStatusGet.html I/O Fault Status Get] block if the definition of the Fault Status needs to be separated from the accessor.
  
 
==Block Parameters==
 
==Block Parameters==

Latest revision as of 18:37, 10 September 2012

IO Fault Status

This MotoHawk™ block provides access to the fault status for resources that have this generic interface implemented.

Block ID

IO Fault Status

Library

MotoHawk_lib/Diagnostic Blocks

Description

IO Fault Status.PNG

The "Name" parameter can be empty. If it is, then the Name is inherited from the resource selected. The output port will report 1 of 3 values: 0 = OK 1 = Fault 2 = Indeterminate "motohawk_fault_status_enum" is a script that returns a cell array with that enumeration. It can be used in the Enumeration field of a probe to decode the return value of this block. Use this block in combination with the I/O Fault Status Get block if the definition of the Fault Status needs to be separated from the accessor.

Block Parameters

Parameter Field Values Comments/Description
Name Alpha-numeric text, single-quote enclosed. Provide the block name for reference. No special characters, such as spaces, dashes, commas (underscore allowed).
Resource Drop-down list Select resource from available resources listed.
Show Ports Check box (enable) Display block output port for use in model.