Files
bj_power/bj_power_mes/internal/data_collector/oee.go
T

10 lines
260 B
Go
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
package data_collector
// TODO: OEE 计算器需要迁移到新的 ent schemaEventLog 替代 MachineStateLog
// 暂时保留空实现
// CalculateOEE 计算 OEE(可用性 × 性能 × 质量)
func CalculateOEE() (float64, error) {
return 0, nil
}