Help with Data of fiberoptic


Closed Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2006
    Location
    Indiana, USA
    Posts
    72

    Unhappy Help with Data of fiberoptic

    Hey guys and gals,

    I need to trick some circuit cards for a large and expensive piece of specialty test equipment that uses fiber optics to communicate (do to the fact the cards are floating at high voltage). the data is in the form of 24 bits or pulses, that vary between a narrow pulse width and a wide pulse width.
    i.e. only two states, wide or narrow that stand for 1 or 0. so its like a 24 bit serial packet, but instead of high-low, its wide or narrow (no, its not pulse width modulation, in the sense that it only has two states).
    the narrow bits are 260 nS (yes, nano) wide and the wide bits are 1 uS wide.
    the spacing between bits is 1.30 uS between narrow bits, and 520nS between wide bits and any other bit (wide or narrow). the total width of a given packet is around 35uS which doesnt change. I'd like to be able to vary the 24 bit number with say a pot connected to an ADC input. seeing how were down into the nano second range here it doesnt seem like it can be done in PBP. but you guys tend to be pretty crafty. I'm not real how forgiving these cards are timing wise, they contain some standard logic to process the data and feed it to one ADC and one DAC. no processor on their end, the control head has an 8051 family chip in it i think. I'm open to any idea's. I've already tried a pattern generator with no luck, as it can only do limited NRZ - RZ patterns..

  2. #2
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default

    It should be do-able with a 15.360MHz crystal, but you would need some
    assembler mixed in with your PBP code for critical timing sections. And PBP
    timing would be a tad off (~4%) since it only directly supports 16MHz.
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

Similar Threads

  1. Using Nokia LCD
    By BobP in forum mel PIC BASIC Pro
    Replies: 300
    Last Post: - 3rd May 2018, 04:47
  2. Nokia 3310 display text
    By chai98a in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 26th August 2007, 03:39
  3. Big characters on HD44780 4x20
    By erpalma in forum mel PIC BASIC Pro
    Replies: 23
    Last Post: - 7th January 2007, 02:21
  4. LCD + bar graph
    By DynamoBen in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 5th October 2005, 14:50
  5. Sinus calculating !
    By Don Mario in forum mel PIC BASIC Pro
    Replies: 29
    Last Post: - 28th November 2004, 23:56

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts