MC100
Mobile programmable gateway
MC Technologies GmbH, Kabelkamp 2, 30179 Hannover, Germany
Tel: +49511 67 69 99-0, Fax: +49511 67 69 99-150, Website & Shop: www.mc-technologies.net, Email: info@mc-technologies.net
37
Positive connection output 3, sensor supply, approx. 12V to 14V
Negative connection Input 3
Positive connection output 4, sensor supply, approx. 12V to 14V
Negative connection Input 4
Function: Reading the current inputs
/sys/senst2_board/current_in/3
/sys/senst2_board/current_in/4
Example: Read current at ADC input +A3,-A3
Command: cat /sys/senst2_board/current_in1/value
Response: e.g. 1500
Note: Conversion to mA
Formula: Current in mA = Value * 20 / 3000
Example: Value = 1500 corresponds to 10mA
Current outputs 0 - 20mA
Function: Output of a current
/sys/senst2_board/current_out/1
/sys/senst2_board/current_out/2
Note: Conversion from mA to value to be supplied
Formula: Value = Current in mA * 1000
Example: Current = 6mA Corresponds to Value = 6000
PT100 / PT1000 Inputs
Function: Reading a resistance/temperature value
Example: Read the value at RTD1
Command: cat /sys/senst2_board/rtd/1
Response: e.i. 100000
Conversion at port of a resistor in Ohm
Formula: Resistance in Ohm = Value / 100
Example: Value = 100000 corresponds 1000Ohm
Conversion at port of a PT1000 temperature sensor to °Celsius
Formula: Temperature in Grad Celsius = (Value / 100 -1000) / 3,891
Example: Value = 112000 corresponds to +30,84°Celsius
Value = 100000 corresponds to 0°Celsius
Value = 90000 corresponds to -25,5°Celsius