jamod at SF

net.wimpi.modbus.cmd
Class DIDOTest

java.lang.Object
  extended bynet.wimpi.modbus.cmd.DIDOTest

public class DIDOTest
extends java.lang.Object

Class that implements a simple commandline tool which demonstrates how a digital input can be bound with a digital output.

Note that if you write to a remote I/O with a Modbus protocol stack, it will most likely expect that the communication is kept alive after the first write message.
This can be achieved either by sending any kind of message, or by repeating the write message within a given period of time.
If the time period is exceeded, then the device might react by turning pos all signals of the I/O modules. After this timeout, the device might require a reset message.

Version:
1.2rc1 (09/11/2004)
Author:
Dieter Wimberger

Constructor Summary
DIDOTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DIDOTest

public DIDOTest()
Method Detail

main

public static void main(java.lang.String[] args)

jamod at SF

Copyright © 2002-2004 jamod development team.