发布于 2003-01-13 11:01:24
0楼
Parameter Declaration Type Possible Values Remarks
========= ========= ====== =========== ====================================
CPLADDR INPUT WORD Module start addressWhen you configure the CP with STEP 7 hardware configuration, the module start address is displayed in the configuration table. Specify this address here.
_________ _________ ______ ____________ _____________________________________
SEND INPUT ANY
(as VARTYPE only the following are permitted:for FC 1 V3 or higher:
BYTEfor FC 1 up to V2.x:
BYTE, WORD and DWORD)See also Getting the Block Version Specifies address and lengthThe address of the DP data area refers to one of the following:
- Process image area
- Bit memory
- Data block areaThe length must be set for
- DP master: 1 to 240
- DP slave: 1 to 86For newer CP types (see CP manual):- DP 杕aster: 1...2160
- DP slave: 1?40
_________ _________ ______ ____________ _____________________________________
DONE OUTPUT BOOL 0: -
1: new data This parameter indicates whether or not the job was executed without errors.
For the meaning of this parameter in conjunction with the ERROR and STATUS parameters, refer toFC DP_SEND: Code Evaluation
_________ _________ ______ ____________ _____________________________________
ERROR OUTPUT BOOL 0: -
1: error Error code
For the meaning of this parameter in conjunction with the DONE and STATUS parameters, refer toFC DP_SEND: Code Evaluation
_________ _________ ______ ____________ _____________________________________
STATUS OUTPUT WORD see following table
Status code
For the meaning of this parameter in conjunction with the DONE and ERROR parameters, refer toFC DP_SEND: Code Evaluation