
0)7(7=5-5:904,8
Appendix B
''!$
B-32
Value Meaning
' " 56,7(9054 *5362,9,+ 8:**,88-:22=
''!! 56,7(9054 459 (99,369,+ 8,, 89(9:8 ;(70()2, -57 7,(854
'' 56,7(9054 7,-:8,+ )= 9/, ? 675.7(33()2, *5497522,7
,, !()2, -57 ,77578
Returns
Status Symbolic Name Meaning
' " 6,7(9054 8:**,88-:2
'' <6(4+,7 459 67,8,49
''#! (9(?*54;,78054 ,7757 542=
''!! 08 459 *544,*9,+ 57 5--204,
''' (*1 ;(2:, 5:9 5- 7(4.,
'''" 75:6 ;(2:, 5:9 5- 7(4.,
'''" 5+:2, 8259 ;(2:, 5:9 5- 7(4.,
'''!% ,97= ;(2:, 5:9 5- 7(4.,
'' & 4;(20+ 80>, -57 56,7(9054
Description
Use the CC_PLC_BTW function to put block-transfer information to an
analog I/O module. This function may take a long period of real time
to complete.
C Example
unsigned char rack = 0;
unsigned char group = 5;
unsigned char module = 0;
unsigned char size = 1;
unsigned iostat;
unsigned short buff;
.
.
.
buff = 0x23;
status = CC_PLC_BTW (rack,group,module,size,1,&buff,&iostat);
if (!(status))printf (“data sent to module\n”);
.
.
.
Comentarios a estos manuales