0

For our feed system we have a process computer and feeding boxes in the stable. They are connected with a two-wire cable. Somebody else in this forum found out that it is differential Manchester encoding.

See these links: Hardware/software needed to decode Differential Manchester? and Data Slicer for Differential Manchester

I have exactly the same system as in this thread. What I want is: send the signal over Ethernet to another location, pick up the signal there, and place a feed box. The signal needs to communicate 2 ways.

Is this possible and how? Can I do it with Arduinos with Ethernet shields? Or is it more complicated?

I have two devices that can send CANBUS over Ethernet. But then I found it isn't CANBUS and found the thread in the link.

ocrdu
  • 8,705
  • 21
  • 30
  • 42
  • What is a "stabe"? What is a "somebode"? Please proofread your post and edit it to make it clear what you're asking. – The Photon Nov 21 '21 at 17:47
  • @ThePhoton Stable, as in horses, or rather, horses, as in stables. (sorry, could not resist) – Marcus Müller Nov 21 '21 at 17:58
  • @ThePhoton Yes you are right! Sorry for that. I had to much hurry and English is not my main language. – Jack Konijn Nov 21 '21 at 19:20
  • It is a cow stable. The cows have a transponder on their neck. If they are going in a box, the cow is recognized by the transponder the computer knows if she wil get some feed or she have all eaten allready. And the communication between the boxes in the stable and de computer in the office is a two wire bus cable. They call it the Alcom bus. But as in the first post the other user find out that it will be diffrential Manchester encoding. Its is for me not necesary to translate the messages but can I send through ethernet and pick it up somewhere else and use it? – Jack Konijn Nov 21 '21 at 19:23
  • See - https://electronics.stackexchange.com/questions/476121/decoding-an-unknown-serial-bitstream-that-does-not-fit-8-n-1 – Kevin White Nov 21 '21 at 20:13
  • Weird English language usage thing: cows are housed in byres. Horses are housed in stables. But we're happy to stick with "stable" here. Or just use "barn", which also applies to both, sort of. – TimWescott Nov 21 '21 at 21:16
  • 1
    Just to clarify here: you are _not_ asking whether you can use Cat-5 cabling (i.e. "Ethernet cable") instead of your existing two-wire cable. You're asking if you can have a box in the barn that's two-wire in and Ethernet out, and a box somewhere else that's Ethernet in and two-wire out -- yes? So, sort of an Ethernet-enabled cable extender? If so, please *edit your question* with this clarification. – TimWescott Nov 21 '21 at 21:18
  • 1
    I forgot.. Is the Ethernet PHY not doing Manchester encoding already? The very begining of Ethernet MAC + PHY took 2 cards of STD boards, and had that Manchester encoding somewhere, I thought. – jay Nov 21 '21 at 21:39
  • ethernet has 8 conductors and you only need two, so yes it should be possible to just use ethernet wire to connect the two locations. if you want to pass the signals over a LAN then it becomes more complicated. – Jasen Слава Україні Nov 22 '21 at 01:00
  • 1
    @jay - The ethernet PHY is working at 10, 100, 1000Mbps and not easily usable at other frequencies. – Kevin White Nov 22 '21 at 02:22
  • @KevinWhite, thanks, I understand. If the microprocessor cannot handle encoding, then CPLD/FPGA would be the solution. – jay Nov 22 '21 at 03:55
  • Yes oke Byres, I never heard off that word :) I will use Barn. The problem is, the barn where I will go on with the feedsystem is 10 km away. We have internet connection in both barns. The speed off the bus is 62500kb as in the thread off the other user find out. – Jack Konijn Nov 22 '21 at 15:05

0 Answers0