Author Topic: Some simple oscilloscope questions (an anomaly+care)  (Read 2971 times)

0 Members and 1 Guest are viewing this topic.

Offline TriodeTigerTopic starter

  • Regular Contributor
  • *
  • Posts: 199
  • Country: ca
Some simple oscilloscope questions (an anomaly+care)
« on: May 18, 2012, 11:28:11 pm »
Today I had trekked down to the post office (missed two delivery attempts apparently) and brought home my new.. Tektronix 2215 oscilloscope! It was more awkward to carry than heavy at least. :P

After finding out the calibration knob on the time base had to be clicked all the way to the right, I get now a stable waveform and the calibration signal is excellently clear and stable.

-----------------------------------------------
(Nevermind next bit, thank you amspire!)
I got so excited I had to make some sort of signal, so I through some code on an Arduino. My question is: Why does it have a sluggish fall like this?



Now of course I can consider that PWM/digital devices do not care about that slope, although I'd rather understand if it is the Arduino being lazy, the cabling and whatnot inbetween making some impedence/capacitor? or the scope probe itself (even if near same frequency as the test signal)

Silly code was this:

Code: [Select]
  digitalWrite(9, HIGH);
  delayMicroseconds(100); //10% duty @ 1kHz, or something
  digitalWrite(9, LOW);
  delayMicroseconds(1000 - 100);

---------------------

Also on to caring.. With some common sense I have considered:

- Position wave forms off screen when not in use
- Turn intensity down to something reasonable, as it is all visible to me anyway
- Turn off if not using for more than 5 minutes

Maybe the last one I am concerned about, does turning the screen on cause more wear and tear than leaving it on for say, 5 minutes I am not using it?

What are some other tips for care?

The handle seems very tight against the case, is it supposed to pivot to go under the device to raise the screen up, or is that something different? May try some WD-40 if I get the nerve to.
« Last Edit: May 18, 2012, 11:42:40 pm by Alexander »
"Yes, I have deliberately traded off robustness for the sake of having knobs." - Dave Jones.
 

Offline amspire

  • Super Contributor
  • ***
  • Posts: 3802
  • Country: au
Re: Some simple oscilloscope questions (an anomaly+care)
« Reply #1 on: May 18, 2012, 11:37:20 pm »
Before the commands you posted, did you have this?

Code: [Select]
  pinMode(9,OUTPUT) ;
 

Offline TriodeTigerTopic starter

  • Regular Contributor
  • *
  • Posts: 199
  • Country: ca
Re: Some simple oscilloscope questions (an anomaly+care)
« Reply #2 on: May 18, 2012, 11:44:03 pm »
Before the commands you posted, did you have this?

Code: [Select]
  pinMode(9,OUTPUT) ;

You know, I caught that, but assumed it was all right because it was outputting data. It now makes a precise 10% width signal now with no visible slope at all. I think my excitement overtook my common sense. Can't remember why it would do that though if not set to output. Thank you  ;D

I am taking a break with dinner and a movie. That'll be refreshing.
« Last Edit: May 18, 2012, 11:48:14 pm by Alexander »
"Yes, I have deliberately traded off robustness for the sake of having knobs." - Dave Jones.
 

Offline tekfan

  • Frequent Contributor
  • **
  • Posts: 385
  • Country: si
Re: Some simple oscilloscope questions (an anomaly+care)
« Reply #3 on: May 19, 2012, 12:26:30 am »
You might want to read this thread to see how to prolong the life of your CRT and scope:

https://www.eevblog.com/forum/general-chat/oscilloscope-lcd-screens-versus-crt-screens/msg61973/#msg61973
One can never have enough oscilloscopes.
 

Offline TriodeTigerTopic starter

  • Regular Contributor
  • *
  • Posts: 199
  • Country: ca
Re: Some simple oscilloscope questions (an anomaly+care)
« Reply #4 on: May 19, 2012, 04:02:37 am »
Will do, the intensity hint seems like a good idea. I suppose the CRT being in good enough shape, and flyback not generating any  noise over anything else in all right condition from the era I suppose it will last me well.

I plan on getting a PC scope or something DIY to serve me for digital storage and will abuse that, and then only use my analogue when I need it or for nostalgia :)

(goes off to view varying PWM signals)

Alexander.
"Yes, I have deliberately traded off robustness for the sake of having knobs." - Dave Jones.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf