09 Jun

How to create persistent and constant variables with CODESYS v3 internal PLC ?

What to know In CODESYS V3 internal PLC it is possibile to define: Persistent Retain variables: maintain the value aftert a Reset warm , Reset cold, Download and Online Change. Refer to CODESYS V3 manual for more details. Constant variables: if declared and initialized, these variables will assume the initialization value anytime during the project […]

Read More
09 Jun

How to handle a CSV file from CODESYS v2 or v3 internal PLC?

What to know With eTOP500/600 HMI series is possible to create and manage files using CODESYS v2 or v3 internal PLC. These files can be stored on: HMI Flash Memory USB Memory SD Card This FAQ will guide you on what to do to be able to manage files from internal PLC. At the bottom […]

Read More
09 Jun

How to customize the splash image on eTop500/600 series panels?

What to know With JMobile it is possible to customize the splash image that appears as soon as the panel starts up. To customize the splash image there are two methods. What to do using JMobile Studio The image to use needs to be a BMP file with 16 bit color map and the same […]

Read More
08 Jun

How to start VNC Server automatically after project download?

What to know With JMobile it is possible to run a VNC server on the panel by properly add the corresponding plug-in. (check the FAQ How can I connect to the panel using a VNC client?) By default, the VNC Server needs to be executed (at least first time) from the LaunchVNC action configured into […]

Read More
08 Jun

How to send emails from HMI?

What to know In JMobile it’s possible to configure the project to send email messages using the “SendEmail” action. System support also Live Tags, so it’s possible to add to the message body the current value of a Tag. What to do The e-mail sending functionality is available into the system as an action called […]

Read More
08 Jun

How to dump data to a network shared folder with JMobile

What to know JMobile allows you to dump data like trends, alarm buffers, audit trail buffers, recipes and to print PDF reports directly to a PC/Server connected to the same Network of the panel.. What to do – network shared folder is NOT password-protected To configure the network location for your dump action or report […]

Read More
06 Jun

What are the tested IP Camera with JMobile?

What to know Basically, the IP Camera Widget will print in the screen an image from the WEB, using the HTTP protocol, according to the refresh rate set in the IP Camera widget (1 second precision). Starting from JMobile Studio v1.90 will be supported video streaming as MJPEG. IP camera widget supports authentication (there are […]

Read More