|
Call with CMD=2 (CN_RESET - connection reset). This command resets the connection which has been selected with the ID.

Fig. 03
The output parameter RESULT1 has the following value:
0000 0001 (hex), i.e. the Reset job has been transferred successfully to the CP
In order to test the connection abort, another request is now executed straight away with CMD=1.

Fig. 04
The output parameter RESULT1 now has the following value:
0100 0000 0001 1001 (bin)
The value of output parameter RESULT1 is evaluated bit by bit.
Bit 0 - 3: Displays for Send direction
- Connection reserved for Send and Receive jobs
- No Send job being processed
- Previous Send job completed negatively
Bit 4 - 7: Displays for Receive direction
- Connection reserved for Send and Receive jobs
- No Receive job being processed
- No information available on the previous Receive job
Bit 8 - 11: Displays for FETCH/WRITE
- No FETCH connection
- No WRITE connection
- Job status OK
- No job running
Bit 12 - 15: General CP information
- Connection has been disconnected
- CP in RUN
- The FC10 has not yet made a connection reset or the reset ID has been canceled.
Bit 16 - 31: Reserved for later extensions |