| 程序包 | 说明 |
|---|---|
| HslCommunication.Profinet.Inovance |
| 限定符和类型 | 方法和说明 |
|---|---|
InovanceSeries |
InovanceTcpNet.getSeries()
获取当前PLC的系列信息
|
InovanceSeries |
InovanceSerialOverTcp.getSeries()
获取当前PLC的系列信息
|
static InovanceSeries |
InovanceSeries.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static InovanceSeries[] |
InovanceSeries.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static OperateResultExOne<String> |
InovanceHelper.PraseInovanceAddress(InovanceSeries series,
String address,
byte modbusCode)
根据汇川PLC的地址,解析出转换后的modbus协议信息,适用AM,H3U,H5U系列的PLC
According to the address of Inovance PLC, analyze the converted modbus protocol information, which is suitable for AM, H3U, H5U series PLC |
void |
InovanceTcpNet.setSeries(InovanceSeries series)
设置当前PLC的系列信息,需要在连接之前设置完成
|
void |
InovanceSerialOverTcp.setSeries(InovanceSeries series)
设置当前PLC的系列信息,需要在连接之前设置完成
|
| 构造器和说明 |
|---|
InovanceSerialOverTcp(InovanceSeries series,
String ipAddress,
int port,
byte station)
通过指定站号,IP地址,端口以及PLC的系列来实例化一个新的对象
|
InovanceTcpNet(InovanceSeries series,
String ipAddress,
int port,
byte station)
通过指定站号,IP地址,端口以及PLC的系列来实例化一个新的对象
|
Copyright © 2022. All rights reserved.