I've travelled back in time to report that switching language still doesn't change virtual keyboard layouts. <img src="images/smilies/mad.png" alt="" title="Verärgert" smilieid="8" class="inlineimg"...
Type: Posts; User: EdgyUsername
I've travelled back in time to report that switching language still doesn't change virtual keyboard layouts. <img src="images/smilies/mad.png" alt="" title="Verärgert" smilieid="8" class="inlineimg"...
I've come back from the future to report that keyboards still don't change based on chosen language.
I recently accomplished this using "Time Control" that had an entry that executed a function every second.<br>That function reduced an internal variable.<br>Then a REMA on the internal variable...
A different question. In the project you posted here, what is causing the value of "counter" to increment each second?
I have a need to have a screen disappear after a few seconds, but I don't see...
And in case anybody is wondering how they might copy a variable value within a script.
The way I have done it is to set a BOOL using Write Value function.
That BOOL is used in allocations as an...
Because copying values in an intrinsic function of all processors ever made and COPA DATA have managed to make it super complicated, just like they managed to make bitwise access of bytes insanely...
How did you guess I'm not in charge of deciding whether my company uses Zenon or not?
I don't see that anybody should spend money on Recipe Group Manager to copy values. This is an intrinsic function of every CPU ever built. :mad:
What is the priority of an allocation? Will it...
I see I can copy variable values from source to target in the Allocations area, but I wish to do it in a script.
I press a button, a function runs a script and that script should copy a variable...
This seems very good, thank you.
I am looking into grafting this system into my project. I can see how I will adapt this to have a variable logout time that will be applied to both the PLC and...
I have a requirement to enter a string the format of which should be 3 letters, followed by 6 numbers
AAA123456
I can't find the manual section that helps me deal with ensuring data entry...
The auto logout facility will of course logout an inactive user.
An active user will touch the screen, Zenon sees this and resets the internal timer for auto logout.
However, Zenon is but one...
As I recently discovered, if one is using RGM in a runtime environment and one has licensed the runtime machine without RGM, when one clicks on the recipe button, nothing happens. No warning, no...
Sounds pretty good ritschel, I'll see if I can make that work. I suspect it might block access to other language keypresses if Windows is not set to the target language as well.
So the answer is "no, Zenon will not tell you which modules you need to license, you have to guess."
If I have an application that I have created using my development dongle, which licenses me to develop anything at all, and I deploy it to my runtime environment, I get maybe 30 days of developmental...
It's not as easy as it looks. You will need to install a PDF printer. I use PDFCreator because I find it flexible yet simple.
See the image for something that works in the configuration of the...
Anybody got any advice on language switching the DIALOGKBD window?
I've implemented language display switching which can control font and text lists via the Language File mechanism and let's call...
Possibly under "Write set value" folder of the Entry Box properties, find the bit that says "SV limits static" and untick "Take set value limits from variable". Then you can put in limits for the...
That doesn't work.
Bit 0 may well impart a value of 1, but if you check the whole word for value 1, you won't ever detect that Bit 0 is true unless all the other bits are false.
What I want is...
On my 7.20 SP0 this option is found in Project Properties | User Administration | [Locked Buttons]
Set this drop down box to "Gray" and then when the current user login level does not match the...
I would like to use a button to alter a singular bit within a word, much the same way PLCs have been doing since forever. These are going to be a bank of 16 buttons, with 16 other bits to determine...
Hi Herb,
Thanks for the reply.
That article looks like it is for my issue. I am using 7.20 SP0 Build 17768 64Bit.
That article says I should use 7.11 SP0 BUILD 18023
The Build number is...
I'm using a screen called CM_ControlPopUp with a combobox called "ComboPhase" on it.
That ComboPhase writes a variable called "NextPhase" (Integer) when the operator selects something.
That...