0
S7 interface DB write bug
I write in S7 interface in DB1.DBX1.0 but on PLC it is writing in DB1.DBX1.1
Customer support service by UserEcho
I write in S7 interface in DB1.DBX1.0 but on PLC it is writing in DB1.DBX1.1
Customer support service by UserEcho
Hi,
The GetNumberAfterPoint (Signal.Name) function in .\Assets\game4automation\private\Interfaces\S7TCPIP\S7Interface.cs delivers a wrong s7signal.Bit. if the Area is a DBThe S7Interface.cs file works with DB1.DBX1.0
In this version there is a new function called GetNum (string name, int index)
This function scans the Signal.Name with Regex.