Loading…
Loading…
DD File path:
DD File name: Sample1_r3.ddl
DD File type: Source file
- /*****************************************************************************
- *
- * File: Sample1_r3.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 7 (Wired), 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
- // This is a HART 7 device so we will need treat the device type differently for legacy
- // hosts (ie, .fms and .fm6)
- MANUFACTURER HCF,
- #if __TOKVER__ >= 800
- DEVICE_TYPE _SAMPLE1_WIRE_EXP,
- #else
- DEVICE_TYPE _SAMPLE1_WIRE,
- #endif
- DEVICE_REVISION 3,
- DD_REVISION 1
- /*****************************************************************************
- * Include Files
- *****************************************************************************
- */
- #include "macros.h"
- #include "methods.h"
- /*****************************************************************************
- * Definitions (#define, typedef, enum)
Please login for more