Loading…

Method Name: GetHealthStatus

Method ID: 0x0403

Method Label: GetHealthStatus

Method Help:


  • {
  • char status[3];
  • unsigned char ret;
  • ret = 0;
  • send_trans(134,30,status);;
  • switch(varNamurState)
  • {
  • case 0:
  • ret = 5;
  • break;
  • case 1:
  • ret = 2;


Please login for more