Host Engineering Forum

General Category => Do-more CPUs and Do-more Designer Software => Topic started by: RBPLC on April 13, 2023, 10:32:04 AM

Title: Suppress I/O Warnings
Post by: RBPLC on April 13, 2023, 10:32:04 AM
Is there any way to suppress ST152 and ST154 warnings? I have remote I/O that has not been connected to a system yet and I would like to suppress warnings until I get them installed.
Title: Re: Suppress I/O Warnings
Post by: BobO on April 13, 2023, 11:29:05 AM
Is there any way to suppress ST152 and ST154 warnings? I have remote I/O that has not been connected to a system yet and I would like to suppress warnings until I get them installed.

They are writable. Just clear them in code at the bottom of scan.
Title: Re: Suppress I/O Warnings
Post by: RBPLC on April 13, 2023, 06:42:39 PM
Is there any way to suppress ST152 and ST154 warnings? I have remote I/O that has not been connected to a system yet and I would like to suppress warnings until I get them installed.

They are writable. Just clear them in code at the bottom of scan.

This doesn't seem to work. I've tried to clear them using COPY and MOVE and they're not overwritten. I've attempted this on the last rung of $tbottomofscan.
Title: Re: Suppress I/O Warnings
Post by: BobO on April 14, 2023, 10:31:45 AM
This doesn't seem to work. I've tried to clear them using COPY and MOVE and they're not overwritten. I've attempted this on the last rung of $tbottomofscan.

Yeah, sorry. Where/how that's being updated in the scan does interfere what what I suggested.

As of now, there isn't a way to mask them.
Title: Re: Suppress I/O Warnings
Post by: RBPLC on April 14, 2023, 12:18:16 PM
Feature request then.