Device Information

Use the following calls to get information about the system setup or state of the paired Sparrow Link Pulse Generator.

System Information

ReadSerial

ReadSerial
(
,
)

Returns the last 6 digits of the serial number (SN) for the paired Pulse Generator.

Params
required
required
Return Value
Serial
string

Example: ‘123456’

ReadModel

ReadModel
(
,
)

Returns the model number of the paired Pulse Generator.

Params
required
required
Return Value
Model
string

Example: Sparrow Link Pulse Generators return ‘910’

ReadManufacturer

ReadManufacturer
(
,
)

Returns the full serial number of the paired Pulse Generator.

Params
required
required
Return Value
Serial
string

Example: ‘X2150211201’

ReadFirmware

ReadFirmware
(
,
)

Returns the firmware version of the paired Pulse Generator.

Params
required
required
Return Value
Version
string

Example: ’03.00.12’

ReadHardware

ReadHardware
(
,
)

Returns the hardware version of the paired Pulse Generator.

Params
required
required
Return Value
Version
string

Example: ’02.00.12’

System Time

Use the following calls to set or check the system time of the paired Sparrow Link Pulse Generator.

SetSystemTime

SetSystemTime
(
Seconds
,
)

Sets the date and time to the parameter entered.

Params
Seconds
string
required

Seconds of time since epoch.

required
Return Value

SetSystemCurrentTime

SetSystemCurrentTime
(
,
)

Sets the date and time to match the system date and time of the computer powering the Hub.

Params
required
required
Return Value

ReadSystemTime

ReadSystemTime
(
,
)

Gets the date and time set on the Pulse Generator.

Params
required
required
Return Value
Time
timestamp

Example; ‘TimeStamp,MM/DD/YYYY HH:MM:SS,’

History

Device history captures Pulse Generator  use and changes to device settings. Call Clear History to erase all device history records.

To retrieve the device logs from the Sparrow Link Pulse Generator, connect the Pulse Generator  to the Sparrow Link Mobile App and use the Share Logs feature to download the logs to the tablet or mobile device running the mobile app. The logs will be downloaded in a .CSV format to the device’s internal storage.

ClearHistory

ClearHistory
(
,
)

Erases all device history records.

Params
required
required
Return Value