Lp1501OnBoardInfo

Represents the On-Board Interface of a Mercury LP1501 Intelligent Controller

Host communication is via the on-board 10-BaseT/100Base-TX Ethernet port. Note: For UL, the Power Sourcing Equipment (PSE) such as a PoE enabled network switch and/or PoE power injectors must be UL Listed under UL294. One physical barrier can be controlled with the LP1501, using single or paired readers. The first reader port can accommodate a read head that utilizes Wiegand, magnetic stripe, or 2-wire RS-485 electrical signaling standards, one or two wire LED controls, and buzzer control (one wire LED mode only). This port can also utilize multiple RS-485 multi-dropped devices, such as up to two readers or up to eight remote serial I/O devices. The second reader port can accommodate a read head that utilizes Wiegand or magnetic stripe signaling, one or two wire LED controls, and buzzer control (one wire LED mode only). Two Form-C contact relay outputs may be used for door strike control or alarm signaling. The relay contacts are rated at 2 A @ 30 Vdc, dry contact configuration. Two inputs are provided for monitoring the door contact, exit push button or alarm contact. The LP1501 requires 12 Vdc for power or Power over Ethernet (PoE). The EP1501 may be mounted in a 3-gang switch box; a mounting plate is supplied with the unit, or may be mounted in an enclosure; the supplied mounting plate has mounting holes that match the MR50 mounting footprint.

Lp1501OnBoardInfo Properties

Item -> BaseInfo -> DownstreamInfo -> MercuryDownstreamInfo -> Lp1501OnBoardInfo

Field Type Inherited from Description
Href String Item Gets or sets the href.
CommonName String BaseInfo Common Name of the resource.The common name of the resource.
ConcurrencyVersion Nullable<Int64> BaseInfo Gets or Set the Version.
InFolderHref String BaseInfo relative path Href value for the containing folderAll objects exist within a folder. Even folders!
InFolderKey String BaseInfo Represents the internal ID of the containing folder
IsGlobal Boolean BaseInfo If set True, the object will be exposed to the entire instance scope in which it resides. Meaning this object will always pass scope wide permissions tests when being queried although other restrictions such as by type will still apply (You need at least Read on the object type to see it regardless where you are in the instance scope). This Attribute is intended for use with AccessLevelInfo objects only. Use with other model objects may cause unexpected behaviors. Particularly this should not be used with ScheduleInfos, HolidayInfos, HolidayDayInfos, or ElevatorAccessLevelInfos. In time more objects will be allowed for use with this attribute but for the time being please only use with AccessLevelInfo Objects.
Key String BaseInfo Represents the internal ID of the object.
Links List<Link> BaseInfo List of related resourcesIt is expected that a resource will have many related resources (i.e. person has many access levels) Consumers of the API are encouraged to iterate through the list of links requesting this additional information as required.
Metadata MetadataItem[] BaseInfo The set of metadata attached to this resourceMetadata is opaque to the server code. Key value pairs are saved as part of a client activity. Users of the Native windows client, are able to design custom forms to display and edit scalar values in the meta data.
Monikers MonikerItem[] BaseInfo the set of Monikers for this object
Notes NoteInfo[] BaseInfo The set of notes attached to this resourceNotes are free form text only that is stored in chronological order. All notes are retrieved as part of an OBJECT get. Notes may be added as one POST but not updated with a PUT of the primary resource. WHen the resource is deleted all the notes are also deleted.
ObjectLinks ObjectLinkItem[] BaseInfo The set of resources that are related to this resourceFrequently resources have a one to one, or one to many relationship with other resources in the system. Use this set of links to discover related resources. 2016/09/29 Href property of the related resource may be null. In which case it’s expected that a set of related objects has already been retrieved by the client and the Key value will be used to index into that set.
Tags String[] BaseInfo the set of tags for this objectTags are used to group objects together for the purposes of selection and assignment of operation rights
DriverNumber Int32 MercuryDownstreamInfo Gets or sets the driver number. All Downstream devices on the same SIO port will share the same driver number.
PanelAddress Int32 MercuryDownstreamInfo Gets or sets the panel address. Downstream Addresses must be unique per SIO port and will need to match their physical dipswitch settings.
SioNumber Int32 MercuryDownstreamInfo Gets or sets the sio number. All Downstream devices on the same Controller must have a unique SIO number.
Status DownstreamStatusItem MercuryDownstreamInfo Gets or sets the status. Returns the device state, ie Online, Power Alarm, or Tamper Active.
TargetBaudRate Int32 MercuryDownstreamInfo Gets or sets the target baud rate. Default 38400, baud rate must match their physical dipswitch settings.
Version String MercuryDownstreamInfo Gets or sets the version. Major Minor Build number of the firmware as reported by the controller.

JSON Structure of Lp1501OnBoardInfo

{
   "Href"	:	"String",
   "CommonName"	:	"String",
   "ConcurrencyVersion"	:	"Nullable\<Int64\>",
   "InFolderHref"	:	"String",
   "InFolderKey"	:	"String",
   "IsGlobal"	:	"Boolean",
   "Key"	:	"String",
   "Links"	:	"List\<[Link](/object-model/link)\>",
   "Metadata"	:	"[MetadataItem](/object-model/metadataitem)[]",
   "Monikers"	:	"[MonikerItem](/object-model/monikeritem)[]",
   "Notes"	:	"[NoteInfo](/object-model/noteinfo)[]",
   "ObjectLinks"	:	"[ObjectLinkItem](/object-model/objectlinkitem)[]",
   "Tags"	:	"String[]",
   "DriverNumber"	:	"Int32",
   "PanelAddress"	:	"Int32",
   "SioNumber"	:	"Int32",
   "Status"	:	"[DownstreamStatusItem](/object-model/downstreamstatusitem)",
   "TargetBaudRate"	:	"Int32",
   "Version"	:	"String"
}