|
static nai_status_t | Run_LVDTBasicMenu (int32_t cardIndex, int32_t module, uint32_t modId) |
| Run_LVDTBasicMenu illustrates the channel configuration and prepares the menu which will handle user command requests. Returns NAI_TRUE if the user enters the Quit Command at any point within its scope.
|
|
static void | LVDTBasicMenu_displayOperation (int32_t cardIndex, int32_t module, uint32_t modId) |
| LVDTBasicMenu_displayOperation illustrates the methods to call in the naibrd library to retrieve the basic operation status of the lvdt reading for all channels. Items: GetPosition GetRefFreq GetRefVoltage GetSigVoltage GetLatch.
|
|
static void | LVDTBasicMenu_displayMeasurements (int32_t cardIndex, int32_t module, uint32_t modId) |
| LVDTBasicMenu_displayMeasurements illustrates the methods to call in the naibrd library to retrieve the basic operation configuration states and status states as well as the current lvdt reading for all channels.
|
|
static void | LVDTBasicMenu_displayMode (naibrd_lvdt_format_t mode) |
| LVDTBasicMenu_displayMode prints mode value.
|
|
static void | LVDTBasicMenu_LL2_displayMeasurements (int32_t cardIndex, int32_t module, uint32_t modId) |
| LVDTBasicMenu_LL2_displayMeasurements illustrates the methods to call in the naibrd library to retrieve the basic operation configuration states and status states as well as the current lvdt reading for all channels. This function is used for LL2 modules only.
|
|
static nai_status_t | LVDTBasicMenu_Operation (int32_t paramCount, int32_t *p_params) |
|
static nai_status_t | LVDTBasicMenu_Configuration (int32_t paramCount, int32_t *p_params) |
|
static nai_status_t | LVDTBasicMenu_Status (int32_t paramCount, int32_t *p_params) |
|
static nai_status_t | LVDTBasicMenu_Test (int32_t paramCount, int32_t *p_params) |
|
static nai_status_t | LVDTBasicMenu_FloatingPoint (int32_t paramCount, int32_t *p_params) |
|
static nai_status_t | LVDTBasicMenu_Hex (int32_t paramCount, int32_t *p_params) |
|
static nai_status_t | Configure_LVDT_ModulePowerResetMenu (int32_t paramCount, int32_t *p_params) |
| Configure_LVDT_ModulePowerResetMenu displays the menu for module power reset commands.
|
|
static nai_status_t | Configure_LVDT_ClearModulePowerResetStatus (int32_t paramCount, int32_t *p_params) |
| Configure_LVDT_ClearModulePowerResetStatus handles the user request to clear the module power reset status and calls the method in the naibrd library to clear the module power reset status. The user is prompted for the module power reset status type to clear.
|
|
static nai_status_t | Configure_LVDT_SetModulePowerReset (int32_t paramCount, int32_t *p_params) |
| Configure_LVDT_SetModulePowerReset handles the user request to set the module power reset request and calls the method in the naibrd library to set the module power reset request. The user is prompted for the module power reset request type to set, and then the user is prompted to set or reset the request bit.
|
|
static nai_status_t | LVDTBasicMenu_LL2_Configuration (int32_t paramCount, int32_t *p_params) |
|
static nai_status_t | LVDTBasicMenu_LL2_Status (int32_t paramCount, int32_t *p_params) |
|
static nai_status_t | LVDT_Operation_SetLatch (int32_t paramCount, int32_t *p_params) |
|
static nai_status_t | LVDT_Config_SetMode (int32_t paramCount, int32_t *p_params) |
|
static nai_status_t | LVDT_Config_SetChanStatEnb (int32_t paramCount, int32_t *p_params) |
|
static nai_status_t | LVDT_Config_SetSigLossThreshold (int32_t paramCount, int32_t *p_params) |
|
static nai_status_t | LVDT_Config_SetRefLossThreshold (int32_t paramCount, int32_t *p_params) |
|
static nai_status_t | LVDT_Config_SetSigHiThreshold (int32_t paramCount, int32_t *p_params) |
|
static nai_status_t | LVDT_Config_SetRefHiThreshold (int32_t paramCount, int32_t *p_params) |
|
static nai_status_t | LVDT_Config_SetOpenThreshold (int32_t paramCount, int32_t *p_params) |
|
static nai_status_t | LVDT_Config_SetShortThreshold (int32_t paramCount, int32_t *p_params) |
|
static nai_status_t | LVDT_Config_SetSignalInversion (int32_t paramCount, int32_t *p_params) |
|
static nai_status_t | LVDT_Config_SetBandWidth (int32_t paramCount, int32_t *p_params) |
|
static nai_status_t | LVDT_Config_SetBandWidthSelect (int32_t paramCount, int32_t *p_params) |
|
static nai_status_t | LVDT_Config_SetLVDTScale (int32_t paramCount, int32_t *p_params) |
|
static nai_status_t | LVDT_Config_SetTRValue (int32_t paramCount, int32_t *p_params) |
|
static void | LVDTBasicMenu_displayConfigTable (int32_t cardIndex, int32_t module, uint32_t modId) |
| LVDTBasicMenu_displayConfigTable illustrates the methods to call in the naibrd library to retrieve the configuration data of the LVDT for all channels. Items: GetChanMode GetPosition GetRefFreq GetRefVoltage GetSigVoltage GetChannelCount GetChanStatusEnable GetSigLossThreshold GetRefLossThreshold GetBandwidth GetBandwidthSelect GetLVDTScale.
|
|
static nai_status_t | LVDT_Config_LL2_SetSignalInversion (int32_t paramCount, int32_t *p_params) |
|
static void | LVDTBasicMenu_LL2_displayConfigTable (int32_t cardIndex, int32_t module, uint32_t modId) |
| LVDTBasicMenu_LL2_displayConfigTable illustrates the methods to call in the naibrd library to retrieve the configuration data of the LVDT for all channels. Items: GetPosition GetRefFreq GetRefVoltage GetSigVoltage GetChannelCount GetChanStatusEnable GetRefLossThreshold GetBandwidth GetBandwidthSelect.
|
|
static nai_status_t | LVDTStatusMenu_ClearStatus (int32_t paramCount, int32_t *p_params) |
| LVDTStatusMenu_ClearStatus clears the user-specified LVDT status of the user-specified LVDT channel.
|
|
static nai_status_t | LVDTStatusMenu_ClearStatusAllChannels (int32_t paramCount, int32_t *p_params) |
| LVDTStatusMenu_ClearStatusAllChannels clears the user-specified LVDT status of all of the LVDT channels.
|
|
static void | LVDTStatusMenu_displayStatusTable (int32_t cardIndex, int32_t module, uint32_t modId) |
| LVDTStatusMenu_displayStatusTable illustrates the methods to call in the naibrd library to retrieve the basic operation configuration states and status states as well as the current LVDT reading for all channels.
|
|
static nai_status_t | LVDTStatusMenu_LL2_ClearStatus (int32_t paramCount, int32_t *p_params) |
| LVDTStatusMenu_LL2_ClearStatus clears the user-specified LVDT status of the user-specified LVDT channel.
|
|
static nai_status_t | LVDTStatusMenu_LL2_ClearStatusAllChannels (int32_t paramCount, int32_t *p_params) |
| LVDTStatusMenu_LL2_ClearStatusAllChannels clears the user-specified LVDT status of all of the LVDT channels.
|
|
static void | LVDTStatusMenu_LL2_displayStatusTable (int32_t cardIndex, int32_t module, uint32_t modId) |
| LVDTStatusMenu_LL2_displayStatusTable illustrates the methods to call in the naibrd library to retrieve the basic operation configuration states and status states as well as the current LVDT reading for all channels.
|
|
static nai_status_t | LVDTTestMenu_SetTestPosition (int32_t paramCount, int32_t *p_params) |
| LVDTTestMenu_SetTestPosition sets the test position of the LVDT module to the user-specified value.
|
|
static nai_status_t | LVDTTestMenu_SetD0TestEnable (int32_t paramCount, int32_t *p_params) |
| LVDTTestMenu_SetD0TestEnable sets the enabled/disabled state of the D0 Test to the user-specified setting.
|
|
static nai_status_t | LVDTTestMenu_SetD3TestEnable (int32_t paramCount, int32_t *p_params) |
| LVDTTestMenu_SetD3TestEnable sets the enabled/disabled state of the D3 Test to the user-specified setting.
|
|
static nai_status_t | LVDTTestMenu_CheckPowerOnBIT (int32_t paramCount, int32_t *p_params) |
| LVDTTestMenu_CheckPowerOnBIT() Checks to see if the power-on BIT test has been run on the module. If the PBIT test has run, it checks the result of the test and reports it back.
|
|
static void | LVDTTestMenu_displayTestTable (int32_t cardIndex, int32_t module, uint32_t modId) |
| LVDTTestMenu_displayTestTable illustrates the methods to call in the naibrd library to retrieve the basic operation configuration states and test states as well as the current LVDT reading for all channels.
|
|
static void | LVDTTestMenu_LL2_displayTestTable (int32_t cardIndex, int32_t module, uint32_t modId) |
| LVDTTestMenu_LL2_displayTestTable illustrates the methods to call in the naibrd library to retrieve the basic operation configuration states and test states as well as the current LVDT reading for all channels.
|
|
static nai_status_t | LVDT_FloatingPoint_SetFloatingPointMode (int32_t paramCount, int32_t *p_params) |
| This function enables/disables the floating-point hardware conversion mode of the module. Applies to Gen5 modules only.
|
|
static nai_status_t | LVDT_FloatingPoint_SetFloatingPointPositionOffsetA (int32_t paramCount, int32_t *p_params) |
| This function sets the floating-point hardware conversion mode A-Side position offset of the channel specified by the user. Applies to Gen5 modules only. Can only be set when module is in floating-point mode.
|
|
static nai_status_t | LVDT_FloatingPoint_SetFloatingPointPositionScaleA (int32_t paramCount, int32_t *p_params) |
| This function sets the floating-point hardware conversion mode A-Side position scale factor of the channel specified by the user. Applies to Gen5 modules only. Can only be set when module is in floating-point mode.
|
|
static nai_status_t | LVDT_FloatingPoint_SetFloatingPointPositionOffsetB (int32_t paramCount, int32_t *p_params) |
| This function sets the floating-point hardware conversion mode B-side position offset of the channel specified by the user. Applies to Gen5 modules only. Can only be set when module is in floating-point mode.
|
|
static nai_status_t | LVDT_FloatingPoint_SetFloatingPointPositionScaleB (int32_t paramCount, int32_t *p_params) |
| This function sets the floating-point hardware conversion mode B-side position scale factor of the channel specified by the user. Applies to Gen5 modules only. Can only be set when module is in floating-point mode.
|
|
static nai_status_t | LVDT_FloatingPoint_SetFloatingPointVelocityOffsetA (int32_t paramCount, int32_t *p_params) |
| This function sets the floating-point hardware conversion mode A-Side velocity offset of the channel specified by the user. Applies to Gen5 modules only. Can only be set when module is in floating-point mode.
|
|
static nai_status_t | LVDT_FloatingPoint_SetFloatingPointVelocityScaleA (int32_t paramCount, int32_t *p_params) |
| This function sets the floating-point hardware conversion mode A-Side velocity scale factor of the channel specified by the user. Applies to Gen5 modules only. Can only be set when module is in floating-point mode.
|
|
static nai_status_t | LVDT_FloatingPoint_SetFloatingPointVelocityOffsetB (int32_t paramCount, int32_t *p_params) |
| This function sets the floating-point hardware conversion mode B-side velocity offset of the channel specified by the user. Applies to Gen5 modules only. Can only be set when module is in floating-point mode.
|
|
static nai_status_t | LVDT_FloatingPoint_SetFloatingPointVelocityScaleB (int32_t paramCount, int32_t *p_params) |
| This function sets the floating-point hardware conversion mode B-side velocity scale factor of the channel specified by the user. Applies to Gen5 modules only. Can only be set when module is in floating-point mode.
|
|
static void | LVDT_FloatingPoint_displayFloatingPointTable (int32_t cardIndex, int32_t module, uint32_t modId) |
| LVDT_FloatingPoint_displayFloatingPointTable illustrates the methods to call in the naibrd library to retrieve the floating-point attributes data of the LVDT for all channels. Function: naibrd_LVDT_GetFloatingPointPositionAttributes Types: NAIBRD_LVDT_POSITION_OFFSET_A NAIBRD_LVDT_POSITION_SCALE_A NAIBRD_LVDT_POSITION_OFFSET_2WIRE_B NAIBRD_LVDT_POSITION_SCALE_2WIRE_B NAIBRD_LVDT_VELOCITY_OFFSET_A NAIBRD_LVDT_VELOCITY_SCALE_A NAIBRD_LVDT_VELOCITY_OFFSET_2WIRE_B NAIBRD_LVDT_VELOCITY_SCALE_2WIRE_B.
|
|
int32_t | LVDT_BasicOps (void) |
| The purpose of the LVDT_BasicOpsMenu is to illustrate the methods to call in the naibrd library to perform basic operations with the LVDT modules for configuration setup and reading the channels.
|
|