Back to FabImage Library website
You are here: Start » Function Reference » Hardware Support » Advantech SUSI » AdvantechSUSI_GetThermalProtection
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Gets thermal protection.
Syntax
void fil::AdvantechSUSI_GetThermalProtection ( AdvantechSUSI_State& ioState, int inProtectionZone, fil::AdvantechSUSIBoardTemperatureSensor::Type& outSource, fil::AdvantechSUSITemperatureEvent::Type& outEvent, float& outEventSend, float& outEventClear )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
ioState | AdvantechSUSI_State& | Object used to maintain state of the function. | ||
![]() |
inProtectionZone | int | 0 - 3 | ||
![]() |
outSource | AdvantechSUSIBoardTemperatureSensor::Type& | |||
![]() |
outEvent | AdvantechSUSITemperatureEvent::Type& | |||
![]() |
outEventSend | float& | Unit is Kelvins. When thermal source goes over this value, SUSI will send event according event. | ||
![]() |
outEventClear | float& | Unit is Kelvins. When thermal source goes below this value, SUSI will clear event according event. |
Remarks
I/O device driver software
This filter is intended to cooperate with a device using its vendor SDK. To be able to connect to a device, it is required to install Advantech SUSI SDK.
Add DLL path to system environment variable is required.
Recommended runtime version for FabImage Studio usage is 4.
Setup low level system functionality e.g. watchdog may still affect the system after the program finished.