Input Line Configuration
Child elements of InputLine root element
XML elements |
Attributes |
Content |
Number of occurrences |
Description |
Verbose /VB |
Immediate |
EMPTY |
0/1 |
Syntax that the driver uses to generate this XML file. By default, the driver uses the verbose syntax. |
Active/ACT |
Immediate |
EMPTY |
0/1 |
Controls the input line operation. |
High/H |
ReadOnly |
EMPTY |
0/1 |
State of the input line. |
StyleTTL/TTL |
Immediate |
EMPTY |
0/1 |
Electrical style of the input line. |
FilterOff/F_O |
Immediate |
EMPTY |
0/1 |
Time constant of the debouncing filter. |
XML File Example
<root>/inputlines/line*/config.xml Read operation Verbose mode
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE InputLine SYSTEM "config.dtd">
<InputLine version="1.0">
<Verbose Immediate="true"/>
<Idle Immediate="true"/>
<Disconnected ReadOnly="true"/>
<StyleTTL Immediate="true"/>
<Filter100ms Immediate="true"/>
</InputLine>