1/18/2010 2:32 PM | |
Joined: 10/7/2005 Last visit: 5/29/2023 Posts: 2965 Rating:
|
Hello peva I must admit I am a bit confused. If the manufacturer of the project currently uses PLC wide "write protection" (set in theCPU properties from HWconfig)you will need to get the password from the manufacturer to be able to download your new block (and the one from which you want to call it). Once you have the password, you will always be able to modify and download your blockagain but assuming the end customer does not have this password will still be unable to changethe manufacturers program (and your new block will be write protetced in the PLC too now). Wouldn't this be the easiest solution (the trick will be to get thepassword from the manufacturer)? Assuming you really want the give the customer read/write access to your new block but keep all existing blocks as "read only", you will first of all again have to get the "write protection" password from the manufacturer, change the HWconfig (remove the write protection) and download it. Rather than doing Know_How_Protect (which would mean that the end customer can't monitor Blocks anymore), youcould thereafter use the"Store Read only .." functionality to create "read only" versions of all manufacturers blocks (make sure to have a backup copy of all Blocks before you save them as a read only copy, the "Store Read only .."is available in later Step 7 versions from the File menu when a Block is open). This now means that the offline version of the individual read only saved Blocks can't be changed anymore,rather than having a PLC wide write protection(which is what I believe you want to achieve). NOTE: The end customer will now be able to use forcing and Variable Table related "writes" into the PLC (which is something he can't do if PLC wide "write protection" is set and the manufacturer mayobject to this). Food for thought anyway andI hope this helps |
Cheers |
|
This contribution was helpful to
1 thankful Users |
1/19/2010 8:34 AM | |
Posts: 38 Rating:
|
Hi Fritz, sorry, I didn't explain our problem quite well. The problem is, that our manufacturer doesn't want to give us the permission to modify his part of the program. So he won't give us the password. He proposes us, that we should add an external PLC, and he will send us necessary information via inputs/outputs. This is of course costly solution and it needs quite a lot of work. The main problem here is, let's say, rather "political" than technical. That means, also that it's more complicated than pure technical problem.
Yes, thanks, that "Store Read only" looks quite interesting. I will definitively look into it. Thanks for your valuable input, Danke Petr |
This contribution was helpful to
1 thankful Users |
Follow us on