Autor Thema: What is the meaning of Oscat Demo Server and Demo Client parameters or variables  (Gelesen 6850 mal)

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline moumie

  • Newbie
  • *
  • Beiträge: 7
    • Profil anzeigen
Please I am new to oscat. I have successfully run the demo client and server codes in Structure text. But I really don't know the meaning of differents parameters or variables used. I could not find them in them documentation . Can someone explain them to me ?

MB_SERVER:

               IP_C : IP_C; => ?
   S_BUF : NETWORK_BUFFER_SHORT; => ?
   R_BUF : NETWORK_BUFFER_SHORT; => ?
   VMAP : ARRAY [1..10] OF VMAP_DATA; => ?
   DATA : ARRAY [0..255] OF WORD; => ?
   IP_CONTROL2_1: IP_CONTROL2; => ?
              MB_SERVER_1: MB_SERVER; => ?
              ENABLE : BOOL; => ?

MB_CLIENT:
              IP_CONTROL2_1: IP_CONTROL2; => ?
   MB_CLIENT_1: MB_CLIENT; => ?
   IP_C: IP_C; => ?
   S_BUF: NETWORK_BUFFER_SHORT; => ?
   R_BUF: NETWORK_BUFFER_SHORT; => ?
   DATA: ARRAY [0..255] OF WORD; => ?
   W_DATA_BITPOS: INT; => ?
   W_DATA_ADR: INT; => ?
   W_POINTS: INT; => ?
   W_ADDR: INT; => ?
   R_DATA_BITPOS: INT; => ?
   R_DATA_ADR: INT; => ?
   R_POINTS: INT; => ?
   R_ADDR: INT; => ?
   FC: INT; => ?
   ENABLE: BOOL; => ?

Regards           

Offline peewit

  • Moderator
  • *****
  • Beiträge: 2 378
    • Profil anzeigen
Look in the documentation in Chapter 9.13 and 9.14


[gelöscht durch Administrator]

Offline moumie

  • Newbie
  • *
  • Beiträge: 7
    • Profil anzeigen
Look in the documentation in Chapter 9.13 and 9.14

Thanks Peewit. I get it now  :D