@sadilekivan Hi Ivan,
thanks for sharing your project files - I was able to get the error as you described. I handed over your source-files to our developers. Once I have some information I will let you know.
Regards, Tomas
@sadilekivan Hi Ivan,
thanks for sharing your project files - I was able to get the error as you described. I handed over your source-files to our developers. Once I have some information I will let you know.
Regards, Tomas
Hi Ivan,
thanks for question.
You are right - there is more simple way to center a string than adding variable prefix and suffix.
All you need is:
Let me know if I can be of any assistance.
Regards,
Tomas
@scoobsalamander I understand, however "Persistent parameters" feature is mainly for parameters and in some cases internal states of FBs, not inputs/outputs - see Doc: https://www.rexygen.com/doc/ENGLISH/MANUALS/RexygenStudio/RexygenStudio_ENG.html#x1-220002.5
Cheers,
Tomas
Hi Kris,
Thanks for your post. Unfortunately the SHIFTOCT state is not persistent at the moment. The only workaround I can think of now is to store the history to the file - these function blocks may help:
However there is no straightforward solution. I have written a feature request to our developers.
Kind Regards,
Tomas
@apollo Hi Kris,
thanks for the update about compiling. My experiences are that using network drive can slow the compile process significantly and use of SSD HDD can reduce the time
It is strange that the compile took minutes when reside on local C:\ drive.
Cheers,
Tomas
@mikeyh Hi Mike,
thanks for question. This is not about REXYGEN settings but Linux/Raspberry Pi OS settings.
The easiest way is to configure the RPi to have a static IP address.
Other method is to configure RPi to wait for DHCP server and if it won't receive any IP address then use fallback to static IP. This approach combines best from both static and DHCP.
Try to Google the keywords from above to get the up-to-date instructions.
Kind Regards,
Tomas
@apollo And how long does it take to compile the project? I tried to compile the project you send me last week with approx. 3500 FBs and it takes about 12s to compile the HMI and the algorithm is almost instantly.
@apollo said in User menu with 'Custom HTML' object:
Btw, what is the best way to only compile and upload the hmi-files without having to compile all the tasks?
Well, it is possible to upload only HMI on the target device however you should always compile whole project including all the tasks (even if there were no change in the design).
The benefit of uploading only HMI is that the running algorithm is not affected and runs without stopping.
For uploading only HMI use Expert mode in Download dialog:
@apollo Hi Kris,
this is a feature for now. The HMI generation needs to be forced when applying changes to the external file only.
Forcing HMI generation:
or
Kind Regards,
Tomas
@apollo said in User menu with 'Custom HTML' object:
@apollo Btw, can this external file contain REXYGEN objects?
Hi Kris, yes - it can contain REXYGEN components. The feature "findAndReplace" can be used in order to map general connection strings and aliases (used in external svg file) to the references. Just keep in my that the find and replace function is performed in the whole svg file - so be sure to make the find a replace tuples unique enough.
@apollo This feature is already part of pre-release version which is available for testing - see following post: https://forum.rexygen.com/topic/226/announcement-of-a-new-pre-release-version-2-50-next
In order to use it:
Cheers,
Tomas
@apollo Yes, it does include the External SVG feature - sorry for not sending you a heads up.