B) Example In C - Addi-Data ADDIALOG PA 3110 Technical Description

Analog input and output channels
Table of Contents

Advertisement

Technical description

b) Example in C

void main (void)
{
unsigned char b_BoardHandle;
if (Initialisation (&b_BoardHandle) == 0)
{
if (i_PA3110_WriteAnalogValue
{
printf ("Write test OK");
}
else
{
printf ("Write value error");
}
i_PA3110_CloseBoardHandle (b_BoardHandle);
}
else
{
printf ("Initialisation error");
}
}
Chapter 9
(b_BoardHandle,
0,
4095)
== 0)
PA 3110
55

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ADDIALOG PA 3110 and is the answer not in the manual?

Questions and answers

Table of Contents