13.01.2015 Views

RO-PT100-4/RO-PT100-8 | DEDITEC Manual

RO-PT100-4/RO-PT100-8 | DEDITEC Manual

RO-PT100-4/RO-PT100-8 | DEDITEC Manual

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

DapiClearLastError();<br />

}<br />

return TRUE;<br />

}<br />

return FALSE;<br />

//*********************************************************************<br />

//*********************************************************************<br />

//*********************************************************************<br />

//*********************************************************************<br />

//*********************************************************************<br />

void main(void)<br />

{<br />

unsigned long handle;<br />

unsigned long value;<br />

float temp;<br />

// -------------------------------------------------------------<br />

// Open Module<br />

handle = DapiOpenModule(<strong>RO</strong>_USB1,0);<br />

printf("Module handle = %x\n", handle);<br />

// -------------------------------------------------------------<br />

// Module not found!<br />

if (handle==0)<br />

{<br />

printf("Could not open module!\n");<br />

printf("Press any key to exit\n");<br />

getch();<br />

return;<br />

}<br />

// -------------------------------------------------------------<br />

// Module found!<br />

printf("Module has been opened\n");<br />

// -------------------------------------------------------------<br />

// Show config of module<br />

value = DapiSpecialCommand(handle, DAPI_SPECIAL_CMD_GET_MODULE_CONFIG,<br />

DAPI_SPECIAL_GET_MODULE_CONFIG_PAR_AD, 0, 0);<br />

IsError();<br />

printf("Configuration of the module:<br />

no. of analog inputs %d\n", value);<br />

printf("Press any key to continue\n");<br />

getch();<br />

// -------------------------------------------------------------<br />

// Read temperature<br />

DELIB API reference |Seite 34

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!