Back to FabImage Library website
You are here: Start » Function Reference » Hardware Support » AdvantechUNO » AdvantechUNO_GetUserData
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Gets the user data space.
Syntax
void fil::AdvantechUNO_GetUserData
(
AdvantechUNO_State& ioState,
fil::ByteBuffer& outUserSpace1Data,
fil::ByteBuffer& outUserSpace2Data
)
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
ioState | AdvantechUNO_State& | Object used to maintain state of the function. | |
![]() |
outUserSpace1Data | ByteBuffer& | User space 1 data. | |
![]() |
outUserSpace2Data | ByteBuffer& | User space 2 data. |
Remarks
I/O device driver software
This filter is intended to cooperate with an Advantech UNO series device using its vendor SDK. To be able to connect to the device, it is required to install PlatformSDK and device drivers.
Add DLL path to system environment variable may be required.
Recommended PlatformSDK version for FabImage Studio usage is V1.02.003 (1.2.3).
PlatformSDK can be downloaded from the following website: https://www.advantech.com/en-eu/search/?q=PlatformSDK&st=support.
See Also
- AdvantechUNO_SetUserData – Sets the user data space.
- AdvantechUNO_LockUserData – Locks the user data space.
- AdvantechUNO_UnlockUserData – Unlocks the user data space.