public class FileRecipeManager extends java.lang.Object implements RecipeManagerInterface
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
defaultBaseDirectory
The default file dir, typically "user.dir"
|
static java.lang.String |
defaultFileExtension
The default file extension, typically .rcp
|
cvsRev
Constructor and Description |
---|
FileRecipeManager()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBaseDirectory()
Returns the directory of the file.
|
java.lang.String |
getFileExtension()
The file extension.
|
SecsFormat00 |
getPPIDList()
This will return a list of PPIDs as a SecsFormt00.
|
SecsMsg |
getResponse(SecsMsg msg)
This method handles S7F3 (Process Program Send), S7F5 (Process Program Request), S7F17 (Process Program Delete),
and S7F19 (Current EPPD Request).
|
boolean |
processMessage(SecsMsg msg)
This method handles S7F3 (Process Program Send), S7F5 (Process Program Request), S7F17 (Process Program Delete),
and S7F19 (Current EPPD Request).
|
void |
setBaseDirectory(java.lang.String baseDirectory)
Sets the base directory.
|
void |
setFileExtension(java.lang.String fileExtension)
The file extension.
|
public static java.lang.String defaultBaseDirectory
public static java.lang.String defaultFileExtension
public java.lang.String getBaseDirectory()
public java.lang.String getFileExtension()
public SecsFormat00 getPPIDList()
public SecsMsg getResponse(SecsMsg msg)
public boolean processMessage(SecsMsg msg)
processMessage
in interface RecipeManagerInterface
public void setBaseDirectory(java.lang.String baseDirectory)
public void setFileExtension(java.lang.String fileExtension)
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.