The Target Information is defined in Target and sent to Azande Studio in the Discovery Process.


Target Information display in Azande Studio

 




Target Information Macro

Description:

Macro Name

Var Name

Name*

SW Version*

Date*

Note*


Example:

define_target_info(

targetInfo,

"UNO + Prototype Shield",

"1.0",

"2018-01-22",

"Testing"

);

Example: Name only

define_target_info(

targetInfo,

"My Robot",

,

,


);


*optional argument.




Target Information XML Definition

Description

XML

Target Information: Start

<Info>

Protocol Version: Start

<P>

Protocol Version: Major

<Mj>INT</Mj>

Protocol Version: Minor

<Mi>INT</Mi>

Protocol Version: End

</P>

Target Name : Optional

<N>STRING</N>

Target Version : Optional

<V>STRING</V>

Date : Optional

<D>STRING</D>

Note : Optional

<Nt>STRING</Nt>

Target Information: End

</Info>


Protocol Version is also optional but can be used in future releases.