<spdrs60.s60v2>

back to index
Configuration to declare a version two board

Description

The hardware that is declared with this tag is described on this website.

Example

A board on the table at field offset 6/2 to be referenced as 'x6y2W1'.
<spdrs60.s60v2>
	<name>x6y2W1</name>
	<x>6</x>
	<y>2</y>
</spdrs60.s60v2>

Sub tags

Tag Description
<name>
Type: String
Cardinality: once
Name of board for reference
This name is used as reference in element configurations or explicit configuration like in <spdrs60.Aussentasten> configuration
<address>
Type: Integer
Cardinality: optional [0..1]
Decimal address of the board
You must either give the address explicitly with this tag or by giving an x and y coordinate

Example

A board with explict address 4711 to be referenced as 'extra'.
<spdrs60.s60v2>
	<name>extra</name>
	<address>4711</address>
</spdrs60.s60v2>
<x>
Type: Integer
Cardinality: optional [0..1]
Address by coordinate: X coordinate
Gives the most significant byte of the address
<y>
Type: Integer
Cardinality: optional [0..1]
Address by coordinate: Y coordinate
Gives the least significant byte of the address

Generated by ConfigFileDocumentationGenerator Valid HTML 4.01 Transitional