dragosel80 Posted January 31, 2006 Report Posted January 31, 2006 (edited) As the title says, the question is how can I change a f930got screen using a fx1n PLC? instance: I have to change the screen when one input becomes ON (there are several applications in which I need to change the screen via PLC). I've tried the following code: IF X3 THEN D0:=1; //change to screen 1 END_IF; but it doesn't work. Another issue which preocupies me is how to attribute other functions to the following keys: up, down, right, left, ent, set, esc... from f930got-k (I have the display with 28 touch keys). I want to navigate trough screens or items using the arrows keys or to push some switch using ENT. Thank you. Edited January 31, 2006 by dragosel80
aldarin Posted February 1, 2006 Report Posted February 1, 2006 Hi, I assume you are using GTD2, in Common Menu>System Environment>Screen Switching Tab you will see a data area for screen switching. If you allocate an area and use this data register for example: LD X0 MOV K10 D100 Here D100 is the area for screen switching. When X0 is received PLC moves 10 to D100 where 10 is the page ou would like to go. I hope I could help you. Best Wishes Hakan Armutcu Orsis Electronics & Automation Systems
dragosel80 Posted February 2, 2006 Author Report Posted February 2, 2006 Thank you, aldarin. It worked. Now, I'm concerned with the second issue: to attribute other functions to the cursor keys from f930got-k (the one with 28 keys).
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now