KeyenceNanoHelperGetConnectCmd 方法 |
连接PLC的命令报文
Command message to connect to PLC
命名空间:
HslCommunication.Profinet.Keyence
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static byte[] GetConnectCmd(
byte station,
bool useStation
)
Public Shared Function GetConnectCmd (
station As Byte,
useStation As Boolean
) As Byte()
public:
static array<unsigned char>^ GetConnectCmd(
unsigned char station,
bool useStation
)
static member GetConnectCmd :
station : byte *
useStation : bool -> byte[]
参数
- station
- 类型:SystemByte
当前PLC的站号信息 - useStation
- 类型:SystemBoolean
是否启动站号命令
返回值
类型:
Byte[缺少 "M:HslCommunication.Profinet.Keyence.KeyenceNanoHelper.GetConnectCmd(System.Byte,System.Boolean)" 的 <returns> 文档]
参见