S5 know-how protection?

JogiJ

Member
Join Date
Jan 2015
Location
Bad Ems
Posts
1
Hello together,

i have a problem with converting a step 5 programm to step 7.
In two FBs there is code like this:

SPA m001; (jump)
BE (end)

As i know at the moment i think this is some kind of know-how-protection.
So i have tried to change BE to NOP 0. But after that, of course, i see the jump destination, but no further code.
Has anybody an idea how to unlock the code so that i can convert it?

Thanks for your Help!
Johannes
 
Hello together,

i have a problem with converting a step 5 programm to step 7.
In two FBs there is code like this:

SPA m001; (jump)
BE (end)

As i know at the moment i think this is some kind of know-how-protection.
So i have tried to change BE to NOP 0. But after that, of course, i see the jump destination, but no further code.
Has anybody an idea how to unlock the code so that i can convert it?

Thanks for your Help!
Johannes

I recall in the '90s being shown how to do this. You need a utility program ( DOS based back then ) that can manipulate files at the byte level.
the FB to protect was navigated to in the *.s5d file and the first instruction in the FB after the header info was changed to a special jump in hex code.
to expose the code, this jump was changed back to a NOP in hex code
Sorry I can't recall the details, but that is how I know it was done.
 
Hello together,

i have a problem with converting a step 5 programm to step 7.
In two FBs there is code like this:

SPA m001; (jump)
BE (end)

As i know at the moment i think this is some kind of know-how-protection.
So i have tried to change BE to NOP 0. But after that, of course, i see the jump destination, but no further code.
Has anybody an idea how to unlock the code so that i can convert it?

Thanks for your Help!
Johannes

Hi and welcome to the forum!

What is the name of those FBs? It might be some system blocks that already exists for S7, and then the conversion effort would be wasted.

Kalle
 

Similar Topics

I have the power supply in the link below. If we want a breaker to isolate and protect the input side how would I size that correctly being 120...
Replies
8
Views
234
I am having a step7 v5.4 program where the blocks are encrypted and locked. And the manufacturer is stopped the support. Is there any ways to...
Replies
2
Views
230
Let's say I have an inverter fed three phase induction motor drive where in the braking phase (when the motor operates in a generator mode) the...
Replies
2
Views
158
Hello Friends I have a installation with v16, v17, v18, v19, v20. When I tried to open a v20 file, the enable source protection was not enabled...
Replies
1
Views
267
What is your perspective? Are you a Maintenance Tech? Systems Integrator? OEM Engineer? What are your thoughts on the topic of source...
Replies
24
Views
1,245
Back
Top Bottom