net.wimpi.modbus.cmd
Class DOTest

java.lang.Object
  extended by net.wimpi.modbus.cmd.DOTest

public class DOTest
extends Object

Class that implements a simple commandline tool for writing to 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:
@version@ (@date@)
Author:
Dieter Wimberger

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

Constructor Detail

DOTest

public DOTest()
Method Detail

main

public static void main(String[] args)


Copyright © 2010. All Rights Reserved.