Merge branch 'hotfix/昂坤测温,读取参数节点名称修改'

This commit is contained in:
hanqiangqiang 2024-05-20 15:02:56 +08:00
commit 7d492b375d
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;