Input Line Configuration

Child elements of InputLine root element

XML elements

Attributes

Content

Number of occurrences

Description

Verbose /VB
Concise/CS

Immediate

EMPTY

0/1

Syntax that the driver uses to generate this XML file. By default, the driver uses the verbose syntax.

Active/ACT
Idle/I

Immediate

EMPTY

0/1

Controls the input line operation.

High/H
Low/L
Disconnected/D

ReadOnly

EMPTY

0/1

State of the input line.

StyleTTL/TTL
StyleCMOS/12V
Style12V/S12V

Immediate

EMPTY

0/1

Electrical style of the input line.

FilterOff/F_O
Filter10ms/F_10
Filter100ms/F_100

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>