org.openmuc.wago
Class Wago750Device

java.lang.Object
  extended by org.openmuc.wago.Wago750Device

public class Wago750Device
extends java.lang.Object


Constructor Summary
Wago750Device(DeviceURI url)
           
Wago750Device(java.lang.String serverIP)
           
 
Method Summary
 void disconnect()
           
 java.util.Vector<Measurement> getChannels(java.util.List<ChannelIdentifier> channels)
           
 Wago750DeviceNode[] getNodes()
           
 DeviceURI getUrl()
           
 void writeOutputChannel(ChannelIdentifier channel, double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wago750Device

public Wago750Device(DeviceURI url)
              throws java.lang.Exception
Throws:
java.lang.Exception

Wago750Device

public Wago750Device(java.lang.String serverIP)
              throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getUrl

public DeviceURI getUrl()

getNodes

public Wago750DeviceNode[] getNodes()

disconnect

public void disconnect()

writeOutputChannel

public void writeOutputChannel(ChannelIdentifier channel,
                               double value)

getChannels

public java.util.Vector<Measurement> getChannels(java.util.List<ChannelIdentifier> channels)
                                          throws java.lang.Exception
Throws:
java.lang.Exception