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

MethodDescription
AuthenticateUsed to authenticate with CIRM.
CIRMCommInitializes a new instance of the CIRMComm class.
GetCutJobsUsed to obtain a list of cut jobs.
GetCutJobsByDateUsed to obtain a list of cut jobs.
GetFoldJobsUsed to obtain a list of cut jobs.
GetFoldJobsByDateUsed to obtain a list of fold jobs.
GetProfilesUsed to obtain profile data.
GetRollJobsUsed to obtain a list of roll jobs.
GetRollJobsByBundleUsed to obtain a list of roll jobs.
GetRollJobsByDateUsed to obtain a list of roll jobs.
GetShearJobsUsed to obtain a list of shear jobs.
GetShearJobsByDateUsed to obtain a list of shear jobs.
GetSlitJobsUsed to obtain a list of slit jobs.
GetSlitJobsByDateUsed to obtain a list of slit jobs.
GetTrimFormJobsUsed to obtain a list of trim form jobs.
GetTrimFormJobsByDateUsed to obtain a list of trim form jobs.
SendEquipmentAlertUsed to indicate an alert.
SendEquipmentChangeStateUsed to indicate a change in equipment state.
SendEquipmentParameterModifiedUsed to indicate when a parameter value has changed.
SendItemDefectUsed to indicate an item defect.
SendItemWorkAbortUsed to indicate when work was aborted.
SendItemWorkCompleteUsed to indicate when work was completed.
SendItemWorkStartUsed to indicate when work was started.
SendMaterialConsumedUsed to indicate when material was consumed.
SendOperatorInformationUsed to provide information about operator actions.
TestConnectionUsed to test the connection to CIRM.
ValidateMaterialUsed to determine if material should be used for a job.