From efa7f99ce1e4c1232325dcc7c72f3f6ca03a4eb9 Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Wed, 21 Mar 2018 17:05:51 -0500 Subject: [PATCH] Formatting changes to fix tables --- docs/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/index.md b/docs/index.md index b196f9d..ae3a3b0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,9 @@ Reads from either a modbus flowmeter or an analog flowmeter. - Slot 1: 2080-IF2 ## Inputs + ### Digital Inputs + | Input | Usage | | ----- | ---------------------------- | | 0 | Flowmeter Type (On = Modbus) | @@ -16,26 +18,32 @@ Reads from either a modbus flowmeter or an analog flowmeter. ### Analog Inputs + | Input | Usage | |--------- | ----------------- | | 0 | 4-20mA Flowmeter | | 1 | 4-20mA Pressure | ## Outputs + ### Digital Outputs + | Output | Usage | | ------ | ----------------------- | | 0 | Analog Flowmeter in use | | 1 | Modbus Flowmeter in use | ## Configuration + The system can be configured to use either an Analog Flowmeter or a Modbus Flowmeter. The system defaults to the Analog Flowmeter. ### To enable the modbus flowmeter do one of the following: + - Jumper 24VDC to Digital Input 0 - Write 1/True to the tag "sw_UseModbusFlowmeter" from SCADA ### To enable the analog flowmeter do BOTH of the following: + - Remove the 24VDC jumper from Digital Input 0 - Write 0/False to the tag "sw_UseModbusFlowmeter" from SCADA @@ -44,6 +52,7 @@ When the system is configured to use the Analog Flowmeter, Digital Output 0 will When the system is configured to use the Modbus Flowmeter, Digital Output 1 will be ON. ### Customizing Modbus Parameters + The system defaults for modbus parameters enable communication with the Promag Modbus meters. The following tags can be modified to enable communication with different device types: | Tag | Default | Usage | @@ -62,6 +71,7 @@ The system defaults for modbus parameters enable communication with the Promag M The serial port is configured as a Master for Modbus RTU over RS485 with baud rate of 9600, 8N2. ## SCADA Tags + The following tags would be relevant to read over SCADA: | Tag | Type | Description | Access | @@ -91,5 +101,6 @@ The following tags would be relevant to read over SCADA: | val\_StatusString | STRING | FlowMeter Status | R | ## Contributors + - [Patrick McDonagh](https://github.com/patrickjmcd) - Owner - Ben Nabors - Collaborator