Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add cpu status enum #508

Closed
wants to merge 4 commits into from
Closed

add cpu status enum #508

wants to merge 4 commits into from

Conversation

LUJIAN2020
Copy link

No description provided.

@@ -520,12 +520,11 @@ public void WriteClock(System.DateTime value)
/// Read the current status from the PLC. A value of 0x08 indicates the PLC is in run status, regardless of the PLC type.
/// </summary>
/// <returns>The current PLC status.</returns>
public byte ReadStatus()
public CpuStatus ReadStatus()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're missing a similar change for PlcAsynchronous.cs

@LUJIAN2020 LUJIAN2020 closed this Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants