Error message
Deprecated function: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in MySQLDatabase->open_connection() (line 15 of /homepages/23/d391693511/htdocs/www3.factoryright.com/includes/factoryright/Database.class.php).CIRMComm
CIRMComm is a software library that simplifies communicating with CIRM.
Just add the CIRMComm DLL to your Visual Studio project, instantiate the CIRMComm Class contained in the DLL, and you're ready to start exchanging information with CIRM.
CIRMComm Class
Provides a set of methods to simplify communication with CIRM.
Methods
Method | Description |
---|---|
Authenticate | Used to authenticate with CIRM. |
CIRMComm | Initializes a new instance of the CIRMComm class. |
GetCutJobs | Used to obtain a list of cut jobs. |
GetCutJobsByDate | Used to obtain a list of cut jobs. |
GetFoldJobs | Used to obtain a list of cut jobs. |
GetFoldJobsByDate | Used to obtain a list of fold jobs. |
GetProfiles | Used to obtain profile data. |
GetRollJobs | Used to obtain a list of roll jobs. |
GetRollJobsByBundle | Used to obtain a list of roll jobs. |
GetRollJobsByDate | Used to obtain a list of roll jobs. |
GetShearJobs | Used to obtain a list of shear jobs. |
GetShearJobsByDate | Used to obtain a list of shear jobs. |
GetSlitJobs | Used to obtain a list of slit jobs. |
GetSlitJobsByDate | Used to obtain a list of slit jobs. |
GetTrimFormJobs | Used to obtain a list of trim form jobs. |
GetTrimFormJobsByDate | Used to obtain a list of trim form jobs. |
SendEquipmentAlert | Used to indicate an alert. |
SendEquipmentChangeState | Used to indicate a change in equipment state. |
SendEquipmentParameterModified | Used to indicate when a parameter value has changed. |
SendItemDefect | Used to indicate an item defect. |
SendItemWorkAbort | Used to indicate when work was aborted. |
SendItemWorkComplete | Used to indicate when work was completed. |
SendItemWorkStart | Used to indicate when work was started. |
SendMaterialConsumed | Used to indicate when material was consumed. |
SendOperatorInformation | Used to provide information about operator actions. |
TestConnection | Used to test the connection to CIRM. |
ValidateMaterial | Used to determine if material should be used for a job. |