Cicode Programming Reference > Cicode Function Categories > Statistical Process Control Functions Introduction > SPC Functions

SPC Functions

Following are functions relating to Statistical Process Control:

SPCAlarms

Returns the status of the specified SPC alarm.

SPCClientInfo

Returns SPC data for the given SPC tag.

SPCGetHistogramTable

Returns an array containing the frequency of particular ranges for the given SPC tag.

SPCGetSubgroupTable

Returns an array containing the specified subgroup's elements with the mean, range and standard deviation.

SPCPlot

Generates a single page print showing three separate trends of the SPC Mean, Range, and Standard Deviation.

SPCProcessXRSGet

Gets the process mean, range and standard deviation overrides.

SPCProcessXRSSet

Sets the process mean, range and standard deviation overrides.

SPCSetLimit

Sets the upper or lower control limits of X-bar, range, or standard deviation charts.

SPCSpecLimitGet

Gets the upper and lower specification limits for the specified tag.

SPCSpecLimitSet

Sets the upper and lower specification limits for the specified tag.

SPCSubgroupSizeGet

Gets the size of a subgroup for the specified SPC tag.

SPCSubgroupSizeSet

Sets the subgroup size for the specified SPC tag.

See Also

Cicode Functions