News:

  • May 03, 2024, 03:05:02 AM

Login with username, password and session length

Author Topic: Set time for SP4 bit.  (Read 2532 times)

MVetrano

  • Full Member
  • ***
  • Posts: 27
Set time for SP4 bit.
« on: June 15, 2021, 08:54:24 AM »
I was upgrading the HMI on an old machine when I ran across this issue. Lines 47 and 48 of the code toggles between two messages on the bottom line display of an Optimate 1500 HMI. The messages change about every 3 seconds.
When I monitor the status of the SP4 bit, it changes state about every 3 seconds. This is a one second bit that is supposed to change state every 500ms. How is it possible to make it change every 3 seconds?
The PLC is a DL205 with a DL240 CPU as a master and another 240 as a slave.

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 5991
  • Yes Pinky, Do-more will control the world!
Re: Set time for SP4 bit.
« Reply #1 on: June 15, 2021, 09:21:13 AM »
I was upgrading the HMI on an old machine when I ran across this issue. Lines 47 and 48 of the code toggles between two messages on the bottom line display of an Optimate 1500 HMI. The messages change about every 3 seconds.
When I monitor the status of the SP4 bit, it changes state about every 3 seconds. This is a one second bit that is supposed to change state every 500ms. How is it possible to make it change every 3 seconds?
The PLC is a DL205 with a DL240 CPU as a master and another 240 as a slave.

Probably aliasing due to a relatively low comm rate. If you sampled at exactly 1 second, and caught it on all of the time, it would look like it never changed. If you sampled at 800-900ms or 1.1-1.2s, it would look like it was toggling at a lower rate than the stated 1 second.
"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