MATLAB XPC TARGET RELEASE NOTES Betriebsanweisung Seite 484

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 531
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 483
xpctarget.ftp
If you have multiple target PCs in your system, or if you want to
identify a target PC with the file object, use the following syntax to
create the additional file objects.
file_object=xpctarget.ftp('mode', 'arg1', 'arg2')
Examples In the following example, a file object for a target PC w ith an RS-232
connection is created.
f=xpctarget.ftp('RS232','COM1','115200')
f=
xpctarget.ftp
Optionally, if you have an xpctarget.xpc object, you can construct an
xpctarget.ftp object by passing the xpctarget. xpc object variable to
the
xpctarget.ftp constructor as an argument.
>> tg1=xpctarget.xpc('RS232','COM1','115200');
>> f2=xpctarget.ftp(tg1)
f2 =
xpctarget.ftp
18-160
Seitenansicht 483
1 2 ... 479 480 481 482 483 484 485 486 487 488 489 ... 530 531

Kommentare zu diesen Handbüchern

Keine Kommentare