Adapter - Promag Wiegand
This page describes version 2.0.5 of the adapter.
Overview
This adapter is used to connect to a Promag WEC-200 Ethernet to wiegand converter device. The device can be used for integration of wiegand devices into network based access control systems for visitor management, access control or other applications.
The adapter supports wiegand bit formats 26, 33, 37 and one custom format. Wiegand bit format 37 only supports card code information
The Promag device requires a special software application called "Tibbo DS Manger" to configure network and connection settings (see below). The application can be downloaded from www.tibbo.com.
Network Settings
*Assign an IP Address and Port Number
Registration at dDNS Server: 0-Disabled
Auto-registration on Link Server: 0-Disabled
PPPoE mode: 0-Disabled
Connection Settings
Connection timeout (min): 5
Transport protocol: 1-TCP
Link Service Login: 0-Disabled
Inband Commands: 0-Disabled
Data Login: 0-Disabled
Accept connection from: 1-IP matching destination address
Destination IP-Address: IP-Address of UIP Server
Serial port
Serial interface: 2-Automatic
RTS/CTS flow control: 0-Disabled or remote
Properties
Name | Display | Is Required | Comments | Type | Default Value | Maximum Value | Minimum Value | Maximum Length | Minimum Length |
---|---|---|---|---|---|---|---|---|---|
deviceAddress | Promag WEC-200 device address | True | The host address to connect to the PromagWec200 device. | string | 1024 | 1 | |||
devicePort | Promag WEC0-200 device port | True | The port to connect to the Promag WEC-200 device. | integer | 1001 | 65535 | 1 | ||
customNumberOfBits | Custom - Number of Bits | False | The number of custom wiegan bits. | integer | 26 | 65535 | 1 | ||
customEvenParityBitCount | Custom - Even Parity Bit Count | False | The number of even parity bits for the custom format. | integer | 12 | 65535 | 1 | ||
customEvenParityStart | Custom - Even Parity Start | False | The index to start even parity checking for the custom format. | integer | 1 | 65535 | 1 | ||
customOddParityBitCount | Custom - Odd Parity Bit Count | False | The number of odd parity bits for the custom format. | integer | 12 | 65535 | 1 | ||
customOddParityStart | Custom - Odd Parity Start | False | The index to start odd parity checking for the custom format. | integer | 13 | 65535 | 1 | ||
customFacilityCodeBitCount | Custom - Facility Code Bit Count | False | The facility code bit count for the custom format. | integer | 8 | 65535 | 1 | ||
customFacilityCodeStart | Custom - Facility Code Start | False | The starting index of the facility code for the custom format. | integer | 1 | 65535 | 1 | ||
customCardCodeBitCount | Custom - Card Code Bit Count | False | The card code bit count for the custom format. | integer | 16 | 65535 | 1 | ||
customCardCodeStart | Custom - Card Code Start | False | The starting index of the card code for the custom format. | integer | 9 | 65535 | 1 |
Commands
Send Wiegand Data (sendWiegandData)
Sends Wiegand formatted data out the Promag device.
Request Properties
Name | Display | Description | Is Required | Type |
---|---|---|---|---|
wiegandFormat | Wiegand Protocol Bit Format | The Wiegand protocol bit format to use for sending data (26, 33, 37 or Custom). | True | string |
siteValue | Facility Code | The facility code value to send. | True | string |
cardValue | Card Code | The card identification (ID) value to encode. | True | string |
Release History
Version | Type | Description | Tracking # | Date |
---|---|---|---|---|
2.0.1 | Initial | First release in the Adapter Type store. | ||
2.0.3 | Maintenance | Updated third-party components and improved maintainability. | NAP-11518 | |
2.0.4 | Maintenance | Updated third-party components and improved maintainability. | NAP-23945 | 2022-11-30 |
2.0.5 | Maintenance | Updated third-party components and improved maintainability. | NAP-27635 | 2024-07-31 |