Loading…
DD File path:
DD File name: TestPlugin.ddl
DD File type: Source file

  • /*****************************************************************************
  • *
  • * File: Sample1_r1.ddl
  • * Version: 4.1.0
  • * Date: 04/24/10
  • *
  • *****************************************************************************
  • * Copyright (c) 2010, HART Communication Foundation, All Rights Reserved
  • *****************************************************************************
  • *
  • * Description: This file is a sample DD intended to demonstrate the
  • * development of a simple pressure transmitter with temperature
  • * compensation DD. It supports HART 5, Universal Commands
  • * and a few Common Practice Commands.
  • *
  • *****************************************************************************
  • */
  • /*****************************************************************************
  • * The manufacturer line
  • *****************************************************************************
  • */
  • // Replace following line with your manufacturer and device type as defined in Devices.cfg
  • MANUFACTURER HCF, DEVICE_TYPE _SAMPLE1_WIRE, DEVICE_REVISION 1, DD_REVISION 1
  • /*****************************************************************************
  • * Include Files
  • *****************************************************************************
  • */
  • #include "macros.h"
  • #include "methods.h"
  • /*****************************************************************************
  • * Definitions (#define, typedef, enum)
  • *****************************************************************************
  • */
  • /*****************************************************************************
  • * Common Tables
  • */
  • IMPORT STANDARD _TABLES, DEVICE_REVISION 20, DD_REVISION 4
  • {
  • VARIABLE units_code;
  • VARIABLE transfer_function_code;


Please login for more