in current REXYGEN version the total number of Groups in DB driver is limited to 32. It is a bug and it is fixed now. The fix will be present in next release version.
please, check the TagVisibility parameter of Goto flag - if it is set to "local" it is not visible to the MB driver. Also check the output of REXYGEN Compiler which will tell you details about wrong setup of flags.
the input SwitchOn is variable sometimes it is Switch1On and sometimes Switch2On and sometimes Switch3On
so he has to read the value of for example Switch1On from the tablet Switches
for example, he should get back 01101010 as answer because it is stored underneath but he returns Switch1On in response
the system does not log an error because the SQL command line must be normal
this functionality is often called Radio button. This feature is not supported in REXYGEN now.
As a workaround you can use ComboBox component which does the same with only different representation.
thank you for your question. In current REXYGEN version (2.50.9) there is no such feature as popup window.
However it can be done by using "hide_by" parameter in HMI component. The background rectangle can be drawn in REXYGEN HMI Designer and animated using "Group Animation - Opacity" (Ctrl + J).
I believe that's all you need. Now it's on you to build upon this concept.
Btw, what is your motivation for building your very own HMI? From your questions I guess that using the HMI Designer and building the HMI without any hand coding would be much easier and more straightforward for you.
Hi Martijn,
here is an example project which includes a custom Javascript file: 0101-51_Custom_js.zip
The main trick is to add the CUSTOM "library" in Expert settings in HMI Designer. The GENERAL library must be added as well:
0_1583833486862_rexygen-hmi-custom-javascript.png
The "library" CUSTOM is located in the hmisrc folder and it has to have a "js" subfolder which contains your Javascript files. These are then included in the generated HMI files.
Hi Martijn,
if you mean 2 separate Raspberry Pi with Unipi 1.1 on top of each other, then yes, it is possible. It is a question of getting data from one device to the other. For this purpose you can use:
RDC function block (see example 0202-12)
REST API of REXYGEN (see example 0302-01)
Modbus TCP connection (see example 0402-01)