[RT.EquipmentLibrary]

修改昂坤参数节点读取问题
This commit is contained in:
hanqiangqiang 2024-05-20 15:01:34 +08:00
parent 0abd925c0e
commit 802277187c
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ namespace MECF.Framework.RT.EquipmentLibrary.HardwareUnits.Temps
/// <returns></returns>
private int GetScIntegrationTime()
{
var integrationTime = SC.GetValue<int>($"{Name}.IntegrationTime"); // the minimum value should be 10ms.
var integrationTime = SC.GetValue<int>($"{ScBasePath}.IntegrationTime"); // the minimum value should be 10ms.
if (integrationTime < 10)
integrationTime = 10;