VP-1405A Advanced Power
Chapter 7 - Register Map Profile
V-PM1000 Series, Veesta Power Module Product Series
48V Power Supply & Charger Instructions & User's Manual
Page 38 of 46
All rights reserved. Passing on and copying of this document, use and communication of its contents not permitted without written authorization.
Table 7-1: VP-1405A Data Format types
FORMAT
DESCRIPTION
CODING
(HEX)
UNSIGNED INTEGER – NUMERICAL DATA (16 Bit )
---
Range From: 0
0000
F1
To: 65535
FFFF
SIGNED INTEGER – NUMERICAL DATA (16 Bit )
---
Range From: -32768
8000
F2
To: 32767
7FFF
UNSIGNED LONG INTEGER – NUMERICAL DATA (32 Bit )
---
Range From: 0
00000000
F3
To: 4,294,967,295
FFFFFFFF
SIGNED LONG INTEGER – NUMERICAL DATA (32 Bit )
---
Range From: -2,147,483,648
80000000
F4
To: 2,147,483,647
FFFFFFFF
STATUS INDICATION: ( 0 = OFF, 1 = ON )
---
0 = OFF
0000
F5
1 = ON
0001
OUTPUT RELAY STATUS: ( 0=DE-ENERGIZED, 1=ENERGIZED )
---
0 = Output Relay De-Energized
0000
F6
1 = Output Relay Energized
0001
ALARM STATUS
---
0 = NO ALARM
0000
F7
1 = ALARM CONDITION
0001
SLAVE ID ADDRESS
FFFF
F8
The valid Range is 1 to 247
---
UNSIGNED INTEGER - MODBUS BAUD RATE
---
1 = 2400 bps
0001
2 = 9600 bps
0002
3 = 19200 bps
0003
F9
4 = 38400 bps
0004
UNSIGNED INTEGER - MODBUS PARITY
---
1 = None
0001
2 = Odd
0002
F10
3 = Even
0003