Hello.<br>How change parameters in fieldbus configuration in C/C++ (for example <strong>Interface</strong> or <strong>Device address</strong>)? Do you have API for this?<br><img...
Type: Posts; User: mhanusek
Hello.<br>How change parameters in fieldbus configuration in C/C++ (for example <strong>Interface</strong> or <strong>Device address</strong>)? Do you have API for this?<br><img...
<br><br>Thx for reply.<br>Its problem for me. I have 2 two physical interfaces and I need run modbus-tcp only on one interface, on custom tcp port.<br>
<br>
<br>
<br><br>I understand. I connecting to port 1101 and it is ok. But i need change number port and ip address.
Hello.
I'm trying to set a tcp port and ip address in a modbus tcp slave driver.
In the driver configuration are not fields.
2546
I'm solved this problem.
The problem was capacity MessageBox - too many lines to display.
Thx.
Ref. "zenonVSTAProxy7200" in VS solved problem ;)
Hello,
Hello, I have a project (MULTIPROJECT) with the code C #:
String text = "";
int c = 0;
c = this.Variables().Count;
if (c != 0)
Hello,
I want to add written by me dll file (c#) using the API Zenon.
Dll file that uses the API Zenon compiles in Visual Studio seamlessly.
But then when I want him to join the project VSTA (in...
Hello,
I defined data type editor (array, structure) TimeTicks with two fields (variables) of type String.
Then, I created a new type of variable (TimeTicks) called myVar.
How now access this...