Getting started
Copyright IXXAT Automation GmbH
40
IEM Manual, 1.5
2.3.11.1.7 Starting the communication
Finally, the
-function must be called, to start the com-
munication.
...
// start channel
e_ret = EMI_cmdChannelStart(APP_d_BrdRef, TRUE);
if (e_ret != COM_k_OK)
{
DBG_PRINTF(("Error %d in EMI_Channel_Start\n", e_ret));
return e_ret;
}
return COM_k_OK;
}
Figure 2-20: Starting communication
2.3.11.1.8 DemoMain
In the main loop, the only thing you have to do from the application is
Poll the event queue (
Trigger the processing of the service queues (
Update the process image (e.g. like in UpdateProcessImage())