User`s guide

xpctarget.fs
Purpose Create xPC Target file system object
Syntax MATLAB command line
filesys_object = xpctarget.fs('mode', 'arg1', 'arg2')
Arguments
filesys_object
Variable name to reference the file system object.
mode
Optionally, enter the c ommunication mode:
TCPIP
Specify TCP/IP connection with
target P C.
RS232
Specify RS-232 connection with
target P C.
arg1
Optionally, enter an argument based on the mode
value:
IP address
If
mode is 'T CPIP',entertheIP
address of the target PC.
COM port If
mode is 'RS232 ',enterthehost
COM port.
arg2
Optionally, enter an argument based on the mode
value:
Port
If
mode is 'TCPIP',entertheport
number for the target PC.
Baud rate
If
mode is 'RS2 32',enterthebaud
rate for the connection between the
host and target PC.
Description Constructor of a file system object. The file system object represents the
file system on the target PC. You work with the file system by changing
the file system object using methods.
If you have o ne target PC object, or if you designate a target PC as the
default one in your system, use the syntax
18-157