-Break |
Halts execution of the current configuration file and closes the file. If the current configuration file was called from a different configuration file using the -ProcessConfigurationFile command, the calling configuration file will continue.
Example: Assume you have two configuration files: __prod_name.cfg (contains the following three lines): -LogMessage Notice Message1 -ProcessConfigurationFile my_file.cfg -LogMessage Notice Message3 my_file.cfg (contains the following two lines): -Break -LogMessage Notice Message2 __prod_name will exit the my_file.cfg file without processing the -LogMessage Notice Message2 command and continue with the -LogMessage Notice Message3 command in __prod_name.cfg. Default: This command is an action, there is no default value. Usage: This command can be used at any time. |
-GetApplicationName | ||||
Gets the application name of the server for which the client is connected to.
Example : -GetApplicationName Default: N/A Usage: This command should only be used from a NetCom client application after a connection to a server has been established. |
||||
NetCom Reply | ||||
|
-GetCreateNewFilesPerRecording | ||||
Returns an indicator of whether or not new files are being created every time recording is stopped.
Example : -GetCreateNewFilesPerRecording Default: False Usage: This command should only be used from a NetCom client application after a connection to a server has been established. |
||||
NetCom Reply | ||||
|
-GetDASBuildDate | ||||
Returns the build date for the __prod_name application for which the client is connected to.
Example : -GetDASBuildDate Default: N/A Usage: This command should only be used from a NetCom client application after a connection to a server has been established. |
||||
NetCom Reply | ||||
|
-GetDASObjects | ||||
Returns a list of object name and object type pairs.
Example : -GetDASObjects Default: N/A Usage: This command should only be used from a NetCom client application after a connection to a server has been established. |
||||
NetCom Reply | ||||
|
-GetDASState | ||||
Returns the current data acquisition state.
Example : -GetDASState Default: N/A Usage: This command should only be used from a NetCom client application after a connection to a server has been established. |
||||
NetCom Reply | ||||
|
-GetDASVersionNumber | ||||
Returns the version number for the __prod_name application for which the client is connected to.
Example : -GetDASVersionNumber Default: N/A Usage: This command should only be used from a NetCom client application after a connection to a server has been established. |
||||
NetCom Reply | ||||
|
-GetDataDirectory | ||||
Returns the current data directory which includes the current timestamped directory.
Example : -GetDataDirectory Default: N/A Usage: This command should only be used from a NetCom client application after a connection to a server has been established. |
||||
NetCom Reply | ||||
|
-GetLogFilePath | ||||
Returns the current path for the log file.
Example : -GetLogFilePath Default: N/A Usage: This command should only be used from a NetCom client application after a connection to a server has been established. |
||||
NetCom Reply | ||||
|
-GetMaxFileLength | ||||
Returns the maximum amount of time (in hours) that a data file can hold.
Example : -GetMaxFileLength Default: N/A Usage: This command should only be used from a NetCom client application after a connection to a server has been established. |
||||
NetCom Reply | ||||
|
-GetSessionName | ||||
Returns the current session name identifier.
Example : -GetSessionName Default: N/A Usage: This command should only be used from a NetCom client application after a connection to a server has been established. |
||||
NetCom Reply | ||||
|
-GetSessionUUID | ||||
Returns the unique identifier associated with the current session.
Example : -GetSessionUUID Default: N/A Usage: This command should only be used from a NetCom client application after a connection to a server has been established. |
||||
NetCom Reply | ||||
|
-GetSubject | ||||
Returns the current subject ID.
Example : -GetSubject Default: N/A Usage: This command should only be used from a NetCom client application after a connection to a server has been established. |
||||
NetCom Reply | ||||
|
-GetSubjectInformationDirectory | ||||
Returns the current subject information directory.
Example : -GetSubjectInformationDirectory Default: N/A Usage: This command should only be used from a NetCom client application after a connection to a server has been established. |
||||
NetCom Reply | ||||
|
-GetSystemIdentifier | ||||
Returns the current system identifier for the DAS.
Example : -GetSystemIdentifier Default: N/A Usage: This command should only be used from a NetCom client application after a connection to a server has been established. |
||||
NetCom Reply | ||||
|
-GetTimestamp | ||||
Returns the current timestamp from the DAS.
Example : -GetTimestamp Default: N/A Usage: This command should only be used from a NetCom client application after a connection to a server has been established. |
||||
NetCom Reply | ||||
|
-LogMessage <Message Type> <Message> | ||||
Logs the message to the current __prod_name logfile.
Example : -LogMessage Notice "Log Message To Logfile" Default: This command is an action, there is no default value. Usage: This command can be used at any time. |
||||
Arguments | ||||
|
-ProcessConfigurationFile <File Name> | ||
Tells __prod_name to process the specified configuration file. __prod_name will process this file completely before continuing to the command after -ProcessConfigurationFile. Any errors in the specified configuration file will cause all configuration file processing to stop.
Example : -ProcessConfigurationFile my_configuration.cfg Default: This command is an action, there is no default value. Usage: This command can be used at any time. |
||
Arguments | ||
|
-SetCreateNewFilesPerRecording <Value> | ||
Sets a value that determines whether or not new data files will be created every time recording is turned off.
Example : -SetCreateNewFilesPerRecording True Default: False Usage: This command can be used at any time. |
||
Arguments | ||
|
-SetDataDirectory <Directory Path> | ||
Sets the base data directory for all of the files __prod_name creates. The location of these files can be overridden by the -SetLogFile, -SetDataFile, -SetRawDataFile, or -SetVideoFileOutput commands. A sub-directory will automatically be created with the date and time (in 24 hour format) at the time this command is processed. __prod_name will use the C:\temp directory as the base data directory if this command is not used.
Example : -SetDataDirectory "C:\__prod_name Data" Default: __prod_name will use C:\temp as the base data directory.. Usage: This command can be used only if __prod_name is idle. |
||
Arguments | ||
|
-SetLogFile <File Name> | ||
Sets the file where all __prod_name system messages will be logged.
Example : -SetLogFile My_Logfile.txt Default: __prod_name will use __prod_nameLogFile.txt in the current data directory as the logfile. Usage: This command can be used at any time. |
||
Arguments | ||
|
-SetMaxFileLength <Value> | ||
Sets the maximum amount of time (in hours) a data file can hold including gaps.
Example : -SetMaxFileLength 3 Default: 24 4 Usage: This command may only be used when recording is off. |
||
Arguments | ||
|
-SetSystemIdentifier <System ID> | ||
Sets the system identifier string value for the current session.
Example : -SetSystemIdentifier "MyComputer" Default: The PC name will be used as the default for this value. Usage: This command may be used at any time. |
||
Arguments | ||
|