FieldServer Power Supply FS 8700 124 User Manual

-
A Sierra Monitor Company  
Driver Manual  
(Supplement to the FieldServer Instruction Manual)  
FS-8700-124 TIC UPS  
APPLICABILITY & EFFECTIVITY  
Effective for all systems manufactured after May 1, 2001  
Driver Version:  
1.01  
Document Revision: 0  
Download from Www.Somanuals.com. All Manuals Search And Download.  
ProtoNode Driver Manual (FS-8700-124) rev 6.doc Manual  
Page 3 of 17  
1.  
TIC UPS Description  
The serial TIC UPS driver allows the ProtoNode to transfer data to and from devices over RS-  
232 using TIC UPS protocol. The ProtoNode can emulate a Client.  
This driver is intended for use with Toshiba models UPS.  
It is intended to do the following:  
Read information from the UPS such as battery life, voltages etc. This will be done in  
user mode on the UPS.  
Write information and commands such as shutdown commands to the UPS.  
Advanced options such as reading/writing EEPROM is not supported. No date/time  
reads or writes will be supported. No string type commands will be supported.  
Max Nodes Supported  
ProtoNode Mode  
Nodes  
Comments  
As the Toshiba protocol only allows for 1:1 communication  
at this stage, only 1 client is allowed per RS-232 port.  
The server only serves for emulation purposes. It will have  
a static address as per Toshiba spec.  
Client  
1
Server  
1
ProtoCessor 1991 Tarob Court Milpitas, California 95035 USA Web:www.protocessor.com  
Tel: 408.964.4433 Fax: 408.964.4425 Toll_Free: 800.317.8319 email: [email protected]  
Download from Www.Somanuals.com. All Manuals Search And Download.  
 
ProtoNode Driver Manual (FS-8700-124) rev 6.doc Manual  
Page 4 of 17  
2.  
Driver Scope of Supply  
2.1. Supplied by FieldServer Technologies for this driver  
FieldServer Technologies  
PART #  
Description  
FS-8917-02  
FS-8917-03  
FS-8700-124  
RJ45 to DB9F connector adapter.  
RJ45 to DB9M connector adapter.  
Driver Manual.  
2.2.  
Provided by the Supplier of 3rd Party Equipment  
2.2.1.  
Required 3rd Party Hardware  
Part #  
Description  
TIC UPS model  
1600/1800/4200/G8000/G8000MM/G9000  
-
2.2.2.  
None  
2.2.3.  
Required 3rd Party Software  
Required 3rd Party Configuration  
The baud rate of the UPS must match the configuration file of the ProtoNode.  
ProtoCessor 1991 Tarob Court Milpitas, California 95035 USA Web:www.protocessor.com  
Tel: 408.964.4433 Fax: 408.964.4425 Toll_Free: 800.317.8319 email: [email protected]  
Download from Www.Somanuals.com. All Manuals Search And Download.  
           
ProtoNode Driver Manual (FS-8700-124) rev 6.doc Manual  
Page 5 of 17  
3.  
Hardware Connections  
The ProtoNode is connected to the UPS as shown in connection drawing.  
Configure the TIC UPS according to manufacturer’s instructions.  
Toshiba UPS  
8917-03 WIRE LIST  
FUNCTION FROM  
TO  
COLOUR  
GREY  
Rx  
GND  
Tx  
RJ45-01 DB9M-02  
RJ45-04 DB9M-05 GREEN  
RJ45-08 DB9M-03 BLUE  
8917-02 WIRE LIST  
FUNCTION FROM  
TO  
COLOUR  
WHITE  
GREEN  
BLUE  
Rx  
GND  
Tx  
RJ45-01 DB9F-03  
RJ45-04 DB9F-05  
RJ45-08 DB9F-02  
(408)-262-2299  
PROTONODE  
TOSHIBA UPS  
CONNECTION DIAGRAM  
DB9F  
PROTONODE  
BASE NAME:  
FILE NAME: FS-8700-124  
DATE: 10/10/07  
BY: MC  
3.1.  
Hardware Connection Tips / Hints  
The RTS/DTS signals are not used by the driver. Make sure they are not connected and  
do not enable them in the configuration file.  
The cable must be a NULL modem cable, i.e. the TX must be connected to the other  
connector’s RX.  
ProtoCessor 1991 Tarob Court Milpitas, California 95035 USA Web:www.protocessor.com  
Tel: 408.964.4433 Fax: 408.964.4425 Toll_Free: 800.317.8319 email: [email protected]  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
ProtoNode Driver Manual (FS-8700-124) rev 6.doc Manual  
Page 6 of 17  
4.  
Configuring the FieldServer as a TIC UPS Client  
For a detailed discussion on FieldServer configuration, please refer to the FieldServer  
Configuration Manual. The information that follows describes how to expand upon the factory  
defaults provided in the configuration files included with the FieldServer (See “.csv” sample files  
provided with the FieldServer).  
This section documents and describes the parameters necessary for configuring the FieldServer  
to communicate with a TIC UPS Server.  
4.1.  
Data Arrays/Descriptors  
The configuration file tells the FieldServer about its interfaces, and the routing of data  
required. In order to enable the FieldServer for TIC UPS communications, the driver  
independent FieldServer buffers need to be declared in the “Data Arrays” section, the  
destination device addresses need to be declared in the “Client Side Nodes” section, and the  
data required from the servers needs to be mapped in the “Client Side Map Descriptors”  
section. Details on how to do this can be found below.  
Note that in the tables, * indicates an optional parameter, with the bold legal value being the  
default.  
Section Title  
Data_Arrays  
Column Title  
Function  
Legal Values  
Up to 15 alphanumeric  
characters  
Data_Array_Name  
Provide name for Data Array  
Provide data format. Each Data  
Array can only take on one format.  
Number of Data Objects. Must be  
larger than the data storage area  
required by the Map Descriptors for  
the data being placed in this array.  
Data_Array_Format  
Data_Array_Length  
Float, Bit  
1-10,000  
Example  
// Data Arrays  
Data_Arrays  
Data_Array_Name,  
DA_AI_01,  
DA_DI_01,  
Data_Array_Format,  
Float,  
Bit,  
Data_Array_Length  
200  
200  
ProtoCessor 1991 Tarob Court Milpitas, California 95035 USA Web:www.protocessor.com  
Tel: 408.964.4433 Fax: 408.964.4425 Toll_Free: 800.317.8319 email: [email protected]  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
ProtoNode Driver Manual (FS-8700-124) rev 6.doc Manual  
Page 7 of 17  
4.2.  
Client Side Connection Descriptions  
Section Title  
Connections  
Column Title  
Function  
Legal Values  
Specify which port the device  
is connected to the ProtoNode  
Specify protocol used  
Port  
P1-P8  
Protocol  
Baud*  
TOSHIBA_UPS, TOSH_UPS  
12009600, standard baud rates  
only (Vendor limitation)  
Specify baud rate  
Parity*  
Specify parity  
Even  
Data_Bits*  
Stop_Bits*  
Handshaking*  
Poll _Delay*  
Specify data bits  
Specify stop bits  
Specify hardware handshaking  
Time between internal polls  
7
1
None  
0-32000 seconds, 0.05 seconds  
Example  
//  
Client Side Connections  
Connections  
Port, Protocol,  
Baud, Parity, Handshaking,  
Data_Bits  
7
Poll_Delay  
0.100s  
P1,  
TOSH_UPS,  
1200,  
Even,  
None,  
4.3.  
Client Side Node Descriptors  
Section Title  
Nodes  
Column Title  
Node_Name  
Function  
Provide name for node  
Modbus station address of  
physical server node  
Legal Values  
Up to 32 alphanumeric characters  
Node_ID  
Protocol  
1
Specify protocol used  
TOSH_UPS, TOSHIBA_UPS  
1600, 1800, 4200, G8000,  
G8000MM, G9000  
Node_Type  
The model of the TIC UPS  
Specify which port the device is  
connected to the ProtoNode  
Connection  
P1-P81  
1
Not all ports shown are necessarily supported by the hardware. Consult the appropriate Instruction manual for  
details of the ports available on specific hardware.  
ProtoCessor 1991 Tarob Court Milpitas, California 95035 USA Web:www.protocessor.com  
Tel: 408.964.4433 Fax: 408.964.4425 Toll_Free: 800.317.8319 email: [email protected]  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
ProtoNode Driver Manual (FS-8700-124) rev 6.doc Manual  
Page 8 of 17  
Example  
// Client Side Nodes  
Nodes  
Node_Name, Node_ID, Protocol,  
PLC 1, 1, TOSH_UPS,  
Node_Type,  
1600,  
Connection  
P1  
4.4. Client Side Map Descriptors  
4.4.1.  
FieldServer Related Map Descriptor Parameters  
Column Title Function Legal Values  
Up to 32 alphanumeric  
characters  
Map_Descriptor_Name Name of this Map Descriptor  
Name of Data Array where  
data is to be stored in the  
FieldServer  
One of the Data Array names  
from “Data Array” section  
above  
Data_Array_Name  
Starting location in Data  
Array  
Function of Client Map  
Descriptor  
0 to maximum specified in  
Data Array” section above  
Data_Array_Offset  
Function  
RDBC, WRBC, WRBX  
4.4.2.  
Column Title  
Driver Related Map Descriptor Parameters  
Function  
Legal Values  
Name of Node to fetch One of the node names specified in  
Node_Name  
Toshiba_Command  
Length  
data from  
“Client Node Descriptor” above  
Type of information  
on UPS  
OV1, OV2, OV3 etc (Appendix A)  
Length of Map  
Descriptor  
1 All value commands  
24 All bit commands  
ProtoCessor 1991 Tarob Court Milpitas, California 95035 USA Web:www.protocessor.com  
Tel: 408.964.4433 Fax: 408.964.4425 Toll_Free: 800.317.8319 email: [email protected]  
Download from Www.Somanuals.com. All Manuals Search And Download.  
     
ProtoNode Driver Manual (FS-8700-124) rev 6.doc Manual  
Page 9 of 17  
4.5.  
4.5.1.  
Map Descriptor Example.  
Example 1  
// Client Side Map Descriptors  
Map_Descriptors  
Map_Descriptor_Name,  
A1,  
Data_Array_Name,  
DA_AI_01,  
Data_Array_Offset,  
0,  
Function, Node_Name,  
RDBC, Node_A,  
Toshiba_Command,  
OV1,  
Length, Scan_Interval  
1,  
5
For all commands except  
FAULT and ALARM,  
ensure that the  
Data_Array_Name points  
to an array of type float.  
Make sure the Toshiba  
command supports the  
selected function.  
All commands except  
ALARM and FAULT  
have length 1.  
For a list of  
commands, see  
4.5.2.  
Example 2  
// Client Side Map Descriptors  
Map_Descriptors  
Map_Descriptor_Name,  
Data_Array_Name,  
Data_Array_Offset,  
Function, Node_Name,  
Toshiba_Command,  
ALARM,  
ALARM,  
Length, Scan_Interval  
B1,  
B2,  
B3,  
DA_DI_01,  
DA_DI_01,  
DA_DI_01,  
23,  
15,  
0,  
RDBC,  
RDBC,  
RDBC,  
Node_A,  
Node_A,  
Node_A,  
1,  
5
5
5
4,  
ALARM,  
23,  
Specify number of bits to  
read. Maximum for Offset  
+ Length is 23.  
Use the offset to read a specific bit or  
start reading at a specific bit. Use in  
conjunction with length. Max value is  
23.  
For ALARM and  
FAULT, use bit  
arrays  
ProtoCessor 1991 Tarob Court Milpitas, California 95035 USA Web:www.protocessor.com  
Tel: 408.964.4433 Fax: 408.964.4425 Toll_Free: 800.317.8319 email: [email protected]  
Download from Www.Somanuals.com. All Manuals Search And Download.  
     
ProtoNode Driver Manual (FS-8700-124) rev 6.doc Manual  
Page 10 of 17  
Appendix A. Commands Specific to Devices  
Appendix A.1. Client Read commands  
The following commands are supported with the RDBC function.  
ProtoCessor 1991 Tarob Court Milpitas, California 95035 USA Web:www.protocessor.com  
Tel: 408.964.4433 Fax: 408.964.4425 Toll_Free: 800.317.8319 email: [email protected]  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
ProtoNode Driver Manual (FS-8700-124) rev 6.doc Manual  
Page 11 of 17  
Command  
ALARM  
BC  
Description  
Alarm data  
Battery current  
BECR  
BEMR  
BLR  
BPV1  
BPV2  
BPV3  
BPC  
Battery estimated charge remaining  
Battery estimated minutes remaining  
Battery life remaining  
Bypass voltage phase 1  
Bypass voltage phase 2  
Bypass voltage phase 3  
Bypass current  
BPFREQ  
BRHT  
BT  
Bypass frequency  
Battery rated holding time  
Battery temperature  
BVP  
Battery voltage percentage  
DC bus voltage  
Fault data  
DCBV  
FAULT  
IC1  
IC2  
IC3  
IFRQ  
IV1  
IV2  
IV3  
OC1  
Input current phase 1  
Input current phase 2  
Input current phase 3  
Input frequency  
Input voltage phase 1  
Input voltage phase 2  
Input voltage phase 3  
Output current phase 1  
Output current phase 2  
Output current phase 3  
Output frequency  
Output load percent phase 1  
Output load percent phase 2  
Output load percent phase 3  
Output voltage phase 1  
Output voltage phase 2  
Output voltage phase 3  
Seconds on battery  
OC2  
OC3  
OFRQ  
OLP1  
OLP2  
OLP3  
OV1  
OV2  
OV3  
SOB  
SAD  
Shutdown after delay  
Output voltage between phase 1 & 2  
Output voltage between phase 2 & 3  
Output voltage between phase 3 & 1  
OV12  
OV23  
OV31  
ProtoCessor 1991 Tarob Court Milpitas, California 95035 USA Web:www.protocessor.com  
Tel: 408.964.4433 Fax: 408.964.4425 Toll_Free: 800.317.8319 email: [email protected]  
Download from Www.Somanuals.com. All Manuals Search And Download.  
ProtoNode Driver Manual (FS-8700-124) rev 6.doc Manual  
Page 12 of 17  
Appendix A.1.1.  
FAULT command:  
Stored in bits, make sure array’s length is 24 and its type is bits.  
Bit #  
Function  
Bit 23:  
Bit 22:  
Bit 21:  
Bit 20:  
Bit 19:  
Bit 18:  
Bit 17:  
Bit 16:  
Bit 15:  
Bit 14:  
Bit 13:  
Bit 12:  
Bit 11:  
Bit 10:  
Bit 9:  
Not used  
1
Input over current  
DC over current  
DC bus over voltage  
DC bus under voltage  
Phase rotation error  
DC Bus imbalance  
Not used  
1
EEPROM error  
Battery or charger circuit fault  
Battery overheat  
UPS overheat  
0
Bit 8:  
Bit 7:  
Fuse has opened  
Not used  
Bit 6:  
1
Bit 5:  
Bit 4:  
Bit 3:  
Bit 2:  
Bit 1:  
Bit 0:  
Inverter over current  
UPS overload  
Inverter overload  
Inverter under voltage  
Overload 110% load  
Inverter over voltage  
ProtoCessor 1991 Tarob Court Milpitas, California 95035 USA Web:www.protocessor.com  
Tel: 408.964.4433 Fax: 408.964.4425 Toll_Free: 800.317.8319 email: [email protected]  
Download from Www.Somanuals.com. All Manuals Search And Download.  
 
ProtoNode Driver Manual (FS-8700-124) rev 6.doc Manual  
Page 13 of 17  
Appendix A.1.2.  
ALARM command:  
Stored in bits, make sure array’s length is 24 and its type is bits.  
Bit #  
Description  
Bit 23:  
Bit 22:  
Bit 21:  
Bit 20:  
Bit 19:  
Bit 18:  
Bit 17:  
Bit 16:  
Bit 15:  
Bit 14:  
Bit 13:  
Bit 12:  
Bit 11:  
Bit 10:  
Bit 9:  
Not used  
1
Low battery voltage  
Battery replacement alarm  
Parallel running mode  
0
0
UPS lifetime alarm  
Not used  
1
Asynchronous operation  
Ambient overheat  
Overload accumulation started  
0
0
Bit 8:  
0
Bit 7:  
Not used  
Bit 6:  
1
Bit 5:  
Countdown started for shutdown  
Bit 4:  
Bit 3:  
Bit 2:  
Bit 1:  
0
0
0
0
0
Bit 0:  
Appendix A.1.3.  
STATUS command:  
Stored in bits, make sure array’s length is 8 and its type is bits.  
Bit #  
Bit 7:  
Bit 6:  
Bit 5:  
Bit 4:  
Bit 3:  
Bit 2:  
Bit 1:  
Bit 0:  
Description  
Not used  
1
UPS fault detected  
Input voltage out of spec  
Low battery voltage detected  
UPS output from bypass  
UPS output from inverter  
UPS input and output voltage sync  
ProtoCessor 1991 Tarob Court Milpitas, California 95035 USA Web:www.protocessor.com  
Tel: 408.964.4433 Fax: 408.964.4425 Toll_Free: 800.317.8319 email: [email protected]  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
ProtoNode Driver Manual (FS-8700-124) rev 6.doc Manual  
Page 14 of 17  
Appendix A.1.4.  
1600:  
Commands supported by Different Models  
1800 4200 G8000 & G8000MM  
BC  
G9000  
BC  
BECR  
ALARM  
BC  
ALARM  
BC  
BC  
BPV1  
BPV2  
BPV3  
BPC  
BPFREQ  
BRHT  
BVP  
DCBV  
FAULT  
IC1  
BECR  
BPV1  
BPV2  
BPV3  
BPC  
BPFREQ  
BRHT  
BVP  
BEMR  
BLR  
BPV1  
BPC  
BPFREQ  
BRHT  
BT  
BECR  
BEMR  
BLR  
BPV1  
BPC  
BPFREQ  
BRHT  
BT  
BPC  
BPFREQ  
BRHT  
BVP  
DCBV  
FAULT  
IC1  
IC2  
IC3  
IFRQ  
IV1  
IV2  
BVP  
DCBV  
FAULT  
IC1  
FAULT  
IC1  
IFRQ  
IV1  
BVP  
DCBV  
FAULT  
IC1  
IC2  
IC3  
IC2  
IFRQ  
IV1  
IV2  
IC3  
IFRQ  
IV1  
OC1  
IFRQ  
IV1  
OC1  
OFRQ  
OLP1  
OV1  
OFRQ  
OLP1  
OV1  
SAD  
STATUS  
IV3  
IV2  
OC1  
IV3  
IV3  
OC1  
OC2  
OC2  
OC1  
OC3  
OC2  
SOB  
SAD  
STATUS  
OFRQ  
OLP1  
OLP2  
OLP3  
OV1  
OC3  
OC3  
OFRQ  
OLP1  
OLP2  
OLP3  
OV1  
OFRQ  
OLP1  
OLP2  
OLP3  
OV1  
OV2  
OV3  
OV2  
OV2  
SAD  
OV3  
OV3  
STATUS  
STATUS  
OV12  
OV23  
OV31  
STATUS  
Appendix A.2. Client Write Commands  
The following commands are supported with the WRBC functions.  
ProtoCessor 1991 Tarob Court Milpitas, California 95035 USA Web:www.protocessor.com  
Tel: 408.964.4433 Fax: 408.964.4425 Toll_Free: 800.317.8319 email: [email protected]  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
ProtoNode Driver Manual (FS-8700-124) rev 6.doc Manual  
Page 15 of 17  
Command  
SAD  
BTEST  
Description  
Shutdown after delay.  
Battery Test2  
Appendix A.2.1.  
Commands supported by different models.  
1600:  
SAD  
BTEST  
1800  
SAD  
BTEST  
4200  
SAD  
BTEST  
G8000 & G8000MM, G9000  
No Write commands supported  
2
Please note that due to battery health, this point can only be tested as specified by TIC  
ProtoCessor 1991 Tarob Court Milpitas, California 95035 USA Web:www.protocessor.com  
Tel: 408.964.4433 Fax: 408.964.4425 Toll_Free: 800.317.8319 email: [email protected]  
Download from Www.Somanuals.com. All Manuals Search And Download.  
 
ProtoNode Driver Manual (FS-8700-124) rev 6.doc Manual  
Page 16 of 17  
Appendix B. Troubleshooting Tips  
Appendix B.1. Connection Tips & Hints  
1. What should the baud rate in my configuration file be set to?  
Consult the UPS manual for the default baud rate of your UPS.  
ProtoCessor 1991 Tarob Court Milpitas, California 95035 USA Web:www.protocessor.com  
Tel: 408.964.4433 Fax: 408.964.4425 Toll_Free: 800.317.8319 email: [email protected]  
Download from Www.Somanuals.com. All Manuals Search And Download.  
   
ProtoNode Driver Manual (FS-8700-124) rev 6.doc Manual  
Page 17 of 17  
THIS PAGE INTENTIONALLY LEFT BLANK  
ProtoCessor 1991 Tarob Court Milpitas, California 95035 USA Web:www.protocessor.com  
Tel: 408.964.4433 Fax: 408.964.4425 Toll_Free: 800.317.8319 email: [email protected]  
Download from Www.Somanuals.com. All Manuals Search And Download.  

Earthquake Sound MP3 Player IQ 52B User Manual
EAW Stereo Amplifier CXA120 User Manual
Echo Trimmer BRUSHCUTTER User Manual
Ford Motorized Toy Car K8285 User Manual
Ford Motorized Toy Car P5064 User Manual
Freestyle Watch Shark Clip User Manual
Frigidaire Dishwasher FGBD2451K User Manual
GBC Laminator 930 073 User Manual
GE Monogram Refrigerator ZDW24AWW User Manual
GE Photo Scanner PP972SM User Manual