Sic.Framework/MECF.Framework.Common/Aitex/Core/Common/DeviceData/AITCylinderProperty.cs

14 lines
302 B
C#
Raw Normal View History

2023-04-13 11:51:03 +08:00
namespace Aitex.Core.Common.DeviceData
{
public class AITCylinderProperty
{
public const string OpenFeedback = "OpenFeedback";
public const string CloseFeedback = "CloseFeedback";
public const string OpenSetPoint = "OpenSetPoint";
public const string CloseSetPoint = "CloseSetPoint";
}
}