Alright I pretty much got the how the outputs work no problem. What I am running into problem number 1 with is the analog inputs. I am currently trying have the temperature display in Road Runner with the RRFUSION plug in. with the said my problem starts with not exactly knowing what pins are what port. I have a Fusion Brain Version 3. Do the analog inputs ports start with 0 or 1? meaning, (going top to bottom, bottom being the where digital output pins are)
0
1
2
3
4
5
6
7
8
9
OR
1
2
3
4
5
6
7
8
9
10
Problem two: The temperature sensors have three wires (obvious) two wires are black and one is red. what wire goes to what pin, meaning, what pin does the red wire go the inside pin or the outside pin? I cant really seem to get a strait answer. I have tried it both ways and it shows some kind of temperature both ways.
I have tried to explain everything i need help with in the simplest way possible but here is a picture that can help the words
Ok problem three: this has to do with the coding of rrfusion. the problem comes in when plugging in two temp sensors. it shows temperature but i dont exactly know if its working. because i do not know what pin is what port i think, also only one sensor works at one time. i cant seem to have both the sensors work at the same time for some reaoson, im placing them close enough to each other and one will show 67 degrees and the second one will show 47 degrees, again that probably has something to do with not knowing what pin is what port.
this is my rrfusion,ini
/,Analog Types specify what time of analog
input devices exist on your FB so that
RRFUSION knows how to parse your raw data
/,0 = Not Connected
/,1 = Temp Sensor
/,2 = Photo Sensor
/,3 = Current Sensor
/,4 = Ultrasonic Sensor
/,5 = Pot Sensor
/,6 = Static Voltage Divider
[AnalogTypes]
fbanalog0type = 1
FBANALOG0TYPE = 1
FBANALOG1TYPE = 1
FBANALOG2TYPE = 1
FBANALOG3TYPE = 1
FBANALOG4TYPE = 1
FBANALOG5TYPE = 1
FBANALOG6TYPE = 1
FBANALOG7TYPE = 1
FBANALOG8TYPE = 1
FBANALOG9TYPE = 1
FBANALOG10TYPE = 1
FBANALOG11TYPE = 1
FBANALOG12TYPE = 1
again i dont know which lines to delete due to not knowing what port is which.
This is what i have for code as a label in the skin editor "ANALOG2"
As of now im fairly sure thats all I need help with. Please let me know what I am missing or doing wrong..
Thanks!