![Dorsch Mikrosystem VME-PROF-S Technical Manual Download Page 35](http://html1.mh-extra.com/html/dorsch-mikrosystem/vme-prof-s/vme-prof-s_technical-manual_2523906035.webp)
VME-PROF-S Technical Manual
DMS Dorsch Mikrosystem GmbH - 24972 Steinbergkirche Tel. (+49)4632/1411
942.1316.54
34
{
+ ;
DPR_Write (&DP->Inputs, (unsigned char*) &counter) ;
while ( DPR_Read (&DP->Outputs, &outbuf[0]) ) ;
printf ("\nStatus : %02X",DP->Status) ;
if (DP->Status & 0x10) /* Status = 10 -> new Output data avialable */
{
printf ("\nOutput :");
for (n=0;n<16;n++) printf (" %02X",outbuf[n]) ;
DP->Status = 0 ;
} ;
sleep (1) ;
} ;
return (0) ;
} /* END MAIN */
vps.h
/* Slave DPR */
typedef struct {
unsigned char Sema ;
unsigned char Lng ;
unsigned char Daten[254] ;
} DPR_Buffer ;
typedef struct { byte dumy0 ; byte ID1 ;
byte IRQSET ; byte ID2 ;
byte IRQEN ; byte ID3 ;
byte dumy3 ; byte BoardID ;
byte dumy4 ; byte BoardED ;
byte dumy5 ; byte Mail ;
byte dumy6 ; byte Vector ;
byte dumy7 ; byte Control ;
lwort LokalVec[252] ;
byte Comand ;
byte Error ;
wort Prm[6] ;
wort Live ;
byte ReadBuf[256] ;
byte WriteBuf[256] ;
wort DataBuf[128] ;
char Software[7] ;
char Version ;
unsigned char Station ;
unsigned char Status ;
unsigned char Baud ;
unsigned char Blink ;
unsigned short Ident ;
unsigned char UparLn ;
unsigned char ConfLn ;
unsigned char InputLn ;
unsigned char OutputLn ;
unsigned char Uparam[32] ;
unsigned char Config[32] ;
DPR_Buffer Inputs ;
DPR_Buffer Outputs ;
} VS_Typ ;
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
Summary of Contents for VME-PROF-S
Page 15: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com...
Page 29: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com...
Page 37: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com...
Page 47: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com...
Page 49: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com...