Loading…

Method Name: data_transfer

Method ID: 0x41ED

Method Label: Data transfer >

Method Help: Choose type of data logger to be downladed and how many entries should be downloaded. The download starts with the latest entry first. If the download is stopped, the downloaded data is saved. The file is named "000052_52ef_xxxxxx.xml". It is stored at the memory card [if available :-)]. Fault logger: Contains the activated faults and warnings over time. Hour logger: Reports the status and faults of the device in two hours steps. The fault listing is shortend. Week logger: Reports the status and faults of the device in weekly steps. The fault listing is shortend. Draeger Science: Reports the status on developer level.


  • {
  • char cmd_status[3];
  • int function_code;
  • unsigned long counter;
  • int logIndex;
  • int start_address;
  • int listInsertReponse;
  • unsigned long maxCountOfBlocks;
  • int oldLogsCount;
  • int oldLogsBytes;
  • int result;
  • int i;
  • int blockCountSelectionMode;
  • float percentFloat;
  • float percentFloatMax;
  • float percentFloatCurrent;
  • int percentInt;
  • unsigned int segmentSize;
  • unsigned int copyLoopLimit;
  • unsigned int dataCopyCounter;
  • unsigned int open_port_function_code;
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • blockCountSelectionMode = _ivar_value(16876);
  • function_code = 0;
  • counter = 0;
  • dataCopyCounter = 0;
  • oldLogsBytes = 0;
  • open_port_function_code = 0;
  • send_command(13);
  • send_command_trans(130,0);
  • _vassign(16974,163);
  • _vassign(16976,16405);
  • save_values();
  • if (blockCountSelectionMode == 1)
  • {
  • _get_local_var_value(literal_string(1036),0,literal_string(1037));
  • }
  • if (module_type_group_0 == 0x0401)
  • {
  • _iassign(16939,5);
  • if (blockCountSelectionMode != 1)


Please login for more