Sensorsoft SS6201J User Manual

Sensorsoft SS6201J User Manual

Real-time water flooding sensor

Advertisement

Quick Links

Sensorsoft
Real-Time
Water Flooding Sensor
User's Manual
Models SS6201J, C5000 and C5001
Manual P/N 071-0141 Rev 5
August 7, 2019
Copyright © 2006-2019 Sensorsoft Corporation, All rights reserved.
Sensorsoft is a trademark of Sensorsoft Corporation.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the SS6201J and is the answer not in the manual?

Questions and answers

Summary of Contents for Sensorsoft SS6201J

  • Page 1 Sensorsoft Real-Time  Water Flooding Sensor User’s Manual Models SS6201J, C5000 and C5001 Manual P/N 071-0141 Rev 5 August 7, 2019 Copyright © 2006-2019 Sensorsoft Corporation, All rights reserved. Sensorsoft is a trademark of Sensorsoft Corporation.
  • Page 3: Table Of Contents

    Installing the Sensorsoft Water Flooding Sensor ................7 Choose a location and install the C5000 or C5001 water sensing accessory ......7 Choose a location and install the SS6201J communications module ......... 8 Connect the SS6201J and C5000/C5001 ................... 9 SS6201J (v2.01) Sensorsoft Water Flooding Sensor (Communications Module) Specifications 10...
  • Page 4: About This Manual

    Sensor and its C5000 and C5001 accessories. When other sections of this manual are referenced, italics are used. The Sensorsoft Real-Time Water Flooding Sensor may be referred to as a Water Flooding Sensor, Sensorsoft device, SSD (Sensorsoft Soft Device), sensor or device throughout this manual.
  • Page 5: Overview

    Figure 1: The SS6201J communications module with 10 foot gray lead-in cable (left) and C5000 20 foot purple water sensitive rope cable (right). A two position connector is used to connect these products together after installation.
  • Page 6 Figure 2: Photo of the C5001 water sensiing spot detector. It has a two pin electrical connector and white (14 foot) lead-out cable that plugs into the SS6201J communications module. Two mounting holes allow the C5001 to be fastened down with screws or rivets.
  • Page 7: Installing The Sensorsoft Water Flooding Sensor

    Run the white lead-out cable (14 ft) to a protected area where it will connect to the gray lead-in cable (10 ft) of the SS6201J communications module. The C5000 water sensing cable can be installed using supplied F1004 adhesive fasteners. If...
  • Page 8: Choose A Location And Install The Ss6201J Communications Module

    If it needs to be cleaned, do so with a damp cloth or better a vacuum cleaner. Connect the RJ-45 end of a C200x cable to the jack of the SS6201J. Connect the other end of the C200x cable to your serial port, device server or appliance. You can locate the SS6201J up to 1000 feet from the serial port.
  • Page 9: Connect The Ss6201J And C5000/C5001

    Sensorsoft Real-Time Water Flooding Sensor User’s Manual Connect the SS6201J and C5000/C5001 Plug the two position female connector of the SS6201J into the two position male connector on the C5000/C5001. CAUTION - Be careful to locate the junction of these two connectors away from prying eyes and hands.
  • Page 10: Ss6201J (V2.01) Sensorsoft Water Flooding Sensor (Communications Module) Specifications

    UTP is recommended. Firmware Version: 2.01 Communications Protocol: Sensorsoft Device Protocol (SSDP) Version 2.0 and Version 3.0. For software that supports only Version 2 of the protocol an interval polling method is used. For software that supports Version 3 of the protocol a real-time method is used.
  • Page 11: C5000 Sensorsoft Water Sensing Cable Specifications

    Sensorsoft Real-Time Water Flooding Sensor User’s Manual C5000 Sensorsoft Water Sensing Cable Specifications Operating temperature range: 0 º C to +60 º C (32 º F to +140 º F) Sensing cable length: 20 feet (6 m) (custom lengths are available) Sensing cable diameter: 0.25 inches (6.35 mm)
  • Page 12: C5001 Sensorsoft Water Sensing Spot Detector Specifications

    Sensorsoft Real-Time Water Flooding Sensor User’s Manual C5001 Sensorsoft Water Sensing Spot Detector Specifications Operating temperature range: 0 º C to +60 º C (32 º F to +140 º F) Housing colour: black Housing material: injection molded ABS plastic filled with epoxy encapsulant Housing dimensions: 2.87 inches (72.9 mm) x 1.55 inches (39.4 mm) x 1.00 inches (25.4 mm)
  • Page 13: Making Communication Cables For J-Suffix Sensorsoft Devices

    This includes model SS6201J. Figure 5: Illustrates a J-suffix Sensorsoft device that accepts a cable with RJ-45 plug. The 2.1 mm power jack is only used if the serial port does not have enough voltage to power the sensor.
  • Page 14 Sensorsoft Real-Time Water Flooding Sensor User’s Manual The Sensorsoft device modular-jack connector uses the same UTP wire map as 10-BASE-T. It is therefore possible to use this type of cabling system for Sensorsoft devices. PIN-OUT OF THE MODULAR 8 POSITION JACK/PLUG ON A SENSORSOFT DEVICE Note: Terminal No.
  • Page 15 Sensorsoft Real-Time Water Flooding Sensor User’s Manual Figure 6: The C2000 cable is used to connect a J-suffix Sensorsoft device to most computers or devices that have a DB-9M serial port. The DB-9F end of the cable plugs into a DB-9M serial port. The RJ-45 end of cable plugs into the SSD.
  • Page 16: Writing Custom Software Programs For The Sensorsoft Water Flooding Sensor

    NULL bytes In order to make use of the port-powered feature of the Sensorsoft device, you must enable serial port lines DTR and RTS when the port is opened. A delay of 1-2 seconds is required after opening the serial port before any commands are sent to the Sensorsoft device.
  • Page 17 Sensorsoft Real-Time Water Flooding Sensor User’s Manual Sending SSDP commands to the Sensorsoft Water Flooding Sensor Each command packet your host sends to the Sensorsoft device must be in the following format: <CMD-byte> <PACKETlength-bytes> <ADDRESS-bytes> <ARGUMENT-byte> <CRC-bytes> CMD-byte A single byte command indicating the desired action you want the Sensorsoft device to perform.
  • Page 18 A two byte (16 bit) Cyclic Redundancy Check. This placeholder is filled with CRC bytes calculated by the Sensorsoft device on the entire packet from the RESPONSE byte to the last DATA-byte. These bytes allow the host to verify the integrity of the response packet. You may choose to use or ignore these bytes depending on your programming skill or application.
  • Page 19 A “logic one” condition on any of these bits indicates the condition is set or active. Otherwise, they are reset to “logic zero”. It’s a good practice for the host to check the status of the Sensorsoft device regularly in case a bit status changes.
  • Page 20 Sensorsoft Real-Time Water Flooding Sensor User’s Manual Reading the SSDP ID Record Every Sensorsoft device (SSD) accepts an identification (ID) command in order to uniquely identify the type of SSD currently connected. The model number and description can be extracted from the SSD’s ID response, allowing application software to determine the specific model of the SSD and to configure the software appropriately.
  • Page 21 Sensorsoft Real-Time Water Flooding Sensor User’s Manual Sample ID response packet from a SS6201J Sensorsoft Water Flooding Sensor Byte Contents <90h> <48h> <00h> <01h> <00h> <00h> <02h> <04h> <07h> Sensorsoft (R) Water Detector<00h> Sensorsoft Corp.<00h> SS6201J<00h> 2.01<00h> <FFh> <BBh> <01h>...
  • Page 22: Getting Help

    30 Day Money Back Guarantee If for any reason you want to return a Sensorsoft product for a refund, you can do so within 30 days (calendar days) of your purchase. The refund does not include shipping or brokerage fees you may have incurred.

This manual is also suitable for:

C5000C5001

Table of Contents