a Sierra Monitor Company Driver Manual (Supplement to the FieldServer Instruction Manual) FS-8700-59 Canatal Satchnet Driver APPLICABILITY & EFFECTIVITY Effective for all systems manufactured after May 1, 2001 Instruction Manual Part Number FS-8700-59 3/13/03
FS-8700-59 Canatal Sachnet Driver Manual TABLE OF CONTENTS 1. 2. Canatal Satchnet Protocol Driver Description................................................................................................................... 1 Hardware/Software ................................................................................................................................................................. 1 2.1 Supplied by FieldServer Technologies for this driver............................................
FS-8700-59 Canatal Sachnet Driver Manual 1. Canatal Satchnet Protocol Driver Description The Canatal Satchnet Protocol Driver allows the FieldServer to transfer data to and from devices over either RS-232 or RS-485 using Canatal Satchnet Protocol Driver protocol. The FieldServer can emulate either a Server or Client. This driver provides support for the Canatal Corporation implementation of the “Satchwell Network” protocol. The Canatal Satchnet Protocol Driver can act as a Master.
FS-8700-59 Canatal Sachnet Driver Manual 3. Hardware Connections The FieldServer is connected to the as shown below. Configure the Canatal Driver according to manufacturer’s instructions. FieldServer SERIAL PORT CAT 5 ETHERNET CABLE ORANGE/WHITE BROWN BLUE GREEN (PIN3) BLUE (PIN1) ORANGE/WHITE (PIN2) NOTE: CANATAL SET JUMPER 16, 17 AND 18 ON THE BOARD TO POSITION 2-3. Manual Canatal FieldServer Connection Canatal Corporation Inc.
FS-8700-59 Canatal Sachnet Driver Manual 4. Configuring the FieldServer as a Canatal Satchnet Protocol Driver Client For a detailed discussion on FieldServer configuration, please refer to the Configuration Manual for the FieldServer. The information that follows describes how to expand upon the factory defaults provided in the configuration files included with the FieldServer (See “.csv” files on the driver diskette).
FS-8700-59 Canatal Sachnet Driver Manual 4.
FS-8700-59 Canatal Sachnet Driver Manual 4.4 Client Side Map Descriptors 4.4.
FS-8700-59 Canatal Sachnet Driver Manual 4.4.4 Map Descriptor Example In this example two map descriptors are provided. The first reads Device 11 ( a Series 2 device) and obtains the Alarm Table. The second map descriptor reads Device 23 ( a series 9 device) and reads the Cooling analog output (2nd element of table 10).
FS-8700-59 Canatal Sachnet Driver Manual 4.4.5 Map Descriptor Example 2 In this example two map descriptors are provided. They both read table 16 of a series 9 device. You will see though that the 2nd map descriptor has an extra keyword to override the default format. Read section 6.1 form more information on default data formats. // Reads elements 1 through 7 from table 5 in a series 9 device.
FS-8700-59 Canatal Sachnet Driver Manual 5. Configuring the FieldServer as a Canatal Satchnet Protocol Driver Server For a detailed discussion on FieldServer configuration, please refer to the instruction manual for the FieldServer. The information that follows describes how to expand upon the factory defaults provided in the configuration files included with the FieldServer (See “.csv” files on the driver diskette).
FS-8700-59 Canatal Sachnet Driver Manual 5.
FS-8700-59 Canatal Sachnet Driver Manual 5.4 Server Side Map Descriptors 5.4.
FS-8700-59 Canatal Sachnet Driver Manual 5.4.4 Map Descriptor Example In this example the FieldServer answers queries from a Canatal Satchnet master device. A same map descriptor could be used when the same master wants to write data to the FieldServer. In this example the FieldServer is emulating a Canatal device addressed as node 11. It is not possible to have the FieldServer emulate two devices of difefrent series addressed as node 11.
FS-8700-59 Canatal Sachnet Driver Manual 6. Driver Notes 6.1 Canatal Device Data Tables Canatal Devices's have their data organized into data tables. A query requests a number of elements from a particular data table. The number, length and contents of the data tables is defined by the Canatal Corporation and is dependent on the series number of the device being addressed. You will need to be familiar with the data tables you with to poll usin g this driver.
FS-8700-59 Canatal Sachnet Driver Manual Series 5 5 5 5 5 5 5 Table 10 11 12 13 14 15 15 Data Format CANA_PERCENT CANA_BYTE CANA_BYTE CANA_BCD_CODED CANA_BYTE CANA_WORD CANA_BYTE Max Read 4 48 3 7 4 17 1 R RW R RW R RW RW Description Analog Outputs Alarm Status Control Status Time Staged Output Status Accumulating Run Time Machine Remote Control 6 6 6 6 6 6 6 6 6 6 6 6 6 6 4 5 6 7 8 9 10 11 12 13 14 15 16 17 CANA_BCD_CODED CANA_BYTE CANA_SWAP_INT CANA_BCD_4 CANA_BYTE CANA_BYTE CANA_PERCENT CANA_
FS-8700-59 Canatal Sachnet Driver Manual The Data formats are used internally in the driver but they do indicate to the user the type of data array that should be used for storage in the FieldServer. Data Type CANA_BCD_CODED CANA_BYTE CANA_SWAP_INT CANA_BCD_4 CANA_WORD CANA_FLOAT Suitable Data Array Types BYTE,UINT16,UINT32,FLOAT BYTE,UINT16,UINT32,FLOAT SINT16, SINT32, UINT16,UINT32,FLOAT BYTE UINT16,UINT32,FLOAT FLOAT 6.2 Troubleshooting The following messages are produced by the driver.
FS-8700-59 Canatal Sachnet Driver Manual Errors 8 - 12 are produced when parsing a response from a Canatal device. They may result from a corrupted message. If they occur infrequently then they require no attention. Check the communication stats. In fact, it is more likely that you will be alerted to them by seeing errors in the communication statistics. CANA:#8 Error. Poll(%d)/Response(%d) Stns Not Equal The station polled has response but as a different station. The response will be abandoned.