|
AutoMate™ Communications DriverThe ACS AutoMate™ Communications Driver is a library that allows you write PC applications that communicate with Reliance Electric AutoMate programmable controllers. It supports both direct connection to the processor and R-Net communication via Gateway or PC-Link card. The Driver allows your IBM PC application programs to read and write processor registers and points, start and stop the processor, and more. Your application communicates with the Driver via function calls or call statements; data is sent and received using ordinary variables such as integers. For example, the Visual Basic code fragment:
Dim inregs(16) As Integer, Status As Integer
Status = basdrv(bRDREG, &O2000, 16, inregs(0), 0)
reads 16 registers beginning with register 2000 into consecutive elements of the integer array Here is a partial list of the Driver's capabilities:
* In Binary only. The Driver is not a replacement for a programming device. Platform SupportThe driver is available for DOS, 16-bit Windows (3.x), and 32-bit Windows (95/NT/2000/7). The Windows versions of the Driver will work with any language or development environment that supports calling out to external dynamic-link libraries (DLLs), including: the Microsoft CLR languages (C#, etc.), Visual Basic, Microsoft C/C++, Borland C/C++, Borland Delphi, Microsoft Access, and many more. DOS versions of the Driver are tailored for specific languages. Currently supported are Quick Basic, Turbo Pascal, Interpreted Basic, Microsoft/Borland C/C++ (Small and Large memory models), and several others. Depending upon the specific language, the Driver may be supplied as a linkable object module or a terminate-and-stay-resident (TSR) program. Send us e-mail for details.
Pricing and AvailabilityThe Driver comes in two versions, single-user and OEM. The standard single-user Driver package comes with one language (DOS) or platform (Windows) interface, cable, demonstration program, and documentation for a list price of $450. The OEM Version of the Driver is intended for distribution with customer-created software products. For a one-time fee of $1450, you can sell or distribute any number of standalone executable programs that use the complete driver library. This product is mainly intended for OEMs and multi-station installations. For specific technical details, to order, or if you have any questions, please feel free to contact us via e-mail. Communications CableYou will need an RS-232 serial communications port and a cable to connect your computer to the AutoMate. The cable uses a 3-wire "null modem" design.
It's important to use only a 3-wire cable. Connecting any of the "handshaking" pins (e.g., Clear to Send) can prevent communications between the two devices. AutoMate Communications Driver functionsHere's the full list of functions the driver supports:
Copyright © 1997 – 2015 Automation Consulting Services Inc. All rights reserved. Subject to change without notice. MODBUS is a trademark of Gould Corp. AutoMate is a trademark of Reliance Electric.
|