StratusCom
StratusCom Manufacturing Systems Inc.
info@stratuscom.com
We use information technology to solve business problems in your plant.
Data to Information to Action to Profit

Home
Return to the home page

Vision
What drives us

Products
Packaged solutions to your plant's business issues

Services
Expertise to solve your plant's business issues

Contact
How to reach us
ABConnect
Overview | Features | Benefits | Operating Environment
C$ 695 per PLC Connection  To order call 905-315-9509

Features

  • Connects to Allen-Bradley SLC5 or Micrologix Programmable Controllers.

  • Supports DF1 Serial, Ethernet, or DH485 (using a DF1-DH485 adapter module).

  • Scanner automatically optimizes communications for fast access.

  • Written in 100% Pure Java - no native libraries, no RSLinx installation required. Portable to any system that supports JDK 1.3 or higher (subject to availability of the javax.comm package for serial connections).

  • Define symbolic tags using standard A-B addressing format. For instance, you can define a tag named "Temperature.Northwest" that maps to address "N7:201".

  • Supports all basic data types, including timers and counters.

  • Tags and scan sets are declared within an XML-formatted text file. You can use standard XML tools to manage the configuration. Also, since it's a text file, it is compatible with standard revision control tools.

  • JSP Tag library lets you include PLC data in web pages using a syntax similar to HTML. For instance, putting "<plc:tag name='Temperature.Northwest'/> substitutes the data read from the PLC in your HTML output. Includes a preconfigured installation of Apache Tomcat with the ABConnect web application already set up. Define tags, then use them in web pages. It's that simple!

  • Automatically provides input scaling and number formatting. For instance a PLC value that ranges from 0-905 could be scaled to mean 0 - 90.5

  • You can also create an instance of the scanner from within any Java application. You could use this facility to write portable HMIs, flexible data logging, or interface with enterprise systems.

  • In addition to the scanner component, a low-level library allows for direct read and write to PLC tag memory. For DF1 serial connections, you can directly encode and decode DF1 communications packets.