⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 abu_stat.h

📁 基于EthernetIP协议的应用程序,可以读取AB公司Controllogix系列Ethernetip协议PLC数据. 此软件代码可用于工业控制.
💻 H
字号:
/****************************************************************************
*****************************************************************************
**
** File Name
** ---------
**
** ABU_STAT.H
**
*****************************************************************************
*****************************************************************************
**
** Description
** -----------
**
** User specified status codes.
**
*****************************************************************************
*****************************************************************************
**
** Source Change Indices
** ---------------------
**
** Porting Changes
**
** None  X----  Major
**
**
** Customization Changes
**
** None  ----X  Major
**
**    *  Need application provided return status codes.
**
*****************************************************************************
*****************************************************************************
**                                                                         **
** ETHERNET/IP EXAMPLE CODE                                                **
** COPYRIGHT (c) 2000-2005 ODVA (Open DeviceNet Vendor Association)		   **
**						   & ControlNet International Ltd.                 **
**                                                                         **
** All rights reserved, except as specifically licensed in writing.        **
** Use of the Ethernet/IP Example Protocol Software is subject to          **
** ODVA's and ControlNet International's Terms of Use Agreement.           **
** The following work constitutes example program code and is intended     **
** merely to illustrate useful programming techniques.  The user is        **
** responsible for applying the code correctly.  The code is provided      **
** AS IS without warranty and is in no way guaranteed to be error-free.    **
**                                                                         **
*****************************************************************************
*****************************************************************************
*/

/****************************************************************************
*****************************************************************************
**
** Change Log
** ----------
**
**
*****************************************************************************
*****************************************************************************
*/


/*
** The status codes are defined via a macro:
**
**    STATUS_S defines a status code (and it's matching text string)
**             with a specific number.
**
**    STATUS_S has 3 parameters:
**             Status code name,
**             Status code number,
**             Status code text string.
**
** The status code range 0x0000 - 0x3FFF is reserved for example code use.
** The status code range 0x4000 - 0x7FFE is available for application use.
*/

/****************************************************************************
**
** User specified status code definitions.
**
*****************************************************************************
*/

/*************************************************************/
/*** PORTING ALERT!                                        ***/
/*** ADD APPLICATION SPECIFIC STATUS CODE DEFINITIONS HERE ***/
/*************************************************************/

/*
** Sample user defined status codes.
*/

/* STATUS_S( UU_SPECIFIC_STATUS_CODE,        0x4000,  "UU-Specifically numbered status code" ) */
/* STATUS_S( UU_NEXT_NUMBER_STATUS_CODE,     0x4001,  "UU-Next available number status code" ) */


/****************************************************************************
**
** End of ABU_STAT.H
**
*****************************************************************************
*/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -