MOS

This output is used to write data to the Modular Output System ARDI driver, allowing you to directly inject Modular Output System data into ARDI.

Note that this output method is almost identicial to the UDPStream output, without the need to specify a delimiter.

ParameterDefaultMeaning
hostThe host name or IP address of the server
portThe listening UDP port

Example

[
   {
       "method": "mos",
       "port": 6379
   }
]

The above example would send values to an ARDI MOS driver located on the local machine.

Other Modules

Return to the list of output modules.