XWIMPACC.tlk Driver Reference
Westinghouse IMPACC System Communications Protocol Driver
This driver requires that you have TAS-HMITalk 8.04 installed.
XWIMPACC driver allows you to connect to any other Westinghouse Electric
Corporation equipment using the IMPACC System Communications protocol
(according to IL-17384, revision 1.4, June 1992 & July 1996).
Communications are made through a RS-232 port. A special interface
Westinghouse MINT (Master INCOM Network Translator) is required when
more than one device must be connected. A multidrop of up to 999
devices can be connected.
For point-to-point communications with a unique device, the use of
a MINT interface is not required and the PC serial port can be
connected directly with the PONI interface of the device.
The commmunication cable between the PC and the MINT unit must have
the following pins assignment:
- PC PIN 2 --> MINT PIN 2
- PC PIN 3 --> MINT PIN 3
- PC PIN 7 --> MINT PIN 7
(Note that pins 2 and 3 are not inverted)
Power Meters
CUTLER HAMMER WESTINGHOUSE Addressable Relay
CUTLER HAMMER WESTINGHOUSE Advantage
CUTLER HAMMER WESTINGHOUSE Digitrip-II
CUTLER HAMMER WESTINGHOUSE Advantage-Control PONI
CUTLER HAMMER WESTINGHOUSE IQ-Energy Sentinel
CUTLER HAMMER WESTINGHOUSE IQ-1000 II
CUTLER HAMMER WESTINGHOUSE IQ-500
CUTLER HAMMER WESTINGHOUSE IQ-Data & IQ-Generator
CUTLER HAMMER WESTINGHOUSE IQ-Data-Plus-II
CUTLER HAMMER WESTINGHOUSE AEM-II
CUTLER HAMMER WESTINGHOUSE Universal-RTD
CUTLER HAMMER WESTINGHOUSE CMU (Central Monitoring Unit)
CUTLER HAMMER WESTINGHOUSE ACM (Advantage Control Module)
CUTLER HAMMER WESTINGHOUSE DP-4000
Addressable Relay Commands:
Advantage Commands:
Read Time Stamped Trip Data Buffer
Digitrip II Commands:
Advantage Control PONI Commands:
IQ Energy Sentinel:
IQ 1000 II Commands:
Read Time-Stamped Trip Data Buffer
IQ 500 Commands:
Read Time-Stamped Trip Data Buffer
IQ Data & IQ Generator Commands:
Read Line-to-Line Voltage Buffer
Read Line-to-Neutral Voltage Buffer
IQ Data Plus II Commands:
Read Line-to-Line Voltage Buffer
Read Line-to-Neutral Voltage Buffer
AEM II Commands:
Universal RTD Commands:
CMU (Central Monitoring Unit) Commands:
ACM (Advantage Control Module) Commands:
Read Time-Stamped Trip Data Buffer
IQ DP-4000 Commands:
Read Line-to-Line Voltage Buffer
Read Line-to-Neutral Voltage Buffer
COMMAND DESCRIPTION:
This command requests the specifically addressed slave device to
energize its relay.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 0
HMITalk1.DriverP2 = 2048 (800h)
COMMAND DESCRIPTION:
This command requests the specifically addressed slave device to
de-energize its relay.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 0
HMITalk1.DriverP2 = 2304 (900h)
COMMAND DESCRIPTION:
This command requests the specifically addressed slave device to
transmit its status (ie. its two status bits/digital inputs).
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Input
HMITalk1.DriverNumPoints = 1-2
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 0
HMITalk1.DriverP2 = 5376 (1500h)
RETURNS:
- HMITalk1.PointValue(0) = Status of input #1
- HMITalk1.PointValue(1) = Status of input #2
COMMAND DESCRIPTION:
This command retrieves information about the current
status.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-8
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 1
HMITalk1.DriverP2 = 768 (300h)
RETURNS:
- HMITalk1.PointValue(0) = Division Code.
- HMITalk1.PointValue(1) = Communications Software Version.
- HMITalk1.PointValue(2) = Product ID.
6 = Size 3, 4 Starter, 3 PH.
8 = Size 1, 2 Starter, 3 PH.
9 = Size 5, 6 Starter, 3 PH.
10 = Size 3, 4 Overload, 3 PH.
11 = Size 1, 2 Overload, 3 PH.
13 = Size 5, 6 Overload, 3 PH.
14 = Size 3, 4 Contactor.
23 = Size 5, 6 Contactor.
24 = Size 1, 2 Contactor.
25 = Size 1L Starter, 3 PH.
26 = Size 1L Starter, 1 PH.
27 = Size 1L Overload, 3 PH.
28 = Size 1, 2 Starter, 1 PH.
- HMITalk1.PointValue(3) = Status.
0 = Opened, Off or Ready (Normal Inactive)
1 = Closed, On or Running (Normal Active)
2 = Tripped (Abnormal Inactive)
3 = Alarmed (Abnormal Active)
- HMITalk1.PointValue(4) = If 1, tripped or opened by remote communications.
- HMITalk1.PointValue(5) = If 1, powered on since last status read request.
- HMITalk1.PointValue(6) = Set when trip detected, cleared when the trip buffer is read.
- HMITalk1.PointValue(7) = Set indicates PONI-Advantage communications is functional.
COMMAND DESCRIPTION:
This command retrieves information about the current phases
and current IX. Currents are expressed in amperes.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-4
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 1
HMITalk1.DriverP2 = 773 (305h)
RETURNS:
- HMITalk1.PointValue(0) = Phase current IA (Amperes).
- HMITalk1.PointValue(1) = Phase current IB (Amperes).
- HMITalk1.PointValue(2) = Phase current IC (Amperes).
- HMITalk1.PointValue(3) = Current IX (Amperes).
Note:
Current IX will usually be ground current. For some products, this
current may be either fourth pole current or neutral current. These
latter cases will not have ground current.
COMMAND DESCRIPTION:
This command retrieves extended information about the current
operating conditions.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-13
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 1
HMITalk1.DriverP2 = 968 (3C8h)
RETURNS:
- HMITalk1.PointValue(0) = Run/Closed indication.
- HMITalk1.PointValue(1) = Ready/Open indication.
- HMITalk1.PointValue(2) = Trip indication.
- HMITalk1.PointValue(3) = Overload.
- HMITalk1.PointValue(4) = If 1, Run Permit Signal present.
- HMITalk1.PointValue(5) = If 1, Start Signal present.
- HMITalk1.PointValue(6) = Not If 1, Remote Reset present.
- HMITalk1.PointValue(7) = Not If 1, Local Reset present.
- HMITalk1.PointValue(8) = Trip type:
1 = Overload
2 = Ground Current Trip
3 = Phase Loss Trip
4 = Phase Unbalance Trip
16 = Ground. Current exceeds interrupt capacity.
32 = Control Voltage too low. Unit will open.
48 = Control Voltage too low to pick up.
64 = Control Voltage too high to pick up.
80 = Current to low to close.
112 = External Trip (via remote communications).
- HMITalk1.PointValue(9) = Coil Voltage (units of volts).
- HMITalk1.PointValue(10) = Maximum Coil Current on closing.
- HMITalk1.PointValue(11) = Time equivalent of the delay from the middle
of each half cycle, to the beginning of
holding pulse.
- HMITalk1.PointValue(12) = The recorded holding current.
COMMAND DESCRIPTION:
This request gives a Setpoints Buffer description.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-12
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 1
HMITalk1.DriverP2 = 969 (3C9h)
RETURNS:
Dipheater:
- HMITalk1.PointValue(0) = Heater number (0-31).
- HMITalk1.PointValue(1) = Overload type:
0 = Class 10 Overload.
1 = Class 20 Overload.
2 = Class 30 Overload.
3 = No protection.
- HMITalk1.PointValue(2) = If 1, Automatic Reset.
Econfig:
- HMITalk1.PointValue(3) = If 1, Ground Fault enabled.
- HMITalk1.PointValue(4) = If 1, Phase Protection enabled.
- HMITalk1.PointValue(5) = If 1, Thermal Overload enabled.
- HMITalk1.PointValue(6) = If 1, unit is 50 Hz. If 0, unit is 60 Hz.
- HMITalk1.PointValue(7) = If 1, Unit is an Overload. If 0, Unit is
a Contactor/Starter.
- HMITalk1.PointValue(8) = If 1, Ultrasonic holding enabled.
- HMITalk1.PointValue(9) = If 1, Local Reset is disabled.
- HMITalk1.PointValue(10) = If 1, Unit will not reset thermal trip on
power up, even if reset conditions met.
- HMITalk1.PointValue(11) = ROM version of the Sure chip.
COMMAND DESCRIPTION:
This request is for use with products that provide "time stamping" or
trip data. When the product receives a Fast-Status request, it resets
an on-board Trip Time Offset clock. Should the product perform a
protective trip, the product records the value of the Trip Time Offset
clock at the instant of the trip. The value of the Trip Time
Offset clock then represents the elapsed time between the las time
mark (Fast-Status) received from the master and the time at
which the product tripped. The resolution of the product Trip
Time Offset clock is assumed to be 1/256 of a second.
When a protective trip ocurrs, the product records the following
data into a TIME STAMPED TRIP DATA buffer:
- Trip Time Offset clock
- Metered values
- Flags
- Setpoints
The Trip Time Offset clock continues to run. If a product has more
than one TIME STAMPED TRIP DATA buffer, it will over-write the oldest
buffer. If a product has only one TIME STAMPED TRIP DATA buffer, it
will be over-written.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-31
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 1
HMITalk1.DriverP2 = 971 (3CBh)
RETURNS:
- HMITalk1.PointValue(0) = TRIP DATA Buffer number.
- HMITalk1.PointValue(1) = Number of unread TRIP DATA Buffers.
- HMITalk1.PointValue(2) = TRIP TIME OFFSET.
- HMITalk1.PointValue(3) = Phase A Current.
- HMITalk1.PointValue(4) = Phase B Current.
- HMITalk1.PointValue(5) = Phase C Current.
Flags Buffer (same as Read Flags Buffer command):
- HMITalk1.PointValue(6) = Run/Closed indication.
- HMITalk1.PointValue(7) = Ready/Open indication.
- HMITalk1.PointValue(8) = Trip indication.
- HMITalk1.PointValue(9) = Overload.
- HMITalk1.PointValue(10) = If 1, Run Permit Signal present.
- HMITalk1.PointValue(11) = If 1, Start Signal present.
- HMITalk1.PointValue(12) = Not If 1, Remote Reset present.
- HMITalk1.PointValue(13) = Not If 1, Local Reset present.
- HMITalk1.PointValue(14) = Trip type:
1 = Overload
2 = Ground Current Trip
3 = Phase Loss Trip
4 = Phase Unbalance Trip
16 = Ground. Current exceeds interrupt capacity.
32 = Control Voltage too low. Unit will open.
48 = Control Voltage too low to pick up.
64 = Control Voltage too high to pick up.
80 = Current to low to close.
112 = External Trip (via remote communications).
- HMITalk1.PointValue(15) = Coil Voltage (units of volts).
- HMITalk1.PointValue(16) = Maximum Coil Current on closing.
- HMITalk1.PointValue(17) = Time equivalent of the delay from the middle
of each half cycle, to the beginning of
holding pulse.
- HMITalk1.PointValue(18) = The recorded holding current.
Setpoints Buffer (same as Read Setpoints Buffer command):
Dipheater:
- HMITalk1.PointValue(19) = Heater number (0-31).
- HMITalk1.PointValue(20) = Overload type:
0 = Class 10 Overload.
1 = Class 20 Overload.
2 = Class 30 Overload.
3 = No protection.
- HMITalk1.PointValue(21) = If 1, Automatic Reset.
Econfig:
- HMITalk1.PointValue(22) = If 1, Ground Fault enabled.
- HMITalk1.PointValue(23) = If 1, Phase Protection enabled.
- HMITalk1.PointValue(24) = If 1, Thermal Overload enabled.
- HMITalk1.PointValue(25) = If 1, unit is 50 Hz. If 0, unit is 60 Hz.
- HMITalk1.PointValue(26) = If 1, Unit is an Overload. If 0, Unit is
a Contactor/Starter.
- HMITalk1.PointValue(27) = If 1, Ultrasonic holding enabled.
- HMITalk1.PointValue(28) = If 1, Local Reset is disabled.
- HMITalk1.PointValue(29) = If 1, Unit will not reset thermal trip on
power up, even if reset conditions met.
- HMITalk1.PointValue(30) = ROM version of the Sure chip.
COMMAND DESCRIPTION:
This command results in the device performing an action as
detailed below. The value sent will be the current value
contained in the HMITalk1.PointValue(0) property.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 1
HMITalk1.DriverP2 = 976 (3D0h)
VALUE TO SEND:
0 = Reset Trip/Unit.
1 = Reset TRIP DATA Buffer.
2 = Start.
3 = Trip/Stop.
COMMAND DESCRIPTION:
This command retrieves information about the current
status.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-6
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 2
HMITalk1.DriverP2 = 768 (300h)
RETURNS:
- HMITalk1.PointValue(0) = Division Code.
- HMITalk1.PointValue(1) = Communications Software Version.
- HMITalk1.PointValue(2) = Product ID (= 1).
- HMITalk1.PointValue(3) = Status.
0 = Opened, Off or Ready (Normal Inactive)
1 = Closed, On or Running (Normal Active)
2 = Tripped (Abnormal Inactive)
3 = Alarmed (Abnormal Active)
- HMITalk1.PointValue(4) = If 1, opened by remote communications.
- HMITalk1.PointValue(5) = If 1, powered on since last status read request.
COMMAND DESCRIPTION:
This command retrieves all the device's information in a
single request.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-29
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 2
HMITalk1.DriverP2 = 784 (310h)
RETURNS:
- HMITalk1.PointValue(0) = If 1, Long Delay Trip.
- HMITalk1.PointValue(1) = If 1, Short Delay Trip.
- HMITalk1.PointValue(2) = If 1, Instantaneous Trip.
- HMITalk1.PointValue(3) = If 1, Discriminator Trip.
- HMITalk1.PointValue(4) = If 1, Ground Fault.
- HMITalk1.PointValue(5) = If 1, Test Initiated.
- HMITalk1.PointValue(6) = If 1, Test Started.
- HMITalk1.PointValue(7) = If 1, Phase Test Initiated.
- HMITalk1.PointValue(8) = If 1, Breaker Trip.
- HMITalk1.PointValue(9) = If 1, RAM Error.
- HMITalk1.PointValue(10) = If 1, ROM Error.
- HMITalk1.PointValue(11) = If 1, Open as a result of a remote communications
shed command.
- HMITalk1.PointValue(12) = If 1, High Load Alarm.
- HMITalk1.PointValue(13) = If 1, Negative Power Reading.
- HMITalk1.PointValue(14) = If 1, Override Trip.
- HMITalk1.PointValue(15) = Hertz Flag (0 = 60 Hz, 1 = 50 Hz).
- HMITalk1.PointValue(16) = If 1, Long Delay Protection (LDPU) in progress.
- HMITalk1.PointValue(17) = If 1, Ground Test Initiated.
- HMITalk1.PointValue(18) = Status of breaker (1 = open, 0 = closed).
- HMITalk1.PointValue(19) = Plug Trip (1 = bad plug or no plug).
- HMITalk1.PointValue(20) = Average Power.
- HMITalk1.PointValue(21) = Peak Demand.
- HMITalk1.PointValue(22) = Energy.
- HMITalk1.PointValue(23) = Phase A Current.
- HMITalk1.PointValue(24) = Phase B Current.
- HMITalk1.PointValue(25) = Phase C Current.
- HMITalk1.PointValue(26) = Ground Current.
- HMITalk1.PointValue(27) = FRAME:
0 = Bad
1 = Reserved
2 = SPB3
3 = SPB5
4-5 = Reserved
6 = DS
7 = Hundt Weber
8-9 = Reserved
10 = RD-HW
11 = RD-CL
12-13 = Reserved
14-15 = Bad
- HMITalk1.PointValue(28) = Plug Factor:
0 = 100
2 = 200
4 = 250
6 = 300
8 = 400
10 = 600
12 = 800
14 = 1000
16 = 1200
18 = 1600
20 = 2000
22 = 2500
24 = 3000
26 = 3200
28 = 4000
30 = 5000
COMMAND DESCRIPTION:
This command resets the peak demand. Supported only by
communication software version of 1 or greater.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 2
HMITalk1.DriverP2 = 800 (320h)
COMMAND DESCRIPTION:
This command performs a shed load.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 2
HMITalk1.DriverP2 = 816 (330h)
COMMAND DESCRIPTION:
This command performs a restore load.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 2
HMITalk1.DriverP2 = 832 (340h)
COMMAND DESCRIPTION:
This command performs an energy reset. Supported only by
communication software version of 2 or greater.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 2
HMITalk1.DriverP2 = 848 (350h)
COMMAND DESCRIPTION:
This command requests the specifically addressed slave device to
start.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 3
HMITalk1.DriverP2 = 2048 (800h)
COMMAND DESCRIPTION:
This command requests the specifically addressed slave device to
stop.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 3
HMITalk1.DriverP2 = 2304 (900h)
COMMAND DESCRIPTION:
This command requests the specifically addressed slave device to
transmit its status.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 3
HMITalk1.DriverP2 = 5376 (1500h)
RETURNS:
- HMITalk1.PointValue(0) = Status
0 = Open.
1 = Closed.
2 = Tripped.
3 = Alarmed.
COMMAND DESCRIPTION:
This command retrieves information about the current
status.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-7
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 4
HMITalk1.DriverP2 = 768 (300h)
RETURNS:
- HMITalk1.PointValue(0) = Division Code.
- HMITalk1.PointValue(1) = Communications Software Version.
- HMITalk1.PointValue(2) = Product ID.
31 = F Frame Energy Monitor.
32 = J Frame Energy Monitor.
33 = K Frame Energy Monitor.
- HMITalk1.PointValue(3) = Status.
0 = Inactive
1 = Active
2 = Not Used
3 = Alarm (eg. Phase alarm)
- HMITalk1.PointValue(4) = If 1, opened by remote communications.
- HMITalk1.PointValue(5) = If 1, powered on since last Reset (sync) Demand Window.
- HMITalk1.PointValue(6) = Unread Energy Snapshot Available.
COMMAND DESCRIPTION:
This command retrieves information about power, power demand
and energy.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-3
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 4
HMITalk1.DriverP2 = 776 (308h)
RETURNS:
- HMITalk1.PointValue(0) = Instantaneous Power (Watts).
- HMITalk1.PointValue(1) = 5-Minute Average of Power (Watts).
- HMITalk1.PointValue(2) = Energy (Watt hours).
COMMAND DESCRIPTION:
This command retrieves the value for energy, in units
of Kilowatts hour.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 4
HMITalk1.DriverP2 = 778 (30Ah)
RETURNS:
- HMITalk1.PointValue(0) = Energy (Ranges from 0 to 16,777,215 KWH).
COMMAND DESCRIPTION:
This command retrieves flags information, temperature, average
of power, etc.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-17
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 4
HMITalk1.DriverP2 = 968 (3C8h)
RETURNS:
- HMITalk1.PointValue(0) = If 1, Demand for Phase A is zero.
- HMITalk1.PointValue(1) = If 1, Demand for Phase B is zero.
- HMITalk1.PointValue(2) = If 1, Demand for Phase C is zero.
- HMITalk1.PointValue(3) = If 1, Energy for Phase A is negative.
- HMITalk1.PointValue(4) = If 1, Energy for Phase A is negative.
- HMITalk1.PointValue(5) = If 1, Energy for Phase A is negative.
- HMITalk1.PointValue(6) = If 1, Energy tally error (tally zeroed).
- HMITalk1.PointValue(7) = If 1, EEPROM Error.
- HMITalk1.PointValue(8) = If 1, RAM Error.
- HMITalk1.PointValue(9) = If 1, ROM Error.
- HMITalk1.PointValue(10) = If 1, Over temperature warning.
- HMITalk1.PointValue(11) = If 1, Calibration factor error.
- HMITalk1.PointValue(12) = If 1, Power failure first sample.
- HMITalk1.PointValue(13) = If 1, Power failure second sample.
- HMITalk1.PointValue(14) = Temperature.
- HMITalk1.PointValue(15) = 5-Minute average power update counter (0-251).
This counter resets to zero when the demand window
is reset. It rolls over after 21 hours (after
counting up to 251).
- HMITalk1.PointValue(16) = 5-Minute average of power.
COMMAND DESCRIPTION:
This command results in the device performing an action as
detailed below. The value sent will be the current value
contained in the HMITalk1.PointValue(0) property.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 4
HMITalk1.DriverP2 = 976 (3D0h)
VALUE TO SEND:
0 = No action.
1 = Reset Demand Window.
2 = Save Energy Buffer.
3 = Both actions.
COMMAND DESCRIPTION:
This command informs all connected devices to save their
energy buffers. HMITalk1.PointValue(0) is ignored.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = 0
HMITalk1.DriverP1 = 4
HMITalk1.DriverP2 = 3328 (D00h)
COMMAND DESCRIPTION:
This command informs all connected devices to reset their
demand windows. HMITalk1.PointValue(0) is ignored.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = 0
HMITalk1.DriverP1 = 4
HMITalk1.DriverP2 = 3329 (D01h)
COMMAND DESCRIPTION:
This command retrieves information about the current
status.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-6
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 5
HMITalk1.DriverP2 = 768 (300h)
RETURNS:
- HMITalk1.PointValue(0) = Division Code.
- HMITalk1.PointValue(1) = Communications Software Version.
- HMITalk1.PointValue(2) = Product ID (= 3).
- HMITalk1.PointValue(3) = Status.
0 = Opened, Off or Ready (Normal Inactive)
1 = Closed, On or Running (Normal Active)
2 = Tripped (Abnormal Inactive)
3 = Alarmed (Abnormal Active)
- HMITalk1.PointValue(4) = If 1, opened by remote communications.
- HMITalk1.PointValue(5) = If 1, powered on since last status read request.
COMMAND DESCRIPTION:
This command retrieves information about the current phases
and current IX. Currents are expressed in amperes.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-4
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 5
HMITalk1.DriverP2 = 773 (305h)
RETURNS:
- HMITalk1.PointValue(0) = Phase current IA (Amperes).
- HMITalk1.PointValue(1) = Phase current IB (Amperes).
- HMITalk1.PointValue(2) = Phase current IC (Amperes).
- HMITalk1.PointValue(3) = Current IX (Amperes).
Note:
Current IX will usually be ground current. For some products, this
current may be either fourth pole current or neutral current. These
latter cases will not have ground current.
COMMAND DESCRIPTION:
This command retrieves the temperature in degrees for six motor
windings temperatures, two motor bearing temperatures, two load
bearing temperatures and one ambient temperature.
Temperatures range form 0 to 255 degrees centigrade.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-13
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 5
HMITalk1.DriverP2 = 783 (30Fh)
HMITalk1.DriverP3 = 1
RETURNS:
- HMITalk1.PointValue(0) = Windind Temperature 1.
- HMITalk1.PointValue(1) = Windind Temperature 2.
- HMITalk1.PointValue(2) = Windind Temperature 3.
- HMITalk1.PointValue(3) = Windind Temperature 4.
- HMITalk1.PointValue(4) = Windind Temperature 5.
- HMITalk1.PointValue(5) = Windind Temperature 6.
- HMITalk1.PointValue(6) = Motor Bearing Temperature 1.
- HMITalk1.PointValue(7) = Motor Bearing Temperature 2.
- HMITalk1.PointValue(8) = Load Bearing Temperature 1.
- HMITalk1.PointValue(9) = Load Bearing Temperature 2.
- HMITalk1.PointValue(10) = Auxiliary Temperature.
- HMITalk1.PointValue(11) = Temperature Validity 1.
- HMITalk1.PointValue(12) = Temperature Validity 2.
NOTE:
The Temperature Validity values are used to represent the presence
of a selector sensor.
COMMAND DESCRIPTION:
This command retrieves extended information about the current
operating conditions.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-45
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 5
HMITalk1.DriverP2 = 968 (3C8h)
RETURNS:
- HMITalk1.PointValue(0) = If 1, Instantaneous Over Current Trip.
- HMITalk1.PointValue(1) = If 1, I-Squared T Trip.
- HMITalk1.PointValue(2) = If 1, Phase Unbalance Trip.
- HMITalk1.PointValue(3) = If 1, Ground Fault Trip.
- HMITalk1.PointValue(4) = If 1, Jam Trip.
- HMITalk1.PointValue(5) = If 1, Under Load Trip.
- HMITalk1.PointValue(6) = If 1, Trip Bypass.
- HMITalk1.PointValue(7) = If 1, Remote Trip (via hardware input).
- HMITalk1.PointValue(8) = If 1, Motor Bearing Temperature Trip.
- HMITalk1.PointValue(9) = If 1, Load Bearing Temperature Trip.
- HMITalk1.PointValue(10) = If 1, Winding Temperature Trip.
- HMITalk1.PointValue(11) = If 1, Reverse Sequence Trip.
- HMITalk1.PointValue(12) = If 1, Incomplete Sequence Trip.
- HMITalk1.PointValue(13) = If 1, A/D Converter Error.
- HMITalk1.PointValue(14) = If 1, RAM Error.
- HMITalk1.PointValue(15) = If 1, ROM Error.
- HMITalk1.PointValue(16) = If 1, Opto-coupler Failure.
- HMITalk1.PointValue(17) = If 1, Transition Not Completed.
- HMITalk1.PointValue(18) = If 1, Full Load Amps/CT Value Error.
- HMITalk1.PointValue(19) = If 1, Battery Low.
- HMITalk1.PointValue(20) = If 1, External Trip (via INCOM).
- HMITalk1.PointValue(21) = If 1, Differential Trip on AC Input.
- HMITalk1.PointValue(22) = If 1, Ambient Temperature Trip.
- HMITalk1.PointValue(23) = If 1, Phase Unbalance Alarm
- HMITalk1.PointValue(24) = If 1, Winding Temperature Alarm.
- HMITalk1.PointValue(25) = If 1, Motor Bearing Temperature Alarm.
- HMITalk1.PointValue(26) = If 1, Load Bearing Temperature Alarm.
- HMITalk1.PointValue(27) = If 1, Jam Alarm.
- HMITalk1.PointValue(28) = If 1, Under Load Alarm.
- HMITalk1.PointValue(29) = If 1, Ambient Temperature Alarm.
- HMITalk1.PointValue(30) = If 1, I Squared T Alarm/Trip.
- HMITalk1.PointValue(31) = If 1, Starts per Hour Alarm/Trip.
- HMITalk1.PointValue(32) = Operations Count.
- HMITalk1.PointValue(33) = Run Time.
- HMITalk1.PointValue(34) = Remaining Starts.
- HMITalk1.PointValue(35) = Oldest Start Time.
- HMITalk1.PointValue(36) = Percent I2T.
- HMITalk1.PointValue(37) = Highest Phase Current.
- HMITalk1.PointValue(38) = Highest RTD Temperature.
- HMITalk1.PointValue(39) = Number of I2T Trips.
- HMITalk1.PointValue(40) = Number of Instantaneous Over Current Trips.
- HMITalk1.PointValue(41) = Number of Under Load Trips.
- HMITalk1.PointValue(42) = Number of Jam Trips.
- HMITalk1.PointValue(43) = Number of Ground Fault Trips.
- HMITalk1.PointValue(44) = Number of RTD Trips.
COMMAND DESCRIPTION:
This request gives a Setpoints Buffer description.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-46
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 5
HMITalk1.DriverP2 = 969 (3C9h)
RETURNS:
- HMITalk1.PointValue(0) = If 1, auto reset for I2T. If 0, manual reset for I2T.
- HMITalk1.PointValue(1) = If 1, 2 second trip delay on Phase Unbalance.
- HMITalk1.PointValue(2) = If 1, transition on time out. Else trip on time out.
- HMITalk1.PointValue(3) = If 1, unit is 50 Hz. If 0, unit is 60 Hz.
- HMITalk1.PointValue(4) = If 1, Trip Mode 2. If 0, Trip Mode 1.
- HMITalk1.PointValue(5) = If 1, reversing is allowed. If 0, non reversing mode.
- HMITalk1.PointValue(6) = If 1, Single Phase Operation. If 0, 3 Phase.
- HMITalk1.PointValue(7) = If 1, IOC Protection Disabled. If 0, IOC Enabled.
- HMITalk1.PointValue(8) = Current Loop Out Prop.:
0 = Current Loop Out Prop. to 100% Full Load
1 = Current Loop Out Prop. to 125% Full Load
2 = Current Loop Out Prop. to Max Winding RTD
3 = Current Loop Out Prop. to I2T Trip Level
- HMITalk1.PointValue(9) = Mode:
0 = Remote Reset
1 = Remote Trip
2 = Remote Differential Trip
3 = Motor Stop
4 = Reset Disabled
- HMITalk1.PointValue(10) = Winding Temperature Trip Setpoint.
- HMITalk1.PointValue(11) = Motor Bearing Temp Trip Setpoint.
- HMITalk1.PointValue(12) = Load Bearing Temp Trip Setpoint.
- HMITalk1.PointValue(13) = Ambient Temp Trip Setpoint.
- HMITalk1.PointValue(14) = Winding Temperature Alarm Setpoint.
- HMITalk1.PointValue(15) = Motor Bearing Temp Alarm Setpoint.
- HMITalk1.PointValue(16) = Load Bearing Temp Alarm Setpoint.
- HMITalk1.PointValue(17) = Ambient Temp Alarm Setpoint.
- HMITalk1.PointValue(18) = Ground Fault Trip Setpoint.
- HMITalk1.PointValue(19) = Ground Fault Start Delay Setpoint.
- HMITalk1.PointValue(20) = Ground Fault Run Delay Setpoint.
- HMITalk1.PointValue(21) = Inst Over Current Trip Setpoint.
- HMITalk1.PointValue(22) = Inst Over Current Start Delay Setpoint.
- HMITalk1.PointValue(23) = Locked Rotor Current Setpoint.
- HMITalk1.PointValue(24) = Locked Rotor Stall Time Setpoint.
- HMITalk1.PointValue(25) = Ultimate Trip Current Setpoint.
- HMITalk1.PointValue(26) = I Squared T Alarm Setpoint.
- HMITalk1.PointValue(27) = Jam Alarm Setpoint.
- HMITalk1.PointValue(28) = Jam Trip Setpoint.
- HMITalk1.PointValue(29) = Jam Start Delay Setpoint.
- HMITalk1.PointValue(30) = Jam Run Delay Setpoint.
- HMITalk1.PointValue(31) = Under Load Alarm Setpoint.
- HMITalk1.PointValue(32) = Under Load Trip Setpoint.
- HMITalk1.PointValue(33) = Under Load Start Delay Setpoint.
- HMITalk1.PointValue(34) = Under Load Run Delay Setpoint.
- HMITalk1.PointValue(35) = Phase Unbalance Alarm Setpoint.
- HMITalk1.PointValue(36) = Phase Unbalance Delay Setpoint.
- HMITalk1.PointValue(37) = Starts per minute Setpoint.
- HMITalk1.PointValue(38) = Starts time limit Setpoint.
- HMITalk1.PointValue(39) = Transition Current Level Setpoint.
- HMITalk1.PointValue(40) = Transition Time Setpoint.
- HMITalk1.PointValue(41) = Incomplete Sequence Time Setpoint.
- HMITalk1.PointValue(42) = Anti-backspin delay Setpoint.
- HMITalk1.PointValue(43) = Full Load Amps Setpoint.
- HMITalk1.PointValue(44) = Current Transformer Ratio.
- HMITalk1.PointValue(45) = Aux. Trip Delay:
0 = Normal Trip
1 = Unstantaneous Over Current Only
2 = Squared T Only
3 = Ground Fault Only
4 = Jam Only
5 = Under Load Only
6 = Motor Bearing Temperature Only
7 = Load Bearing Temperature Only
8 = Winding Temperature Only
9 = Reversing Only
COMMAND DESCRIPTION:
This request is for use with products that provide "time stamping" or
trip data. When the product receives a Fast-Status request, it resets
an on-board Trip Time Offset clock. Should the product perform a
protective trip, the product records the value of the Trip Time Offset
clock at the instant of the trip. The value of the Trip Time
Offset clock then represents the elapsed time between the las time
mark (Fast-Status) received from the master and the time at
which the product tripped. The resolution of the product Trip
Time Offset clock is assumed to be 1/256 of a second.
When a protective trip ocurrs, the product records the following
data into a TIME STAMPED TRIP DATA buffer:
- Trip Time Offset clock
- Metered values
- Flags
- Setpoints
The Trip Time Offset clock continues to run. If a product has more
than one TIME STAMPED TRIP DATA buffer, it will over-write the oldest
buffer. If a product has only one TIME STAMPED TRIP DATA buffer, it
will be over-written.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-111
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 5
HMITalk1.DriverP2 = 971 (3CBh)
RETURNS:
- HMITalk1.PointValue(0) = TRIP DATA Buffer number.
- HMITalk1.PointValue(1) = Number of unread TRIP DATA Buffers.
- HMITalk1.PointValue(2) = TRIP TIME OFFSET.
- HMITalk1.PointValue(3) = Phase A Current.
- HMITalk1.PointValue(4) = Phase B Current.
- HMITalk1.PointValue(5) = Phase C Current.
- HMITalk1.PointValue(6) = Groung Fault Current.
- HMITalk1.PointValue(7) = Windind Temperature 1.
- HMITalk1.PointValue(8) = Windind Temperature 2.
- HMITalk1.PointValue(9) = Windind Temperature 3.
- HMITalk1.PointValue(10) = Windind Temperature 4.
- HMITalk1.PointValue(11) = Windind Temperature 5.
- HMITalk1.PointValue(12) = Windind Temperature 6.
- HMITalk1.PointValue(13) = Motor Bearing Temperature 1.
- HMITalk1.PointValue(14) = Motor Bearing Temperature 2.
- HMITalk1.PointValue(15) = Load Bearing Temperature 1.
- HMITalk1.PointValue(16) = Load Bearing Temperature 2.
- HMITalk1.PointValue(17) = Ambient Temperature.
- HMITalk1.PointValue(18) = Temperature Validity 1.
- HMITalk1.PointValue(19) = Temperature Validity 2.
Flags Buffer (same as Read Flags Buffer command):
- HMITalk1.PointValue(20) = If 1, Instantaneous Over Current Trip.
- HMITalk1.PointValue(21) = If 1, I-Squared T Trip.
- HMITalk1.PointValue(22) = If 1, Phase Unbalance Trip.
- HMITalk1.PointValue(23) = If 1, Ground Fault Trip.
- HMITalk1.PointValue(24) = If 1, Jam Trip.
- HMITalk1.PointValue(25) = If 1, Under Load Trip.
- HMITalk1.PointValue(26) = If 1, Trip Bypass.
- HMITalk1.PointValue(27) = If 1, Remote Trip (via hardware input).
- HMITalk1.PointValue(28) = If 1, Motor Bearing Temperature Trip.
- HMITalk1.PointValue(29) = If 1, Load Bearing Temperature Trip.
- HMITalk1.PointValue(30) = If 1, Winding Temperature Trip.
- HMITalk1.PointValue(31) = If 1, Reverse Sequence Trip.
- HMITalk1.PointValue(32) = If 1, Incomplete Sequence Trip.
- HMITalk1.PointValue(33) = If 1, A/D Converter Error.
- HMITalk1.PointValue(34) = If 1, RAM Error.
- HMITalk1.PointValue(35) = If 1, ROM Error.
- HMITalk1.PointValue(36) = If 1, Opto-coupler Failure.
- HMITalk1.PointValue(37) = If 1, Transition Not Completed.
- HMITalk1.PointValue(38) = If 1, Full Load Amps/CT Value Error.
- HMITalk1.PointValue(39) = If 1, Battery Low.
- HMITalk1.PointValue(40) = If 1, External Trip (via INCOM).
- HMITalk1.PointValue(41) = If 1, Differential Trip on AC Input.
- HMITalk1.PointValue(42) = If 1, Ambient Temperature Trip.
- HMITalk1.PointValue(43) = If 1, Phase Unbalance Alarm
- HMITalk1.PointValue(44) = If 1, Winding Temperature Alarm.
- HMITalk1.PointValue(45) = If 1, Motor Bearing Temperature Alarm.
- HMITalk1.PointValue(46) = If 1, Load Bearing Temperature Alarm.
- HMITalk1.PointValue(47) = If 1, Jam Alarm.
- HMITalk1.PointValue(48) = If 1, Under Load Alarm.
- HMITalk1.PointValue(49) = If 1, Ambient Temperature Alarm.
- HMITalk1.PointValue(50) = If 1, I Squared T Alarm/Trip.
- HMITalk1.PointValue(51) = If 1, Starts per Hour Alarm/Trip.
- HMITalk1.PointValue(52) = Operations Count.
- HMITalk1.PointValue(53) = Run Time.
- HMITalk1.PointValue(54) = Remaining Starts.
- HMITalk1.PointValue(55) = Oldest Start Time.
- HMITalk1.PointValue(56) = Percent I2T.
- HMITalk1.PointValue(57) = Highest Phase Current.
- HMITalk1.PointValue(58) = Highest RTD Temperature.
- HMITalk1.PointValue(59) = Number of I2T Trips.
- HMITalk1.PointValue(60) = Number of Instantaneous Over Current Trips.
- HMITalk1.PointValue(61) = Number of Under Load Trips.
- HMITalk1.PointValue(62) = Number of Jam Trips.
- HMITalk1.PointValue(63) = Number of Ground Fault Trips.
- HMITalk1.PointValue(64) = Number of RTD Trips.
Setpoints Buffer (same as Read Setpoints Buffer command):
- HMITalk1.PointValue(65) = If 1, auto reset for I2T. If 0, manual reset for I2T.
- HMITalk1.PointValue(66) = If 1, 2 second trip delay on Phase Unbalance.
- HMITalk1.PointValue(67) = If 1, transition on time out. Else trip on time out.
- HMITalk1.PointValue(68) = If 1, unit is 50 Hz. If 0, unit is 60 Hz.
- HMITalk1.PointValue(69) = If 1, Trip Mode 2. If 0, Trip Mode 1.
- HMITalk1.PointValue(70) = If 1, reversing is allowed. If 0, non reversing mode.
- HMITalk1.PointValue(71) = If 1, Single Phase Operation. If 0, 3 Phase.
- HMITalk1.PointValue(72) = If 1, IOC Protection Disabled. If 0, IOC Enabled.
- HMITalk1.PointValue(73) = Current Loop Out Prop.:
0 = Current Loop Out Prop. to 100% Full Load
1 = Current Loop Out Prop. to 125% Full Load
2 = Current Loop Out Prop. to Max Winding RTD
3 = Current Loop Out Prop. to I2T Trip Level
- HMITalk1.PointValue(74) = Mode:
0 = Remote Reset
1 = Remote Trip
2 = Remote Differential Trip
3 = Motor Stop
4 = Reset Disabled
- HMITalk1.PointValue(75) = Winding Temperature Trip Setpoint.
- HMITalk1.PointValue(76) = Motor Bearing Temp Trip Setpoint.
- HMITalk1.PointValue(77) = Load Bearing Temp Trip Setpoint.
- HMITalk1.PointValue(78) = Ambient Temp Trip Setpoint.
- HMITalk1.PointValue(79) = Winding Temperature Alarm Setpoint.
- HMITalk1.PointValue(80) = Motor Bearing Temp Alarm Setpoint.
- HMITalk1.PointValue(81) = Load Bearing Temp Alarm Setpoint.
- HMITalk1.PointValue(82) = Ambient Temp Alarm Setpoint.
- HMITalk1.PointValue(83) = Ground Fault Trip Setpoint.
- HMITalk1.PointValue(84) = Ground Fault Start Delay Setpoint.
- HMITalk1.PointValue(85) = Ground Fault Run Delay Setpoint.
- HMITalk1.PointValue(86) = Inst Over Current Trip Setpoint.
- HMITalk1.PointValue(87) = Inst Over Current Start Delay Setpoint.
- HMITalk1.PointValue(88) = Locked Rotor Current Setpoint.
- HMITalk1.PointValue(89) = Locked Rotor Stall Time Setpoint.
- HMITalk1.PointValue(90) = Ultimate Trip Current Setpoint.
- HMITalk1.PointValue(91) = I Squared T Alarm Setpoint.
- HMITalk1.PointValue(92) = Jam Alarm Setpoint.
- HMITalk1.PointValue(93) = Jam Trip Setpoint.
- HMITalk1.PointValue(94) = Jam Start Delay Setpoint.
- HMITalk1.PointValue(95) = Jam Run Delay Setpoint.
- HMITalk1.PointValue(96) = Under Load Alarm Setpoint.
- HMITalk1.PointValue(97) = Under Load Trip Setpoint.
- HMITalk1.PointValue(98) = Under Load Start Delay Setpoint.
- HMITalk1.PointValue(99) = Under Load Run Delay Setpoint.
- HMITalk1.PointValue(100) = Phase Unbalance Alarm Setpoint.
- HMITalk1.PointValue(101) = Phase Unbalance Delay Setpoint.
- HMITalk1.PointValue(102) = Starts per minute Setpoint.
- HMITalk1.PointValue(103) = Starts time limit Setpoint.
- HMITalk1.PointValue(104) = Transition Current Level Setpoint.
- HMITalk1.PointValue(105) = Transition Time Setpoint.
- HMITalk1.PointValue(106) = Incomplete Sequence Time Setpoint.
- HMITalk1.PointValue(107) = Anti-backspin delay Setpoint.
- HMITalk1.PointValue(108) = Full Load Amps Setpoint.
- HMITalk1.PointValue(109) = Current Transformer Ratio.
- HMITalk1.PointValue(110) = Aux. Trip Delay:
0 = Normal Trip
1 = Unstantaneous Over Current Only
2 = Squared T Only
3 = Ground Fault Only
4 = Jam Only
5 = Under Load Only
6 = Motor Bearing Temperature Only
7 = Load Bearing Temperature Only
8 = Winding Temperature Only
9 = Reversing Only
COMMAND DESCRIPTION:
This command results in the device performing an action as
detailed below. The value sent will be the current value
contained in the HMITalk1.PointValue(0) property.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 5
HMITalk1.DriverP2 = 976 (3D0h)
VALUE TO SEND:
0 = Reset Trip/Alarm.
1 = Reset TRIP DATA Buffer.
2 = Reset (peak) demand current.
3 = Trip (Stop).
COMMAND DESCRIPTION:
This command retrieves information about the current
status.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-6
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 6
HMITalk1.DriverP2 = 768 (300h)
RETURNS:
- HMITalk1.PointValue(0) = Division Code.
- HMITalk1.PointValue(1) = Communications Software Version.
- HMITalk1.PointValue(2) = Product ID.
16 = Size 1/2 (IQ 502).
18 = Size 3/4 (IQ 504).
- HMITalk1.PointValue(3) = Status.
0 = Opened, Off or Ready (Normal Inactive)
1 = Closed, On or Running (Normal Active)
2 = Tripped (Abnormal Inactive)
3 = Alarmed (Abnormal Active)
- HMITalk1.PointValue(4) = If 1, opened by remote communications.
- HMITalk1.PointValue(5) = If 1, powered on since last status read request.
COMMAND DESCRIPTION:
This command retrieves information about the current phases
and current IX. Currents are expressed in amperes.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-4
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 6
HMITalk1.DriverP2 = 773 (305h)
RETURNS:
- HMITalk1.PointValue(0) = Phase current IA (Amperes).
- HMITalk1.PointValue(1) = Phase current IB (Amperes).
- HMITalk1.PointValue(2) = Phase current IC (Amperes).
- HMITalk1.PointValue(3) = Current IX (Amperes).
Note:
Current IX will usually be ground current. For some products, this
current may be either fourth pole current or neutral current. These
latter cases will not have ground current.
COMMAND DESCRIPTION:
This command retrieves extended information about the current
operating conditions.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-8
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 6
HMITalk1.DriverP2 = 968 (3C8h)
RETURNS:
- HMITalk1.PointValue(0) = If 1, Overload Trip.
- HMITalk1.PointValue(1) = If 1, Phase Unbalance Trip.
- HMITalk1.PointValue(2) = If 1, Ground Fault Trip.
- HMITalk1.PointValue(3) = If 1, Jam Trip.
- HMITalk1.PointValue(4) = If 1, ULM Trip.
- HMITalk1.PointValue(5) = If 1, Remote Trip.
- HMITalk1.PointValue(6) = If 1, Remote Reset.
- HMITalk1.PointValue(7) = If 1, O/L Alarm.
COMMAND DESCRIPTION:
This request gives a Setpoints Buffer description.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-6
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 6
HMITalk1.DriverP2 = 969 (3C9h)
RETURNS:
- HMITalk1.PointValue(0) = Dip Switch 1.
- HMITalk1.PointValue(1) = Dip Switch 2.
- HMITalk1.PointValue(2) = Dip Switch 3.
- HMITalk1.PointValue(3) = Dip Switch 4.
- HMITalk1.PointValue(4) = Dip Switch 5.
- HMITalk1.PointValue(5) = Dip Switch 6.
NOTE:
Plese refer to the IQ 500 User's Manual for
information on the meaning of the Dip switches.
COMMAND DESCRIPTION:
This request is for use with products that provide "time stamping" or
trip data. When the product receives a Fast-Status request, it resets
an on-board Trip Time Offset clock. Should the product perform a
protective trip, the product records the value of the Trip Time Offset
clock at the instant of the trip. The value of the Trip Time
Offset clock then represents the elapsed time between the las time
mark (Fast-Status) received from the master and the time at
which the product tripped. The resolution of the product Trip
Time Offset clock is assumed to be 1/256 of a second.
When a protective trip ocurrs, the product records the following
data into a TIME STAMPED TRIP DATA buffer:
- Trip Time Offset clock
- Metered values
- Flags
- Setpoints
The Trip Time Offset clock continues to run. If a product has more
than one TIME STAMPED TRIP DATA buffer, it will over-write the oldest
buffer. If a product has only one TIME STAMPED TRIP DATA buffer, it
will be over-written.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-21
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 6
HMITalk1.DriverP2 = 971 (3CBh)
RETURNS:
- HMITalk1.PointValue(0) = TRIP DATA Buffer number.
- HMITalk1.PointValue(1) = Number of unread TRIP DATA Buffers.
- HMITalk1.PointValue(2) = TRIP TIME OFFSET.
- HMITalk1.PointValue(3) = Phase A Current.
- HMITalk1.PointValue(4) = Phase B Current.
- HMITalk1.PointValue(5) = Phase C Current.
- HMITalk1.PointValue(6) = Groung Fault Current.
Flags Buffer (same as Read Flags Buffer command):
- HMITalk1.PointValue(7) = If 1, Overload Trip.
- HMITalk1.PointValue(8) = If 1, Phase Unbalance Trip.
- HMITalk1.PointValue(9) = If 1, Ground Fault Trip.
- HMITalk1.PointValue(10) = If 1, Jam Trip.
- HMITalk1.PointValue(11) = If 1, ULM Trip.
- HMITalk1.PointValue(12) = If 1, Remote Trip.
- HMITalk1.PointValue(13) = If 1, Remote Reset.
- HMITalk1.PointValue(14) = If 1, O/L Alarm.
Setpoints Buffer (same as Read Setpoints Buffer command):
- HMITalk1.PointValue(15) = Dip Switch 1.
- HMITalk1.PointValue(16) = Dip Switch 2.
- HMITalk1.PointValue(17) = Dip Switch 3.
- HMITalk1.PointValue(18) = Dip Switch 4.
- HMITalk1.PointValue(19) = Dip Switch 5.
- HMITalk1.PointValue(20) = Dip Switch 6.
COMMAND DESCRIPTION:
This command results in the device performing an action as
detailed below. The value sent will be the current value
contained in the HMITalk1.PointValue(0) property.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 6
HMITalk1.DriverP2 = 976 (3D0h)
VALUE TO SEND:
0 = Reset Trip/Unit.
1 = Reset TRIP DATA Buffer.
2 = Trip (open).
COMMAND DESCRIPTION:
This command retrieves information about the current
status.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-6
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 7
HMITalk1.DriverP2 = 768 (300h)
RETURNS:
- HMITalk1.PointValue(0) = Division Code.
- HMITalk1.PointValue(1) = Communications Software Version.
- HMITalk1.PointValue(2) = Product ID (= 20).
- HMITalk1.PointValue(3) = Status.
0 = Opened, Off or Ready (Normal Inactive)
1 = Closed, On or Running (Normal Active)
2 = Tripped (Abnormal Inactive)
3 = Alarmed (Abnormal Active)
- HMITalk1.PointValue(4) = If 1, opened by remote communications.
- HMITalk1.PointValue(5) = If 1, powered on since last status read request.
COMMAND DESCRIPTION:
This command retrieves information about the current phases.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-3
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 7
HMITalk1.DriverP2 = 773 (305h)
RETURNS:
- HMITalk1.PointValue(0) = Phase current IA (Amperes).
- HMITalk1.PointValue(1) = Phase current IB (Amperes).
- HMITalk1.PointValue(2) = Phase current IC (Amperes).
COMMAND DESCRIPTION:
This command retrieves information about the current line-to-line
voltages. Voltages are expressed in volts.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-3
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 7
HMITalk1.DriverP2 = 774 (306h)
RETURNS:
- HMITalk1.PointValue(0) = Line-to-line Voltage VAB (Volts).
- HMITalk1.PointValue(1) = Line-to-line Voltage VBC (Volts).
- HMITalk1.PointValue(2) = Line-to-line Voltage VCA (Volts).
COMMAND DESCRIPTION:
This command retrieves information about the current line-to-neutral
voltages. Voltages are expressed in volts.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-3
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 7
HMITalk1.DriverP2 = 775 (307h)
RETURNS:
- HMITalk1.PointValue(0) = Line-to-neutral Voltage VAN (Volts).
- HMITalk1.PointValue(1) = Line-to-neutral Voltage VBN (Volts).
- HMITalk1.PointValue(2) = Line-to-neutral Voltage VCN (Volts).
COMMAND DESCRIPTION:
This command retrieves information about the system's present
frequency. Frequency is expressed in hertz.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 7
HMITalk1.DriverP2 = 777 (309h)
RETURNS:
- HMITalk1.PointValue(0) = System Frequency (Hertz).
COMMAND DESCRIPTION:
This command retrieves extended information about the current
operating conditions.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-2
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 7
HMITalk1.DriverP2 = 968 (3C8h)
RETURNS:
- HMITalk1.PointValue(0) = If 1, RAM Failure.
- HMITalk1.PointValue(1) = If 1, EE o CAL erro.
COMMAND DESCRIPTION:
This request gives a Setpoints Buffer description.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-16
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 7
HMITalk1.DriverP2 = 969 (3C9h)
RETURNS:
- HMITalk1.PointValue(0) = JUMP1 (SW1), Switch 1.
- HMITalk1.PointValue(1) = JUMP1 (SW1), Switch 2.
- HMITalk1.PointValue(2) = JUMP1 (SW1), Switch 3.
- HMITalk1.PointValue(3) = JUMP1 (SW1), Switch 4.
- HMITalk1.PointValue(4) = JUMP1 (SW1), Switch 5.
- HMITalk1.PointValue(5) = JUMP1 (SW1), Switch 6.
- HMITalk1.PointValue(6) = JUMP1 (SW1), Switch 7.
- HMITalk1.PointValue(7) = JUMP1 (SW1), Switch 8.
- HMITalk1.PointValue(8) = JUMP2 (SW2), Switch 1.
- HMITalk1.PointValue(9) = JUMP2 (SW2), Switch 2.
- HMITalk1.PointValue(10) = JUMP2 (SW2), Switch 3.
- HMITalk1.PointValue(11) = JUMP2 (SW2), Switch 4.
- HMITalk1.PointValue(12) = JUMP2 (SW2), Switch 5.
- HMITalk1.PointValue(13) = JUMP2 (SW2), Switch 6.
- HMITalk1.PointValue(14) = JUMP2 (SW2), Switch 7.
- HMITalk1.PointValue(15) = JUMP2 (SW2), Switch 8.
NOTE:
JUMPx refers to SWITCHx in IQ DATA/GENERATOR User's Manual.
Refer to the IQ Data/IQ Generator User's Manual for
information on the meaning of the Dip switches.
COMMAND DESCRIPTION:
This request retrieves Trip Data Buffer information.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-24
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 8
HMITalk1.DriverP2 = 970 (3CAh)
RETURNS:
- HMITalk1.PointValue(0) = If 1, Trip.
- HMITalk1.PointValue(1) = If 1, Alarm.
- HMITalk1.PointValue(2) = If 1, External.
- HMITalk1.PointValue(3) = If 1, Overvoltage.
- HMITalk1.PointValue(4) = If 1, Undervoltage.
- HMITalk1.PointValue(5) = If 1, Phase Unbalance.
- HMITalk1.PointValue(6) = If 1, Phase Loss.
- HMITalk1.PointValue(7) = If 1, Phase Reversal.
- HMITalk1.PointValue(8) = If 1, RAM or ROM Failure.
- HMITalk1.PointValue(9) = Phase A Current.
- HMITalk1.PointValue(10) = Phase B Current.
- HMITalk1.PointValue(11) = Phase C Current.
- HMITalk1.PointValue(12) = Voltage A-B.
- HMITalk1.PointValue(13) = Voltage B-C.
- HMITalk1.PointValue(14) = Voltage C-A.
- HMITalk1.PointValue(15) = Voltage A-N.
- HMITalk1.PointValue(16) = Voltage B-N.
- HMITalk1.PointValue(17) = Voltage C-N.
- HMITalk1.PointValue(18) = Watts.
- HMITalk1.PointValue(19) = Watts Demand.
- HMITalk1.PointValue(20) = Watt Hours.
- HMITalk1.PointValue(21) = Frequency.
- HMITalk1.PointValue(22) = VARs.
- HMITalk1.PointValue(23) = Power Factor.
COMMAND DESCRIPTION:
This command retrieves information about the current
status.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-6
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 8
HMITalk1.DriverP2 = 768 (300h)
RETURNS:
- HMITalk1.PointValue(0) = Division Code.
- HMITalk1.PointValue(1) = Communications Software Version.
- HMITalk1.PointValue(2) = Product ID.
2 = IQ Data Plus II (Communications Version >= 5 only).
22 = IQ Data Plus II HV (High Voltage).
- HMITalk1.PointValue(3) = Status.
0 = Opened, Off or Ready (Normal Inactive)
1 = Closed, On or Running (Normal Active)
2 = Tripped (Abnormal Inactive)
3 = Alarmed (Abnormal Active)
- HMITalk1.PointValue(4) = If 1, opened by remote communications.
- HMITalk1.PointValue(5) = If 1, powered on since last status read request.
COMMAND DESCRIPTION:
This command retrieves information about the current phases.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-3
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 8
HMITalk1.DriverP2 = 773 (305h)
RETURNS:
- HMITalk1.PointValue(0) = Phase current IA (Amperes).
- HMITalk1.PointValue(1) = Phase current IB (Amperes).
- HMITalk1.PointValue(2) = Phase current IC (Amperes).
COMMAND DESCRIPTION:
This command retrieves information about the current line-to-line
voltages. Voltages are expressed in volts.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-3
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 8
HMITalk1.DriverP2 = 774 (306h)
RETURNS:
- HMITalk1.PointValue(0) = Line-to-line Voltage VAB (Volts).
- HMITalk1.PointValue(1) = Line-to-line Voltage VBC (Volts).
- HMITalk1.PointValue(2) = Line-to-line Voltage VCA (Volts).
COMMAND DESCRIPTION:
This command retrieves information about the current line-to-neutral
voltages. Voltages are expressed in volts.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-3
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 8
HMITalk1.DriverP2 = 775 (307h)
RETURNS:
- HMITalk1.PointValue(0) = Line-to-neutral Voltage VAN (Volts).
- HMITalk1.PointValue(1) = Line-to-neutral Voltage VBN (Volts).
- HMITalk1.PointValue(2) = Line-to-neutral Voltage VCN (Volts).
COMMAND DESCRIPTION:
This command retrieves information about the system's present
power value (in watts), the power demand and the energy (in
units of watt hours).
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-3
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 8
HMITalk1.DriverP2 = 776 (308h)
RETURNS:
- HMITalk1.PointValue(0) = Power (watts).
- HMITalk1.PointValue(1) = Power Demand (watts).
- HMITalk1.PointValue(2) = Energy (watt hours).
COMMAND DESCRIPTION:
This command retrieves information about the system's present
frequency, reactive power and power factor.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-3
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 8
HMITalk1.DriverP2 = 777 (309h)
RETURNS:
- HMITalk1.PointValue(0) = System Frequency (Hertz).
- HMITalk1.PointValue(1) = Reactive Power (vars).
- HMITalk1.PointValue(2) = Power Factor.
COMMAND DESCRIPTION:
This command retrieves information about the value of
energy in units of Kilowatt hours.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 8
HMITalk1.DriverP2 = 778 (30Ah)
RETURNS:
- HMITalk1.PointValue(0) = Energy (Kilowatt hours).
NOTE:
The maximum range for energy is 0 to 16,777,215 KWH.
COMMAND DESCRIPTION:
This command retrieves extended information about the current
operating conditions.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-9
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 8
HMITalk1.DriverP2 = 968 (3C8h)
RETURNS:
- HMITalk1.PointValue(0) = If 1, Trip.
- HMITalk1.PointValue(1) = If 1, Alarm.
- HMITalk1.PointValue(2) = If 1, External.
- HMITalk1.PointValue(3) = If 1, Overvoltage.
- HMITalk1.PointValue(4) = If 1, Undervoltage.
- HMITalk1.PointValue(5) = If 1, Phase Unbalance.
- HMITalk1.PointValue(6) = If 1, Phase Loss.
- HMITalk1.PointValue(7) = If 1, Phase Reversal.
- HMITalk1.PointValue(8) = If 1, RAM or ROM failure.
COMMAND DESCRIPTION:
This request gives a Setpoints Buffer description.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-6
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 8
HMITalk1.DriverP2 = 969 (3C9h)
RETURNS:
- HMITalk1.PointValue(0) = Dip Switch SW1.
- HMITalk1.PointValue(1) = Dip Switch SW2.
- HMITalk1.PointValue(2) = Dip Switch SW3.
- HMITalk1.PointValue(3) = Dip Switch SW4.
- HMITalk1.PointValue(4) = Dip Switch SW5.
- HMITalk1.PointValue(5) = Dip Switch SW6.
NOTE:
Plese refer to the IQ Data Plus II User's Manual for
information on the meaning of the Dip switches.
COMMAND DESCRIPTION:
This command results in the device performing an action as
detailed below. The value sent will be the current value
contained in the HMITalk1.PointValue(0) property.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 8
HMITalk1.DriverP2 = 976 (3D0h)
VALUE TO SEND:
0 = Reset Trip/Alarm.
1 = Reset TRIP DATA Buffer.
2 = Reset demand.
3 = Reset Energy (KWH).
4 = External Trip.
5 = Reset external Trip
COMMAND DESCRIPTION:
This command retrieves information about the current
status.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-9
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 9
HMITalk1.DriverP2 = 768 (300h)
RETURNS:
- HMITalk1.PointValue(0) = Division Code.
- HMITalk1.PointValue(1) = Communications Software Version.
1 = AEMII in AEMI compatibility mode.
3 or greater = AEMII in AEMII mode.
- HMITalk1.PointValue(2) = Product ID (= 1).
- HMITalk1.PointValue(3) = Status.
0 = Normal - Inactive (no devices detected on sub-network).
1 = Normal - Active.
2 = Tripped (a trip has ocurred and has not been acknowledged).
3 = Alarm (Digitrip in high load).
- HMITalk1.PointValue(4) = If 1, opened by remote communications.
- HMITalk1.PointValue(5) = If 1, powered on since last status read request.
- HMITalk1.PointValue(6) = If 1, was in learn mode.
- HMITalk1.PointValue(7) = If 1, in learn mode.
- HMITalk1.PointValue(8) = AEMII malfunction.
COMMAND DESCRIPTION:
This request gives a Setpoints Buffer description.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-4
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 9
HMITalk1.DriverP2 = 969 (3C9h)
RETURNS:
- HMITalk1.PointValue(0) = If 1, Learn mode. If 0, operational.
- HMITalk1.PointValue(1) = If 1, AEM II mode. If 0, AEM I mode.
- HMITalk1.PointValue(2) = If 1, 9600 baud. If 0, 1200 baud.
- HMITalk1.PointValue(3) = If 1, Test mode. If 0, operational.
COMMAND DESCRIPTION:
This request is used to send the real-time clock data (current date
and time) to a slave. 7 channels are needed to full specify date &
time information. Missing channels will be provided internally by
the driver according to current PC date & time information.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Output
HMITalk1.DriverNumPoints = 1-7
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 9
HMITalk1.DriverP2 = 984 (3D8h)
VALUES TO SEND:
- HMITalk1.PointValue(0) = 1/100 second.
- HMITalk1.PointValue(1) = Hour.
- HMITalk1.PointValue(2) = Minute.
- HMITalk1.PointValue(3) = Second.
- HMITalk1.PointValue(4) = Month.
- HMITalk1.PointValue(5) = Day.
- HMITalk1.PointValue(6) = Year.
COMMAND DESCRIPTION:
This command results in the device performing an action as
detailed below. The value sent will be the current value
contained in the HMITalk1.PointValue(0) property.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 9
HMITalk1.DriverP2 = 976 (3D0h)
VALUE TO SEND:
0 = Reset AEMII trip mode, acknowledge alarm.
1 = Reset device software (hardware reset).
2 = Reset trip buffer, purges all trips buffered.
COMMAND DESCRIPTION:
This command retrieves information about the current
status.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-6
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 10
HMITalk1.DriverP2 = 768 (300h)
RETURNS:
- HMITalk1.PointValue(0) = Division Code.
- HMITalk1.PointValue(1) = Communications Software Version.
- HMITalk1.PointValue(2) = Product ID (= 19).
- HMITalk1.PointValue(3) = Status.
0 = Failure.
1 = OK.
2 = Not used.
3 = Not used.
- HMITalk1.PointValue(4) = If 1, opened by remote communications.
- HMITalk1.PointValue(5) = If 1, powered on since last status read request.
COMMAND DESCRIPTION:
This command retrieves the temperature in degrees for six motor
windings temperatures, two motor bearing temperatures, two load
bearing temperatures and one ambient temperature.
Temperatures range form 0 to 255 degrees centigrade.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-13
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 5
HMITalk1.DriverP2 = 783 (30Fh)
HMITalk1.DriverP3 = 1
RETURNS:
- HMITalk1.PointValue(0) = Windind Temperature 1.
- HMITalk1.PointValue(1) = Windind Temperature 2.
- HMITalk1.PointValue(2) = Windind Temperature 3.
- HMITalk1.PointValue(3) = Windind Temperature 4.
- HMITalk1.PointValue(4) = Windind Temperature 5.
- HMITalk1.PointValue(5) = Windind Temperature 6.
- HMITalk1.PointValue(6) = Motor Bearing Temperature 1.
- HMITalk1.PointValue(7) = Motor Bearing Temperature 2.
- HMITalk1.PointValue(8) = Load Bearing Temperature 1.
- HMITalk1.PointValue(9) = Load Bearing Temperature 2.
- HMITalk1.PointValue(10) = Auxiliary Temperature.
- HMITalk1.PointValue(11) = Temperature Validity 1.
- HMITalk1.PointValue(12) = Temperature Validity 2.
NOTE:
The Temperature Validity values are used to represent the presence
of a selector sensor.
COMMAND DESCRIPTION:
This command retrieves extended information about the current
operating conditions.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 10
HMITalk1.DriverP2 = 968 (3C8h)
RETURNS:
- HMITalk1.PointValue(0) = If 1, RAM failure.
COMMAND DESCRIPTION:
This request gives a Setpoints Buffer description.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-8
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 10
HMITalk1.DriverP2 = 969 (3C9h)
RETURNS:
- HMITalk1.PointValue(0) = SW1, switch 1.
- HMITalk1.PointValue(1) = SW1, switch 2.
- HMITalk1.PointValue(2) = SW1, switch 3.
- HMITalk1.PointValue(3) = SW1, switch 4.
- HMITalk1.PointValue(4) = SW1, switch 5.
- HMITalk1.PointValue(5) = SW1, switch 6.
- HMITalk1.PointValue(6) = SW1, switch 7.
- HMITalk1.PointValue(7) = SW1, switch 8.
NOTE:
0 = On
1 = Off
COMMAND DESCRIPTION:
This command retrieves information about the current
status.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-9
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 11
HMITalk1.DriverP2 = 768 (300h)
RETURNS:
- HMITalk1.PointValue(0) = Division Code.
- HMITalk1.PointValue(1) = Communications Software Version.
- HMITalk1.PointValue(2) = Product ID (= 29).
- HMITalk1.PointValue(3) = Status.
0 = Normal - Inactive (no devices detected on sub-network).
1 = Normal - Active.
2 = Tripped (a trip has ocurred and has not been acknowledged).
3 = Alarm (Advantage in overload).
- HMITalk1.PointValue(4) = If 1, opened by remote communications.
- HMITalk1.PointValue(5) = If 1, powered on since last status read request.
- HMITalk1.PointValue(6) = If 1, was in learn mode.
- HMITalk1.PointValue(7) = If 1, in learn mode.
- HMITalk1.PointValue(8) = CMU malfunction.
COMMAND DESCRIPTION:
This request gives a Setpoints Buffer description.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-3
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 11
HMITalk1.DriverP2 = 969 (3C9h)
RETURNS:
- HMITalk1.PointValue(0) = If 1, Learn mode. If 0, operational.
- HMITalk1.PointValue(1) = If 1, 9600 baud. If 0, 1200 baud.
- HMITalk1.PointValue(2) = If 1, Test mode. If 0, operational.
COMMAND DESCRIPTION:
This request is used to send the real-time clock data (current date
and time) to a slave. 7 channels are needed to full specify date &
time information. Missing channels will be provided internally by
the driver according to current PC date & time information.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Output
HMITalk1.DriverNumPoints = 1-7
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 11
HMITalk1.DriverP2 = 984 (3D8h)
VALUES TO SEND:
- HMITalk1.PointValue(0) = 1/100 second.
- HMITalk1.PointValue(1) = Hour.
- HMITalk1.PointValue(2) = Minute.
- HMITalk1.PointValue(3) = Second.
- HMITalk1.PointValue(4) = Month.
- HMITalk1.PointValue(5) = Day.
- HMITalk1.PointValue(6) = Year.
COMMAND DESCRIPTION:
This command results in the device performing an action as
detailed below. The value sent will be the current value
contained in the HMITalk1.PointValue(0) property.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 11
HMITalk1.DriverP2 = 976 (3D0h)
VALUE TO SEND:
0 = Reset CMU trip mode, acknowledge alarm.
1 = Reset device software (hardware reset).
2 = Reset trip buffer, purges all trips buffered.
COMMAND DESCRIPTION:
This command retrieves information about the current
status.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-8
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 12
HMITalk1.DriverP2 = 768 (300h)
RETURNS:
- HMITalk1.PointValue(0) = Division Code.
- HMITalk1.PointValue(1) = Communications Software Version.
- HMITalk1.PointValue(2) = Product ID.
35 = Full voltage, non-reversing.
36 = Forward/Reverse.
37 = Fast/Slow - 2 winding.
38 = Fast/Slow - constant horsepower.
39 = Fast/Slow - constant torque.
40 = Reduced voltage - primary resintance.
41 = Reduced voltage - part winding.
42 = Reduced voltage - auto transformer.
43 = Reduced voltage - Wye-Delta open transition.
44 = Reduced voltage - Wye-Delta close transition.
45 = Metering.
- HMITalk1.PointValue(3) = Status.
0 = Open
1 = Closed
2 = Tripped
3 = Alarmed
- HMITalk1.PointValue(4) = If 1, tripped or opened by remote communications.
- HMITalk1.PointValue(5) = If 1, powered on since last status read request.
- HMITalk1.PointValue(6) = Set when trip detected, cleared when the trip buffer is read.
- HMITalk1.PointValue(7) = Set indicates W-PONI - ACM communications is functional.
COMMAND DESCRIPTION:
This command retrieves information about the current phases
and current IX. Currents are expressed in amperes.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-4
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 12
HMITalk1.DriverP2 = 773 (305h)
RETURNS:
- HMITalk1.PointValue(0) = Phase current IA (Amperes).
- HMITalk1.PointValue(1) = Phase current IB (Amperes).
- HMITalk1.PointValue(2) = Phase current IC (Amperes).
- HMITalk1.PointValue(3) = Current IX (Amperes).
Note:
Current IX will usually be ground current. For some products, this
current may be either fourth pole current or neutral current. These
latter cases will not have ground current.
COMMAND DESCRIPTION:
This command retrieves extended information about the current
operating conditions.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-13
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 12
HMITalk1.DriverP2 = 968 (3C8h)
RETURNS:
- HMITalk1.PointValue(0) = Run/Closed Indication.
- HMITalk1.PointValue(1) = Ready/Open Indication.
- HMITalk1.PointValue(2) = Trip Indication.
- HMITalk1.PointValue(3) = If 1, Overload.
- HMITalk1.PointValue(4) = If 1, Run Permit Signal Present.
- HMITalk1.PointValue(5) = If 1, Start Signal Present.
- HMITalk1.PointValue(6) = If 0, Remote Reset Present.
- HMITalk1.PointValue(7) = If 0, Local Reset Present.
- HMITalk1.PointValue(8) = Trip Type:
1 = Overload Trip
2 = Ground Current Trip
3 = Phase Loss Trip
4 = Phase Unbalance Trip
16 = Ground. Current exceeds interrupt capacity.
32 = Control Voltage too low. Unit will open.
48 = Control Voltage too low to pick up.
64 = Control Voltage too high to pick up.
80 = Current to low to close.
112 = External Trip (via remote communications).
- HMITalk1.PointValue(9) = Coil Voltage (units of volts).
- HMITalk1.PointValue(10) = Maximum Coil Current on closing.
- HMITalk1.PointValue(11) = Time equivalent of the delay from the middle
of each half-cycle, to the beginning of
holding pulse.
- HMITalk1.PointValue(12) = The recorded holding current.
COMMAND DESCRIPTION:
This request gives a Setpoints Buffer description.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-22
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 12
HMITalk1.DriverP2 = 969 (3C9h)
RETURNS:
Dipheater:
- HMITalk1.PointValue(0) = Heater number (0-31).
- HMITalk1.PointValue(1) = Overload type:
0 = Class 10 Overload.
1 = Class 20 Overload.
2 = Class 30 Overload.
3 = No protection.
- HMITalk1.PointValue(2) = If 1, Automatic Reset.
Econfig:
- HMITalk1.PointValue(3) = If 1, Ground Fault enabled.
- HMITalk1.PointValue(4) = If 1, Phase Protection enabled.
- HMITalk1.PointValue(5) = If 1, Thermal Overload enabled.
- HMITalk1.PointValue(6) = If 1, unit is 50 Hz. If 0, unit is 60 Hz.
- HMITalk1.PointValue(7) = If 1, Unit is an Overload. If 0, Unit is
a Contactor/Starter.
- HMITalk1.PointValue(8) = If 1, Ultrasonic holding enabled.
- HMITalk1.PointValue(9) = If 1, Local Reset is disabled.
- HMITalk1.PointValue(10) = If 1, Unit will not reset thermal trip on
power up, even if reset conditions met.
Surever:
- HMITalk1.PointValue(11) = Rom Version of the sure chip.
- HMITalk1.PointValue(12) = Product ID of starter #1 (at address 1).
- HMITalk1.PointValue(13) = Product ID of starter #1 (at address 4).
If the version is full voltage, forward/reverse or fast/slow.
ACM Status:
- HMITalk1.PointValue(14) = If 1, IMPACC Auto mode.
- HMITalk1.PointValue(15) = Reserved
- HMITalk1.PointValue(16) = Reserved
- HMITalk1.PointValue(17) = If 1, Starter #4. If 0, Starter #0.
- HMITalk1.PointValue(18) = If 1, Remote Auto mode.
- HMITalk1.PointValue(19) = If 1, ACM sub-network comm OK. If 0, comm failure.
- HMITalk1.PointValue(20) = Reserved
If the version is reduced voltage.
ACM Status:
- HMITalk1.PointValue(14) = If 1, IMPACC Auto mode.
- HMITalk1.PointValue(15) = If 1, Incomplete Sequence Trip.
- HMITalk1.PointValue(16) = If 1, Start transition in progress.
- HMITalk1.PointValue(17) = If 1, Anti-recycle lockout.
- HMITalk1.PointValue(18) = If 1, Remote Auto mode.
- HMITalk1.PointValue(19) = If 1, ACM sub-network comm OK. If 0, comm failure.
- HMITalk1.PointValue(20) = If 1, Transition time out trip.
COMMAND DESCRIPTION:
This request is for use with products that provide "time stamping" or
trip data. When the product receives a Fast-Status request, it resets
an on-board Trip Time Offset clock. Should the product perform a
protective trip, the product records the value of the Trip Time Offset
clock at the instant of the trip. The value of the Trip Time
Offset clock then represents the elapsed time between the las time
mark (Fast-Status) received from the master and the time at
which the product tripped. The resolution of the product Trip
Time Offset clock is assumed to be 1/256 of a second.
When a protective trip ocurrs, the product records the following
data into a TIME STAMPED TRIP DATA buffer:
- Trip Time Offset clock
- Metered values
- Flags
- Setpoints
The Trip Time Offset clock continues to run. If a product has more
than one TIME STAMPED TRIP DATA buffer, it will over-write the oldest
buffer. If a product has only one TIME STAMPED TRIP DATA buffer, it
will be over-written.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-44
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 12
HMITalk1.DriverP2 = 971 (3CBh)
RETURNS:
- HMITalk1.PointValue(0) = TRIP DATA Buffer number.
- HMITalk1.PointValue(1) = Number of unread TRIP DATA Buffers.
- HMITalk1.PointValue(2) = TRIP TIME OFFSET.
- HMITalk1.PointValue(3) = Phase A Current.
- HMITalk1.PointValue(4) = Phase B Current.
- HMITalk1.PointValue(5) = Phase C Current.
Flags Buffer (same as Read Flags Buffer command):
- HMITalk1.PointValue(6) = Run/Closed Indication.
- HMITalk1.PointValue(7) = Ready/Open Indication.
- HMITalk1.PointValue(8) = Trip Indication.
- HMITalk1.PointValue(9) = If 1, Overload.
- HMITalk1.PointValue(10) = If 1, Run Permit Signal Present.
- HMITalk1.PointValue(11) = If 1, Start Signal Present.
- HMITalk1.PointValue(12) = If 0, Remote Reset Present.
- HMITalk1.PointValue(13) = If 0, Local Reset Present.
- HMITalk1.PointValue(14) = Trip Type:
1 = Overload Trip
2 = Ground Current Trip
3 = Phase Loss Trip
4 = Phase Unbalance Trip
16 = Ground. Current exceeds interrupt capacity.
32 = Control Voltage too low. Unit will open.
48 = Control Voltage too low to pick up.
64 = Control Voltage too high to pick up.
80 = Current to low to close.
112 = External Trip (via remote communications).
- HMITalk1.PointValue(15) = Coil Voltage (units of volts).
- HMITalk1.PointValue(16) = Maximum Coil Current on closing.
- HMITalk1.PointValue(17) = Time equivalent of the delay from the middle
of each half-cycle, to the beginning of
holding pulse.
- HMITalk1.PointValue(18) = The recorded holding current.
Setpoints Buffer (same as Read Setpoints Buffer command):
Dipheater:
- HMITalk1.PointValue(19) = Heater number (0-31).
- HMITalk1.PointValue(20) = Overload type:
0 = Class 10 Overload.
1 = Class 20 Overload.
2 = Class 30 Overload.
3 = No protection.
- HMITalk1.PointValue(21) = If 1, Automatic Reset.
Econfig:
- HMITalk1.PointValue(22) = If 1, Ground Fault enabled.
- HMITalk1.PointValue(23) = If 1, Phase Protection enabled.
- HMITalk1.PointValue(24) = If 1, Thermal Overload enabled.
- HMITalk1.PointValue(25) = If 1, unit is 50 Hz. If 0, unit is 60 Hz.
- HMITalk1.PointValue(26) = If 1, Unit is an Overload. If 0, Unit is
a Contactor/Starter.
- HMITalk1.PointValue(27) = If 1, Ultrasonic holding enabled.
- HMITalk1.PointValue(28) = If 1, Local Reset is disabled.
- HMITalk1.PointValue(29) = If 1, Unit will not reset thermal trip on
power up, even if reset conditions met.
Surever:
- HMITalk1.PointValue(30) = Rom Version of the sure chip.
- HMITalk1.PointValue(31) = Product ID of starter #1 (at address 1).
- HMITalk1.PointValue(32) = Product ID of starter #1 (at address 4).
If the version is full voltage, forward/reverse or fast/slow.
ACM Status:
- HMITalk1.PointValue(33) = If 1, IMPACC Auto mode.
- HMITalk1.PointValue(34) = Reserved
- HMITalk1.PointValue(35) = Reserved
- HMITalk1.PointValue(36) = If 1, Starter #4. If 0, Starter #0.
- HMITalk1.PointValue(37) = If 1, Remote Auto mode.
- HMITalk1.PointValue(38) = If 1, ACM sub-network comm OK. If 0, comm failure.
- HMITalk1.PointValue(39) = Reserved
If the version is reduced voltage.
ACM Status:
- HMITalk1.PointValue(33) = If 1, IMPACC Auto mode.
- HMITalk1.PointValue(34) = If 1, Incomplete Sequence Trip.
- HMITalk1.PointValue(35) = If 1, Start transition in progress.
- HMITalk1.PointValue(36) = If 1, Anti-recycle lockout.
- HMITalk1.PointValue(37) = If 1, Remote Auto mode.
- HMITalk1.PointValue(38) = If 1, ACM sub-network comm OK. If 0, comm failure.
- HMITalk1.PointValue(39) = If 1, Transition time out trip.
COMMAND DESCRIPTION:
This request gives current ACM status information.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-26
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 12
HMITalk1.DriverP2 = 972 (3CCh)
HMITalk1.DriverP3 = Indicates the version of ACM.
- 0 = Forward/Reverse or Fast/Slow Version.
- 1 = Reduced Voltage Version.
RETURNS:
If the version is full voltage, forward/reverse or fast/slow.
ACM Status:
- HMITalk1.PointValue(0) = If 1, Trip.
- HMITalk1.PointValue(1) = If 1, Alarm.
- HMITalk1.PointValue(2) = If 1, Stop.
- HMITalk1.PointValue(3) = If 1, Forward/Fast Run.
- HMITalk1.PointValue(4) = If 1, Reverse/Slow Run.
- HMITalk1.PointValue(5) = If 1, Off Mode.
- HMITalk1.PointValue(6) = If 1, Auto mode.
- HMITalk1.PointValue(7) = If 1, Hand Mode.
- HMITalk1.PointValue(8) = If 1, IMPACC Auto mode.
- HMITalk1.PointValue(9) = Reserved
- HMITalk1.PointValue(10) = Reserved
- HMITalk1.PointValue(11) = If 1, Starter #4. If 0, Starter #1.
- HMITalk1. HMITalk1.PointValue(12) = If 1, Remote Auto mode.
- HMITalk1.PointValue(13) = If 1, ACM sub-network comm OK. If 0, comm failure.
- HMITalk1.PointValue(14) = Reserved
If the version is reduced voltage.
ACM Status:
- HMITalk1.PointValue(0) = If 1, Trip.
- HMITalk1.PointValue(1) = If 1, Alarm.
- HMITalk1.PointValue(2) = If 1, Hand Mode.
- HMITalk1.PointValue(3) = Reserved
- HMITalk1.PointValue(4) = If 1, Run. If 0, Stop.
- HMITalk1.PointValue(5) = If 1, Off Mode.
- HMITalk1.PointValue(6) = If 1, Auto mode.
- HMITalk1.PointValue(7) = Reserved
- HMITalk1.PointValue(8) = If 1, IMPACC Auto mode.
- HMITalk1.PointValue(9) = If 1, Incomplete Sequence Trip.
- HMITalk1.PointValue(10) = If 1, Start transition in progress.
- HMITalk1.PointValue(11) = If 1, Anti-recycle lockout.
- HMITalk1.PointValue(12) = If 1, Remote Auto mode.
- HMITalk1.PointValue(13) = If 1, ACM sub-network comm OK. If 0, comm failure.
- HMITalk1.PointValue(14) = If 1, Transition time out trip.
Definition for reduced voltage:
- HMITalk1.PointValue(15) = If 1, Metering module connected.
If the version is full voltage, forward/reverse or fast/slow.
ACM Status:
- HMITalk1.PointValue(16) = If 1, Three contactor fast/slow.
- HMITalk1.PointValue(17) = If 1, Mandatory Time Stop.
- HMITalk1.PointValue(18) = If 1, Compel Accel Enabled.
- HMITalk1.PointValue(19) = If 1, Compel Decel Enabled.
- HMITalk1.PointValue(20) = Timer Setting in Seconds.
If the version is reduced voltage.
ACM Status:
- HMITalk1.PointValue(16) = Configuration Type.
0 = Primary Resistance - Setup #1.
1 = Part Winding.
2 = Auto Transformer - Setup #1.
3 = Whe-delta Open transition.
4 = Whe-delta Closed transition.
5 = Primary Resistance - Setup #2.
6 = Auto Transformer - Setup #2.
- HMITalk1.PointValue(17) = If 1, Transition on Current.
- HMITalk1.PointValue(18) = If 1, Transition on Time Out.
- HMITalk1.PointValue(19) = Reserved
- HMITalk1.PointValue(20) = Timer Setting in Seconds.
COMMAND DESCRIPTION:
This command results in the device performing an action as
detailed below. The value sent will be the current value
contained in the HMITalk1.PointValue(0) property.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 12
HMITalk1.DriverP2 = 976 (3D0h)
VALUE TO SEND:
0 = Reset trip/unit.
1 = Reset trip buffer.
2 = Start fast forward.
3 = Start reverse.
4 = Stop.
5 = Start slow forward.
COMMAND DESCRIPTION:
This request retrieves Current Buffer information.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-4
HMITalk1.DriverP0 = Unist Address (0-4095)
HMITalk1.DriverP1 = 14
HMITalk1.DriverP2 = 773 (305h)
RETURNS:
- HMITalk1.PointValue(0) = Phase A Current.
- HMITalk1.PointValue(1) = Phase B Current.
- HMITalk1.PointValue(2) = Phase C Current.
- HMITalk1.PointValue(3) = Ground Current.
COMMAND DESCRIPTION:
This request retrieves Line-to-Line Voltage Buffer
information.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-3
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 14
HMITalk1.DriverP2 = 774 (306h)
RETURNS:
- HMITalk1.PointValue(0) = Voltage A-B.
- HMITalk1.PointValue(1) = Voltage B-C.
- HMITalk1.PointValue(2) = Voltage C-A.
COMMAND DESCRIPTION:
This request retrieves Line-to-Neutral Voltage Buffer
information.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-3
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 14
HMITalk1.DriverP2 = 775 (307h)
RETURNS:
- HMITalk1.PointValue(0) = Voltage A-N.
- HMITalk1.PointValue(1) = Voltage B-N.
- HMITalk1.PointValue(2) = Voltage C-N.
COMMAND DESCRIPTION:
This request retrieves Power Buffer information.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-3
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 14
HMITalk1.DriverP2 = 776 (308h)
RETURNS:
- HMITalk1.PointValue(0) = Frequency (Hz).
- HMITalk1.PointValue(1) = Reactive Power (VARs).
- HMITalk1.PointValue(2) = Power Factor Apparent.
COMMAND DESCRIPTION:
This request retrieves Expanded Power Buffer information.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-6
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 14
HMITalk1.DriverP2 = 783 (30F)
HMITalk1.DriverP3 = 6
RETURNS:
- HMITalk1.PointValue(0) = Real Power (watts).
- HMITalk1.PointValue(1) = Reactive Power (VARs).
- HMITalk1.PointValue(2) = Volt-Amps 3 phase (VA).
- HMITalk1.PointValue(3) = Power Factor Displacement.
- HMITalk1.PointValue(4) = Power Factor Apparent.
- HMITalk1.PointValue(5) = Frequency (Hz).
COMMAND DESCRIPTION:
This request retrieves THD Buffer information.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-9
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 14
HMITalk1.DriverP2 = 783 (30F)
HMITalk1.DriverP3 = 9
RETURNS:
- HMITalk1.PointValue(0) = % THD - Phase A Current (%).
- HMITalk1.PointValue(1) = % THD - Phase B Current (%).
- HMITalk1.PointValue(2) = % THD - Phase C Current (%).
- HMITalk1.PointValue(3) = % THD - Voltage A-B (%).
- HMITalk1.PointValue(4) = % THD - Voltage B-C (%).
- HMITalk1.PointValue(5) = % THD - Voltage C-A (%).
- HMITalk1.PointValue(6) = % THD - Voltage A-N (%).
- HMITalk1.PointValue(7) = % THD - Voltage B-N (%).
- HMITalk1.PointValue(8) = % THD - Voltage C-N (%).
COMMAND DESCRIPTION:
This request retrieves Trip Data Buffer information.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-27
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 14
HMITalk1.DriverP2 = 971 (3CBh)
RETURNS:
- HMITalk1.PointValue(0) = Phase A Current.
- HMITalk1.PointValue(1) = Phase B Current.
- HMITalk1.PointValue(2) = Phase C Current.
- HMITalk1.PointValue(3) = Ground Current.
- HMITalk1.PointValue(4) = Voltage A-B.
- HMITalk1.PointValue(5) = Voltage B-C.
- HMITalk1.PointValue(6) = Voltage C-A.
- HMITalk1.PointValue(7) = Voltage A-N.
- HMITalk1.PointValue(8) = Voltage B-N.
- HMITalk1.PointValue(9) = Voltage C-N.
- HMITalk1.PointValue(10) = Real Power (watts).
- HMITalk1.PointValue(11) = Power Demand (watts).
- HMITalk1.PointValue(12) = Energy (wh).
- HMITalk1.PointValue(13) = Frequency (Hz).
- HMITalk1.PointValue(14) = Reactive Power (VARs).
- HMITalk1.PointValue(15) = Power Factor Apparent.
- HMITalk1.PointValue(16) = % THD - Phase A Current (%).
- HMITalk1.PointValue(17) = % THD - Phase B Current (%).
- HMITalk1.PointValue(18) = % THD - Phase C Current (%).
- HMITalk1.PointValue(19) = % THD - Voltage A-B (%).
- HMITalk1.PointValue(20) = % THD - Voltage B-C (%).
- HMITalk1.PointValue(21) = % THD - Voltage C-A (%).
- HMITalk1.PointValue(22) = % THD - Voltage A-N (%).
- HMITalk1.PointValue(23) = % THD - Voltage B-N (%).
- HMITalk1.PointValue(24) = % THD - Voltage C-N (%).
- HMITalk1.PointValue(25) = Volt-Amps 3 phase (VA).
- HMITalk1.PointValue(26) = Power Factor Displacement.
COMMAND DESCRIPTION:
This command retrieves extended information about the current
operating conditions.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-25
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 14
HMITalk1.DriverP2 = 968 (3C8h)
RETURNS:
- HMITalk1.PointValue(0) = Relay 1 Activated
- HMITalk1.PointValue(1) = Relay 1 IMPACC External Trip
- HMITalk1.PointValue(2) = Relay 1 Overvoltage Trip
- HMITalk1.PointValue(3) = Relay 1 Undervoltage Trip
- HMITalk1.PointValue(4) = Relay 1 Voltage Phase Loss Trip
- HMITalk1.PointValue(5) = Relay 1 Voltage Phase Unbalance Trip
- HMITalk1.PointValue(6) = Relay 1 Voltage Phase Reversal Trip
- HMITalk1.PointValue(7) = Relay 1 Current Phase Loss Trip
- HMITalk1.PointValue(8) = Relay 2 Activated
- HMITalk1.PointValue(9) = Relay 2 IMPACC External Trip
- HMITalk1.PointValue(10) = Relay 2 Overvoltage Trip
- HMITalk1.PointValue(11) = Relay 2 Undervoltage Trip
- HMITalk1.PointValue(12) = Relay 2 Voltage Phase Loss Trip
- HMITalk1.PointValue(13) = Relay 2 Voltage Phase Unbalance Trip
- HMITalk1.PointValue(14) = Relay 2 Voltage Phase Reversal Trip
- HMITalk1.PointValue(15) = Relay 2 Current Phase Loss Trip
- HMITalk1.PointValue(16) = TRIP RELAY STATE
- HMITalk1.PointValue(17) = ALARM RELAY STATE
- HMITalk1.PointValue(18) = PULSE INITIATOR RELAY STATE
- HMITalk1.PointValue(19) = RAM Failure
- HMITalk1.PointValue(20) = ROM Failure
- HMITalk1.PointValue(21) = A/D Offset Error
- HMITalk1.PointValue(22) = EEPROM Failure
- HMITalk1.PointValue(23) = Deadman Timer Error
- HMITalk1.PointValue(24) = Factory Calibration Mode
COMMAND DESCRIPTION:
This request retrieves System Energy Buffer information.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-7
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 14
HMITalk1.DriverP2 = 783 (30F)
HMITalk1.DriverP3 = 8
RETURNS:
- HMITalk1.PointValue(0) = Energy Forward
- HMITalk1.PointValue(1) = Energy Reverse
- HMITalk1.PointValue(2) = Energy Net
- HMITalk1.PointValue(3) = VAR-h Forward
- HMITalk1.PointValue(4) = VAR-h Reverse
- HMITalk1.PointValue(5) = VAR-h Net
- HMITalk1.PointValue(6) = VAR-h
COMMAND DESCRIPTION:
This command retrieves information about the current
device status.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Unit Address (0-4095)
HMITalk1.DriverP1 = 14
HMITalk1.DriverP2 = 768 (300h)
RETURNS:
- HMITalk1.PointValue(0) = Status.
0 = Inactive
1 = Normal
2 = Tripped (Alarm 1)
3 = Alarmed (Alarm 2)
[1005] DRIVER (Internal): Invalid driver stage
[1300] PROTOCOL (Timeout): No answer
[1400] PROTOCOL (Format): Acknowledge not received
[1433] PROTOCOL (Format): Validation error in device response
[2174] CONFIG (NumValues): Too many values (max=%u)
[3007] CONFIG (P0): Invalid device address
[3500] CONFIG (P1): Analog inputs are not supported for this device
[3501] CONFIG (P1): Analog outputs are not supported for this device
[3503] CONFIG (P1): Digital inputs are not supported for this device
[3504] CONFIG (P1): Digital outputs are not supported for this device
[3551] CONFIG (P1): Invalid device code
[4030] CONFIG (P2): Invalid command
[4570] CONFIG (P3): Invalid sub-command
This driver requires that you have TAS-HMITalk 8.04 installed.
Driver Source Code Last Update: 03/08/2004 14:07:58
Driver Reference Last Update: 10/30/2008 17:52:27
© 1990-2008, CPKSoft Engineering. All rights reserved.