You are here: Start » Filter Reference » Hardware Support » Z4Sight » Z4Sight_RegisterPulse
Module: | ThirdParty |
---|
Registers a pulse in a command list.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inDeviceID | Z4SightSystemAndDeviceIdentifier* | Device identification. | |
![]() |
inCommandList | Integer | 1 - 2 | I/O command list. |
![]() |
inCommandBit | Integer | 0 - 7 | Bit of the command list. |
![]() |
inPulseType | Z4SightPulseType | Type of the pulse to register. | |
![]() |
inReferenceMoment | Long* | Value of counter for which the command is to be registered (in seconds or counts). | |
![]() |
inDelay | Real | 0.0 - ![]() |
Delay from the specified counter value. |
![]() |
inDuration | Real | 0.0 - ![]() |
Duration of the pulse. |
Remarks
I/O device driver software
This filter is intended to cooperate with Zebra 4Sight devices, Zebra Indio I/O Cards and Zebra Concord Frame Grabbers using their vendor SDK. To be able to connect to the device, it is required to install Zebra AIL X SDK (Lite or Full version). Zebra 4Sight industrial PCs usually come with a preinstalled runtime license.
Add DLL path to system environment variable may be required.
Recommended Zebra AIL X SDK version for FabImage Studio usage is V22H1 (10.60.0776).
Device identification
Device field can be used to specify the number (rank) of the target board of the specified system type. Device can be set to:
- DEFAULT - Specifies the default board. The default board is set in the MILConfig utility.
- DEVn - Specifies the device number (rank) of the board (where 0 <= n <=15).
System field can be used to specify the system type. System can be set to:
- HOST - Specifies the default build-in system like IO in industrial PC.
- CONCORD - Specifies the IO system from Concord framegrabber.
- INDIO - Specifies the IO system from Concord IO Card.
This filter allows to register a pulse in one of the command lists. The specified command list must be configured using Z4Sight_ConfigureIOCommandList prior to using this filter.
Complexity Level
This filter is available on Advanced Complexity Level.
Disabled in Lite Edition
See Also
- Z4Sight_ConfigureIOCommandList – Configures an I/O command list.
- Z4Sight_GetCounterReferenceValue – Gets the I/O command list's internal counter value at the current moment.
- Z4Sight_RegisterEdge – Registers an edge in a command list.
- Z4Sight_RegisterImpulse – Registers an impulse in a command list.