EcFanMachineBuildCommand5A 方法 |
构建命令5A的命令数据
命名空间:
HslCommunication.Profinet.Special
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
语法public static byte[] BuildCommand5A(
byte stat,
bool run,
bool emergency,
int speed
)
Public Shared Function BuildCommand5A (
stat As Byte,
run As Boolean,
emergency As Boolean,
speed As Integer
) As Byte()
public:
static array<unsigned char>^ BuildCommand5A(
unsigned char stat,
bool run,
bool emergency,
int speed
)
static member BuildCommand5A :
stat : byte *
run : bool *
emergency : bool *
speed : int -> byte[]
参数
- stat
- 类型:SystemByte
站号 - run
- 类型:SystemBoolean
运行状态 - emergency
- 类型:SystemBoolean
应急模式 - speed
- 类型:SystemInt32
速度
返回值
类型:
Byte完整的命令
参见