Jump to content

Recommended Posts

Posted (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 by dragosel80

Posted
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...