Back to FabImage Library website
You are here: Start » Function Reference » Hardware Support » XSight » XSight_GetOutputPulseConfiguration
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Gets output pulse configuration.
Syntax
void fil::XSight_GetOutputPulseConfiguration ( XSight_State& ioState, ftl::Optional<int> inDeviceIndex, int inPort, ftl::int64& outDelay, ftl::int64& outWidth, ftl::int64& outCycle, ftl::int64& outCount, int& outSource )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
ioState | XSight_State& | Object used to maintain state of the function. | ||
![]() |
inDeviceIndex | Optional<int> | 0 - ![]() |
NIL | Device identifying number. |
![]() |
inPort | int | 1 - 16 | 1 | Output port description number. |
![]() |
outDelay | int64& | Output delay in us unit. | ||
![]() |
outWidth | int64& | Pulse width in us unit. | ||
![]() |
outCycle | int64& | Pulse cycle in us unit. | ||
![]() |
outCount | int64& | |||
![]() |
outSource | int& | Source index depends on port operation mode |
Remarks
Device identification
inDeviceIndex can be used to pick one of multiple devices connected to the computer. inDeviceIndex can be set to:
- Device Index - X-Sight I/O device identifying internal index.
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 X-Sight SDK.
Add DLL path to system environment variable is required.
Recommended Runtime version for FabImage Studio usage is 1.0.0.
Invoking I/O port filters who force specifics behaviour (for example, set output level) may also change I/O mode to fitted.