Knowledgebase
* > eze System - Help Desk > Knowledgebase

Search help:


» Category: ezeio script programming  (Go back)

» Articles in this category:

 
Adding and subtracting input values Article rated 3.0/5.0
You can easily add inputs together and assign the result to a 'software' input. First you need to define the input where we will put the result. That input needs to be set to the Special/Software type...
Counter value as input value Article rated 2.3/5.0
Each input on the ezeio has two registers; Value and Counter. Both registers are displayed on the status page, and both are recorded when the input is configured for logging, but only the value regist...
Accessing script programming Article rated 2.3/5.0
The script function is disabled by default. Please submit a support ticket including the serial number of the ezeio to request enabling the script function.  
What is the "Loose Indentation" warning about? Article rated 3.0/5.0
When writing computer code, it is customary to use line indentation to make the code easier to understand and see what lines belong together. The { and } characters indicate the start and end of a blo...