News:

  • August 15, 2026, 05:11:48 AM

Login with username, password and session length

Author Topic: Suppress I/O Warnings  (Read 7304 times)

RBPLC

  • Hero Member
  • *****
  • Posts: 586
Suppress I/O Warnings
« 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.

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6170
  • Yes Pinky, Do-more will control the world!
Re: Suppress I/O Warnings
« Reply #1 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.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

RBPLC

  • Hero Member
  • *****
  • Posts: 586
Re: Suppress I/O Warnings
« Reply #2 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.

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6170
  • Yes Pinky, Do-more will control the world!
Re: Suppress I/O Warnings
« Reply #3 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.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

RBPLC

  • Hero Member
  • *****
  • Posts: 586
Re: Suppress I/O Warnings
« Reply #4 on: April 14, 2023, 12:18:16 PM »
Feature request then.