5 USER GUIDE
5-72
When rewriting the network parameters, take extreme care not to cause any
setting duplication to the common memory.
The server feature of the FL.NET module returns an abnormal response if,
upon reception of a network parameter write request, the parameter selection
flag is found to be not between 1 and 3. The error code used in such an
event is 0xFFFFFFFF.
Stop request: reqstop( )
[Linking procedure]
C language
Main Sub
Struct reqs_p {
long node ;
unsigned short *Erradr ;
} ;
long (*ReqStop)( ) ;
long rtn ;
struct reqs_p *padr ;
ReqStop = (long(*)( ))0xD600A0 ;/* S10V */
rtn = (*ReqStop)(padr) ;
Struct reqs_p {
long node ;
unsigned short *Erradr ;
} ;
long (*ReqStop)( ) ;
long rtn ;
struct reqs_p *padr ;
ReqStop = (long(*)( ))0xDE00A0 ;/* S10V */
rtn = (*ReqStop)(padr) ;
Note: For the S10mini, substitute 0xD7412A, 0xDF412A for 0xD600A0, 0xDE00A0.
[Parameters for mathematical/logical function]
+0x0000
Message transmission service number (7)
+0x0004
Remote node number (1 to 254)
+0x0008
Error code storage address
~
~
~
~
~
~
Содержание FL.NET
Страница 1: ......
Страница 2: ......
Страница 29: ...1 OVERVIEW ...
Страница 33: ...2 FL NET MODULE ...
Страница 42: ...3 FL NET MODULE INSTALLATION ...
Страница 46: ...4 FL NET MODULE WIRING PROCEDURES ...
Страница 53: ...5 USER GUIDE ...
Страница 203: ...5 USER GUIDE 5 151 Sample printout ...
Страница 206: ...6 MAINTENANCE ...
Страница 210: ...7 TROUBLESHOOTING ...
Страница 225: ...8 APPENDIXES ...