Autor Thema: user function block password bypass  (Gelesen 7268 mal)

Offline Simon Tyrcha

  • Jr. Member
  • **
  • Beiträge: 45
user function block password bypass
« am: November 16, 2023, 20:24:21 Nachmittag »
One of my user function blocks somehow received password protection, and I cannot access it for editing. Is there a way to bypass this feature?

Offline Konni66

  • Global Moderator
  • Full Member
  • *****
  • Beiträge: 305
  • Keine Panik!
    • Eaton Trainingscenter Bonn
Antw:user function block password bypass
« Antwort #1 am: November 17, 2023, 08:44:55 Vormittag »
No.
Die Programmierbeispiele sind zu Schulungszwecken gedacht. Trotz sorgfältiger Erstellung und Funktionsprüfung können Fehler nicht ausgeschlossen werden. Daher erfolgt die Verwendung der Programmteile in eigener Verantwortung.

Offline darek

  • Newbie
  • *
  • Beiträge: 5
Antw:user function block password bypass
« Antwort #2 am: Februar 03, 2025, 09:37:55 Vormittag »
I'm using easySoft V8.25 build 4098 and have the same issue.
My user function was blocked by a password, but I didn't set one at all.
Now I can't access the code I wrote. What is going on? I've had this issue twice.

Offline MPC

  • Newbie
  • *
  • Beiträge: 9
Antw:user function block password bypass
« Antwort #3 am: Februar 04, 2025, 10:02:11 Vormittag »
This has happened to me too.

I have 3 UF blocks in a program and the first one has now got password protection. Surely this is a bug, perhaps the program password prompt (which I have disabled) has been activated on the first UF in the program instead of the main program??

So frustrating.

Offline Simon Tyrcha

  • Jr. Member
  • **
  • Beiträge: 45
Antw:user function block password bypass
« Antwort #4 am: Heute um 17:40:37 »
To the other users experiencing this problem:

I have not found a solution other than to write my UFBs in a seperate program, save the file, then write the UFB using the UFB editor, adjust any bits as needed to go from a stand alone program, to being able to use discreet I/O for the UFB, name and save it.

If it self-assigns a password, you can reference your original prorgram, rewrite the UFB as a newer version, then use the REPLACE USER FUNCTION BLOCK function under the PROGRAM tab at the upper toolbar to replac e the corrupted UFB with the updated version.

As I write this, I am also realizing that if all UFB created used a generic passcode that you will never forget, then possibly it will not be able to self populate that field ...

I have not updated my IDE in a while. Maybe this issue has been resolved.

Cheers!