mirror of
https://github.com/evopro-ag/Sharp7Reactive.git
synced 2025-12-16 19:52:53 +00:00
Update LinqPad samples
This commit is contained in:
@@ -18,7 +18,7 @@ var cpuMpiAddress = 0;
|
||||
using var plc = new Sharp7Plc(ip, rackNumber, cpuMpiAddress);
|
||||
|
||||
// Initialize connection
|
||||
await plc.InitializeAsync();
|
||||
await plc.InitializeConnection();
|
||||
|
||||
// wait for connection to be established
|
||||
await plc.ConnectionState
|
||||
|
||||
Reference in New Issue
Block a user