58 lines
1.0 KiB
C#
Raw Normal View History

2025-03-07 09:06:46 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DH.Commons.Enums
{
public enum EnumPLCType
{
XC_串口,
XC_网口,
XD_串口,
XD_网口
}
public enum EnumPLCInputIO
{
=0,
=1,
=2,
=3
}
public enum EnumPLCOutputIO
{
=0,
=1,
使=2,
=3,
=4,
绿=5,
=6,
=7,
=8,
=9,
=10,
1=11,
2=12,
3=13,
4=14,
5=15,
OK料盒=16,
NG料盒=17,
OK吹气时间=18,
NG吹气时间=19,
=20,
=21,
=22,
=23,
=24,
=25
}
}