Rockwell Automation 1771-DMC_DMC1_DMC4_DXPS Control Coprocessor User Manual User Manual

Page 291

Advertising
background image

Using the PCBridge Software

Appendix D

D-13

Using either command, if both paths are omitted, standard input and output
are assumed. If the second path is omitted, standard output is assumed.

Options

-?

Display the options, function, and command
syntax of binex/exbin.

-a=<num>

Specify the load address in hex. This is for
binex only.

-s=<num>

Specify which type of S-record format to
generate. This is for binex only. <num> may
be 1, 2, or 3.

Examples

The following command line generates

prog.S1

in S1 format from the

binary file

PROG

:

C>binex -s1 prog prog.S1

The following command line generates

PROG.1

in OS-9 binary format

from the S1 type file

PROG.S1

:

C>exbin prog.S1 prog.1

Advertising