Focus HMI Teamviewer Install
In this article, we will do teamviewer setup on Focus HMI. Focus HMI panels system files are write protected. Start Terminal Emulator from the “Applications” menu of your panel in order to write to the system files. (Connected Focus HMI via VNC server) Execute the following command and enter your password. sudo /root/reboot-to-writable-mode.sh Focus HMI will reboot. After rebooting, open terminal screen and execute following command and enter your password. sudo wget -P ~/Downloads/...
read moreFocus HMI – Print to File
There is a “Print to File” option in the printer function of Focus HMI panels. With this command, you get the image of the object or screen as PNG. First of all, let’s make the necessary arrangements in our project in focus hmi. I created a sample screen for this. Here, when I press the Chart 0 button, we will save only the chart and when we press the Screen 0 button, we will save the image of the entire screen. For this operation, we add a new function from the function settings of the Chart 0 button. On this screen, we...
read moreFocus HMI – Text Edit with HTML
In the Focus HMI program, you can edit the text as you wish. All you need to do for this is to use HTML text editing tags. To illustrate with a simple example, it is sufficient to add <html> to the beginning of the text and </html> to the end. For example, when we write an article like <html>Fultek Kontrol Sistemleri</html> our text will automatically edit according to the size of our button. A single line in a big button or it will go to bottom line in a small button. Many operations can be done with HTML tags. Font color, size,...
read moreFocus HMI Panel Database
Focus HMI panel uses SQLITE database. Automatically records and reports data. You can access database data with scripts.
read moreSending Mail via FOCUS HMI Panel
You can send an e-mail in Focus Hmi using the script below. After copying the code and pasting it into the Focus HMI program, you need to correct the quotation marks. To add a file to the mail you send, you must write the file path in the Attachment parameter.
read more