Posted 13 July 2013 - 12:50 PM
Hi, I'm using Wireless redstone for awhile now, first the classic block version and later with Chicken Bones version, and developed something as a switchboard with backwards compatability in mind, like using a row of levers next to transmitters is considered basic, and using a computer, ( Redpower2 Control for now) to activate the Transmitters
I've been using Wireless Recievers and Logic AND gates and Toggle Gates for the Reciever part, but results in a very large footprint of 3x4x3, which sometimes is a bit costly if you wants to create prison cell or something compact
My Reciever setup toggles on when freqs are active on for example 41 / 32 / 23 / 14 / 90 / 4 / 1 which translates into 1000 / 200 / 30 / 4 North Door ON and thus Opening North Door # 1234
Have read it somewhere that some servers use pre assigned freq for Major players, with this system you could create atleast 200.000 new freq by using around 98/100 freqs, as the "state" is determed at reciever side, the signals should not be transmitting more that a couple of seconds
If possible i'd like some simliair code that helps me along programming a turtle or computer with REther Upgrade to scan for its Preset Freqs, When they are all active, the turtle/computer either emits a redstone itself and stays on or places a redstone torch, and when the OFF signal is given vice versa
I've been using Wireless Recievers and Logic AND gates and Toggle Gates for the Reciever part, but results in a very large footprint of 3x4x3, which sometimes is a bit costly if you wants to create prison cell or something compact
My Reciever setup toggles on when freqs are active on for example 41 / 32 / 23 / 14 / 90 / 4 / 1 which translates into 1000 / 200 / 30 / 4 North Door ON and thus Opening North Door # 1234
Have read it somewhere that some servers use pre assigned freq for Major players, with this system you could create atleast 200.000 new freq by using around 98/100 freqs, as the "state" is determed at reciever side, the signals should not be transmitting more that a couple of seconds
If possible i'd like some simliair code that helps me along programming a turtle or computer with REther Upgrade to scan for its Preset Freqs, When they are all active, the turtle/computer either emits a redstone itself and stays on or places a redstone torch, and when the OFF signal is given vice versa