The remote scripting feature can execute a script from a remote TCP/IP connection. It is only compatible with CHC model panel PCs running firmware version 3.15 or later.
<script>
and </script>
tags. (e.g. <script>a=1+2</script>
).
To receive a response from the server use one or more of the write_xxx functions. For example <script>write_text(“Hello, World!”);</script>
will send the text “Hello, World!” back to the client.
To test this feature from within the ComfileHMI Editor go to Tools–>Advanced Features–>Remote Script Test Box.