Allen-Bradley 1784-KTX Reference Manual page 114

Table of Contents

Advertisement

printf("\nTotal bytes downloaded to dual port: %04x\n", length);
}
return(0);
}
void usage(char *argv[])
{
printf("Usage:\n");
if (strrchr(argv[0], '\\'))
printf("%s –a<xx> –f<nnnnnnnn.eee> [–d]\n", strrchr(argv[0], '\\') + 1);
else
printf("%s –a<xx> –f<nnnnnnnn.eee> [–d]\n", argv[0]);
printf("
Where:
xx
printf("
nnnnnnnn.eee ––> File name of binary to download\n");
printf("
–d
printf("
}
––> Upper byte of address of KTX board (e.g. D3)\n");
––> Required to download file directly to dualport\n");
The diagnostic files require this switch.\n");
Appendix B
Programming Examples
B-35

Advertisement

Table of Contents
loading

This manual is also suitable for:

1784-ktxd1784-kts

Table of Contents