examples
DB20.2.uint16 means data block 20, byte offset 2, variable type 16bit unsigned integer
DB10.10.float maps to a REAL variable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_BIT
public static final byte TYPE_BIT
- See Also:
- Constant Field Values
TYPE_INT8
public static final byte TYPE_INT8
- See Also:
- Constant Field Values
TYPE_UINT8
public static final byte TYPE_UINT8
- See Also:
- Constant Field Values
TYPE_INT16
public static final byte TYPE_INT16
- See Also:
- Constant Field Values
TYPE_UINT16
public static final byte TYPE_UINT16
- See Also:
- Constant Field Values
TYPE_INT32
public static final byte TYPE_INT32
- See Also:
- Constant Field Values
TYPE_UINT32
public static final byte TYPE_UINT32
- See Also:
- Constant Field Values
TYPE_INT64
public static final byte TYPE_INT64
- See Also:
- Constant Field Values
TYPE_UINT64
public static final byte TYPE_UINT64
- See Also:
- Constant Field Values
TYPE_FLOAT
public static final byte TYPE_FLOAT
- See Also:
- Constant Field Values
TYPE_DOUBLE
public static final byte TYPE_DOUBLE
- See Also:
- Constant Field Values
S7ObjectLocator
public S7ObjectLocator(java.lang.String locator)
throws MalformendObjectLocatorException
- Throws:
MalformendObjectLocatorException
getMemoryArea
public int getMemoryArea()
getAreaAddress
public int getAreaAddress()
getOffset
public int getOffset()
getDataLength
public int getDataLength()
getType
public byte getType()
getBitPos
public byte getBitPos()