Author Topic: Word Generators?  (Read 3649 times)

0 Members and 1 Guest are viewing this topic.

Offline dentakuTopic starter

  • Frequent Contributor
  • **
  • Posts: 881
  • Country: ca
Word Generators?
« on: December 21, 2014, 08:56:11 pm »
strange question I've been wondering about lately...

Question 1: Certain circuit simulation applications have a Word Generator that lets you set up binary counters etc.
I was wondering, has there ever been real hardware that does this? Something that looks like a function generator but outputs sequences of binary data?
I know any microcontroller can do this but that's not the point.

Question 2: I see that Jaspreet Kaleka made "parallel port user control" that does stuff like that and outputs from the parallel port http://jaspreetscodezone.blogspot.ca/2008/03/parallel-port-user-control.html
I'm wondering if there's anything like this that has even more options you people might have used in the past?
 

Offline rdl

  • Super Contributor
  • ***
  • Posts: 3667
  • Country: us
Re: Word Generators?
« Reply #1 on: December 21, 2014, 09:16:23 pm »
I think what you're looking for is a pattern generator. Digilent's Analog Discovery has one.
 
The following users thanked this post: bubba198

Online edavid

  • Super Contributor
  • ***
  • Posts: 3383
  • Country: us
Re: Word Generators?
« Reply #2 on: December 21, 2014, 09:24:17 pm »
Are you thinking of something like an HP 8016A?
 

Offline tggzzz

  • Super Contributor
  • ***
  • Posts: 19488
  • Country: gb
  • Numbers, not adjectives
    • Having fun doing more, with less
Re: Word Generators?
« Reply #3 on: December 21, 2014, 10:43:14 pm »
strange question I've been wondering about lately...

Question 1: Certain circuit simulation applications have a Word Generator that lets you set up binary counters etc.
I was wondering, has there ever been real hardware that does this? Something that looks like a function generator but outputs sequences of binary data?
I know any microcontroller can do this but that's not the point.

Not a strange question at all.

Commercial-off-the-shelf products are available for generic problems and also for highly specialised application domains.  If they aren't suitable, then you can always build your own.

Frequently it is necessary for equipment to have BIST (i.e. built-in self-test) capabilities, which for a digital circuit will be a pattern generator.
There are lies, damned lies, statistics - and ADC/DAC specs.
Glider pilot's aphorism: "there is no substitute for span". Retort: "There is a substitute: skill+imagination. But you can buy span".
Having fun doing more, with less
 

Offline dentakuTopic starter

  • Frequent Contributor
  • **
  • Posts: 881
  • Country: ca
Re: Word Generators?
« Reply #4 on: December 21, 2014, 10:57:42 pm »
Are you thinking of something like an HP 8016A?

Wow, so they DO exist :)
That was certainly a very specialised device back in the 80's and must have been quite complicated to program.
http://www.decadecounter.com/vta/articleview.php?item=35

Now I've got to get out an old laptop that runs XP and has a parallel port to see what I can get out of the Parallel Port User Control software.
I just want to make some simple up/down counters and such (without using a microcontroller) to put through a DAC and a breadboarded R-2R simply for the educational value.
 

Offline dentakuTopic starter

  • Frequent Contributor
  • **
  • Posts: 881
  • Country: ca
Re: Word Generators?
« Reply #5 on: December 21, 2014, 11:00:03 pm »
Frequently it is necessary for equipment to have BIST (i.e. built-in self-test) capabilities, which for a digital circuit will be a pattern generator.

OK. that actually makes sense.
 

Offline SeanB

  • Super Contributor
  • ***
  • Posts: 16281
  • Country: za
Re: Word Generators?
« Reply #6 on: December 22, 2014, 05:57:03 am »
Cheapest is to buy or build a bus pirate, which can act as a limited word generator.
 

Offline bubba198

  • Contributor
  • Posts: 19
  • Country: us
Re: Word Generators?
« Reply #7 on: May 27, 2019, 12:24:08 am »
@edavid Yes this is it, I got one, I do have the basic manual which barely explains that in a 8x32 mode the strobe acts like a 9th bit which is supposed to be controlled separately yet I can't get it to load no matter how I approach the loading piece.

Has anyone used the HP 8016A and specifically the strobe in parallel mode as a 9th channel? If yes how to you load a value into the strobe since there isn't a 9th push button (there are 8 push buttons for the regular channels)?

Thanks!
« Last Edit: May 27, 2019, 12:26:03 am by bubba198 »
 

Online edavid

  • Super Contributor
  • ***
  • Posts: 3383
  • Country: us
Re: Word Generators?
« Reply #8 on: May 27, 2019, 12:42:06 am »
@edavid Yes this is it, I got one, I do have the basic manual which barely explains that in a 8x32 mode the strobe acts like a 9th bit which is supposed to be controlled separately yet I can't get it to load no matter how I approach the loading piece.

Has anyone used the HP 8016A and specifically the strobe in parallel mode as a 9th channel? If yes how to you load a value into the strobe since there isn't a 9th push button (there are 8 push buttons for the regular channels)?

The manual says this:
Quote
Data is set via the pushbutton row and transferred to memory via the LOAD STROBE pushbutton.

Is that not working on your 8016A?
 

Offline oPossum

  • Super Contributor
  • ***
  • Posts: 1415
  • Country: us
  • Very dangerous - may attack at any time
Re: Word Generators?
« Reply #9 on: May 27, 2019, 01:24:45 am »
HP 8170A and 8175A are a few others.

I have the 8175A with the analog option. It can 'playback' captures from the 1631D logic analyzer. Cool stuff.
 

Offline bubba198

  • Contributor
  • Posts: 19
  • Country: us
Re: Word Generators?
« Reply #10 on: May 27, 2019, 03:27:33 am »
Hi, I can load the strobe and it seems to load correctly since I can do fetch and confirm that what I've loaded is present but when I replay the word sequence there's nothing on the strobe BNC, the data channels output waveform just fine but the strobe BNC is stuck at H all the time. I wonder if I have a defective unit which is quite possible. I did try RZ and NRZ on the strobe BNC and the result is consistent with no waveform being output.

I did want to confirm the strobe loading sequence nonetheless with someone who has worked the 8016A before. I figured that when loading strobe one can pick multiple word locations, same applies when fetching the strobe -- the location LEDs where strobe is loaded, and by "loaded" I presume the strobe bit is set to 1 for those locations, so those location do light up when I press fetch. Still the BNC doesn't output anything so I just wanted to make sure this is the correct loading sequence before suspecting that the whole strobe circuitry maybe dead

 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf