Rockwell-automation FactoryTalk View Site Edition Users Guide Bedienungsanleitung Seite 558

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 696
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 557
FACTORYTALK VIEW SITE EDITION USERS GUIDE
20–12
• • • • •
File functions
Use the built-in file functions to check whether a file exists, or to check the amount of free
disk space.
The file parameter is the path name, surrounded by quotes. The drive parameter is the
drive letter.
To have an expression containing these functions evaluated more than once, assign the
expression to an event rather than to an object in a graphic display.
COSD (expression) The cosine of the expression in degrees
TAND (expression) The tangent of the expression in degrees
ARCSIND (expression) The arc sine of the expression in degrees
ARCCOSD (expression) The arc cosine of the expression in degrees
ARCTAND (expression) The arc tangent of the expression in degrees
This function Returns this value Example
FILE_EXISTS(file) 1 (true) if the specified
file exists
FILE_EXISTS(“C:\Documents and
Settings\All Users\Shared Documents\
RSView Enterprise\SE\ActivityLog\
Activity.exp”)
Returns 1 (true) if the file exists or 0 (false) if
the file does not exist.
Use this function to set a tag when a specified
file has been created or deleted.
FREE_BYTES(drive) The number of bytes
free on the specified
drive
FREE_BYTES(c)
Returns the number of bytes available on
drive C, up to a maximum of 2.1 GB.
Use this function to display a message or
trigger an alarm when disk space is getting
low.
This function Returns this value
Seitenansicht 557
1 2 ... 553 554 555 556 557 558 559 560 561 562 563 ... 695 696

Kommentare zu diesen Handbüchern

Keine Kommentare