MATLAB XPC TARGET 4 - API GUIDE Uživatelská příručka Strana 358

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 372
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 357
xpctarget.ftp
14-114
14xpctarget.ftp
Purpose Create xPC Target FTP object
Syntax MATLAB command line
file_object = xpctarget.fs('mode', 'arg1', 'arg2')
Arguments
Description Constructor of an FTP object. The FTP object represents the file on the target
PC. You work with the file by changing the file object using methods.
If you have one target PC object, or if you designate a target PC as the default
one in your system, use the syntax
file_object=xpctarget.ftp
file_object
Variable name to reference the FTP object.
mode
Optionally, enter the communication mode:
TCPIP
Specify TCP/IP connection with
target PC.
RS232
Specify RS-232 connection with
target PC.
arg1
Optionally, enter an argument based on the mode
value:
IP address If
mode is 'TCPIP', enter the IP
address of the target PC.
COM port If
mode is 'RS232', enter the host
COM port.
arg2
Optionally, enter an argument based on the mode
value:
Port If
mode is 'TCPIP', enter the port
number for the target PC.
Baud rate If
mode is 'RS232', enter the baud
rate for the connection between the
host and target PC.
Zobrazit stránku 357
1 2 ... 353 354 355 356 357 358 359 360 361 362 363 ... 371 372

Komentáře k této Příručce

Žádné komentáře