op77b help

aussiesurf

Member
Join Date
May 2006
Location
melbourne
Posts
16
hi there,
this is my first post so i hope it is in the correct area. i am programming a op77b panel for the first time and the instructions that come with the unit are very simple. could someone tell me how to assign a key say "F1" to a bit in the program please. thanks in advance and i hope i can be of help in the future
 
aussiesurf said:
i am programming a op77b panel for the first time and the instructions that come with the unit are very simple.

I have never used an OP77B, I can't say I have even heard of one

I assume that you are using Protool and have selected the correct operator panel, I will give you a 'generic' answer to your question.

Click the F1 button on the screen, this should bring up the properties diaglogue box, select 'Function', the drop down menu at the top of the box should say 'Press key', from the 'functions' dialogue box, select 'edit bits' then select 'set bit', click add, this brings up another dialogue box where you can assign the button down function to a bit in your program, do this by selecting 'new', this brings up another box where you select the correct address for the bit you want to set. click 'OK', you may want that bit reset when the button is released, this is done in the same fashion as the set bit, select 'release key' from the drop down menu, select 'reset bit' and proceed as before.

I hope that makes sense as I was doing it from memory, I don't have protool on the PC I am on at the moment.

Paul
 
Last edited:
aussiesurf said:
thankyou. i am using WinCC Flexible. is this still the same process?


I should have guessed that, as the OP77B is not supported in Protool šŸ™ƒ

Sorry, but I don't use WinCC flex, I would imagine that it is not too dissimilar to the Protool process, but I can't give you a difinitive answer on that.

Paul
 
When you have finnished seting up the panel (either by wizzard or manualy), you should set up the tags you are going to use, either in the S7-projetct (if it is that you are using) or in the tags-screen (under the Communication branch).

When all that is fine it is an easy task to assing a bit to a function key.
- Click on the F1-key, you should see a red rectangle over the F-key
- In the Properies window (is displayed from the menu: View-->Properies), you see the heading "Softkey_F1"
- To the left in that window you have "General" and "Events"
- In the Events branch you have "Press" and "Release", select the desired action (for example "Press")
- In the right-hand portion of the window you have the Funtion list saying <No funtion>.
- Select in the drop-down list the desired action (SetBit, SetBitWhileKeyPressed and so on)
- Here the tag-name come in action. Select the correct tag and you are basicly done.

You can make a new tag in the last selection, but it is best to have them sorted out in forehand. Especially if you are using a S7-project, you can link direcly to the tag i the Symbol-list for the PLC, and have the tag created automaticly.

Later on you can assign a graphical icon to the key (under the general branch), assign a LED tag to the K-keys (in the template) and set authorization.
 

Similar Topics

Hi. Well I am very new to PLC and have been given the task of finding out how to call screen on an OP77B HMI from an S7-200 PLC. Just wondering if...
Replies
0
Views
1,551
Kindly, we are trying to transfer a project to a new op77b, using Mpi cable with 187.5kb. The Set Pg Pc is detecting it, and the Op77b is...
Replies
8
Views
1,867
Hello friends, I've an old op7 panel and trying to replace it with a new one of model OP77B. But the project of the old one is a psr file while...
Replies
4
Views
3,290
Hi guys, i am able to take back up from op7 dp and op77a but i am failure to take back up from op77b.i am using usb/ppi multimaster cable. 1p...
Replies
5
Views
5,180
Hi, I'm trying to modify the OB77B screen, but it says I need to update the operating system because I'm using a newer version of WinCC. I'm using...
Replies
4
Views
2,241
Back
Top Bottom