;;**************************************************************************** ;; ;; (include pfbFdl.cfg) ;; Defines relating to Profibus FDL Layer 2 ;; ;; Assumes the pfbDefines.cfg file has already been included. ;; ;;**************************************************************************** ;; ; defines relating to FDL (Layer 2) Global control and status (type FdlStatusRead cardGet %1 home lay2Status) (typeDesc FdlStatusRead "(FdlStatusRead cardId)") (type FdlControlRead cardGet %1 home lay2Cntrl) (typeDesc FdlControlRead "(FdlControlRead cardId)") (type FdlControlSet pfbBitSet %1 home lay2Cntrl %2) (typeDesc FdlControlSet "(FdlControlSet cardId function)") (type FdlControlClear pfbBitClear %1 home lay2Cntrl %2) (typeDesc FdlControlClear "(FdlControlClear cardId function)") ; include SAP and Msg blk definitions (include pfbFdlSap.cfg) (include pfbFdlMsg.cfg)
Copyright © 1995-2006 by Cogent Real-Time Systems, Inc. All rights reserved.