This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bpa
/
HKCard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
1
Lishi
xxe
2 years ago
parent
461ff12df8
commit
563acb8e4e
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
HKControl/Siemens.cs
+ 5
- 1
HKControl/Siemens.cs
View File
@@ -82,7 +82,11 @@ namespace HKControl
{
try
{
if (!IsConnected) return default;
if (!IsConnected)
{
ExceptionDis();
return default;
}
return (TResult)myPlc?.Read(address);
}
catch (Exception ex)
Write
Preview
Loading…
Cancel
Save