Jump to content

Recommended Posts

  • Replies 41
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted

This is the problem.

At the top you have:

$ButtonSichern4 = 0

Because of that, it executes logbuch_sichern() on every loop.

It executes at least 5 times per second.

I fixed it here.

What I did:

- Replace $ButtonSichern4 = 0 with $ButtonSichern4 = ""

- Add new "Case" above "Case $msg = $ButtonSichern4":

Case $ButtonSichern4 = ""
            Logbuch()

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...