...
Bloque de código | ||
---|---|---|
| ||
<configuration> <config type="SERIAL_NUMBER">{SERIAL _NUMBER}</config> <config type="LOOP_SLEEP">100</config> <config type="INIT_SLEEP">1000</config> <config type="MAX_QUEUE">24000</config> <config type="MIN_SEC_TO_SEND">1</config> <config type="MIN_MILLISECONDS_CYCLE">0</config> <config type="MIN_MILLISECONDS_EMERGENCY">1000</config> <config type="PRODUCTION_ACTIVE">0</config> <config type="SYSTEM_DATABLOCK_ACTIVE">1</config> <config type="LOG_LEVEL">3</config> <!--LogError, LogWarning, LogInfo, LogDebug--> </configuration> |
...
En el siguiente bloque vemos un ejemplo de configuración de la comunicación con un PLC Siemens S7, un Omron vía FINS Device y un bloque de un dispositivo genérico :
...