Author Topic: New 2GHz touchscreen scope from Tek, June 6th  (Read 231547 times)

0 Members and 5 Guests are viewing this topic.

Offline rf-design

  • Regular Contributor
  • *
  • Posts: 64
  • Country: de
Re: New 2GHz touchscreen scope from Tek, June 6th
« Reply #600 on: June 10, 2017, 08:35:46 am »
Newer DSOs seem to have worse user interface performance than older ones and this carries over to other devices so I predict that touch screen performance will be horrible.  The same applies to desktop operating systems, calculators, and cars and has nothing to do with the hardware performance or power limitations.
The software industry propose to improve the productivity with a huge number of GUI libraries and kits and in the end the programmer spending 95% learning module signaling and interconnect sideeffects and ways to workaround instead to minimize the number of self generates modules and concepts which fits the GUI requirement. In the realtime user expectation case all this is going much worse. Reatime GUI is obvious only a minority domain explored only in avionics and military.
 
The following users thanked this post: madires

Offline Howardlong

  • Super Contributor
  • ***
  • Posts: 5365
  • Country: gb
Re: New 2GHz touchscreen scope from Tek, June 6th
« Reply #601 on: June 10, 2017, 09:27:11 am »
For the JIT part, I think that's something we all must accept. After all as variety of devices booms, JIT is inevitable. Most programs running on Windows are already JIT based, thanks to .NET. Almost 100% software running on Android is so, and some iOS software are JIT, while Apple is pushing the shift from native to JIT.
In many cases, if your program is not custom made algorithm intensive, JIT can be faster than native due to better optimized libraries and "free" 64-bit support.
Pre-caching is the technology supporting JIT. In many cases, especially for Android, when a JIT program first runs, OS does a thorough AOT compilation to accelerate successive loading. .NET offers similar feature, but not automatically to user programs (or the evil WinSXS will be much larger).

The experience I've gleaned with JIT over the past couple of decades is that the touted benefits are very rarely if ever in evidence, whereas the downsides, in particular slow startup, most definitely are. .NET is possibly the worst offender I've experienced, but Java's not great either. We did a demo of a real case distributed system at Barcleona TechEd about 15 years ago at the birth of .NET, we had to pre-load everything before we took to the stage as it took ten minutes for the splash screen to appear, hardly great for a live auditorium demo! In real life practical deployments, I wrote a number of hacks to override the GAC by overwriting the cache to stop it recompiling at the drop of a hat. More recently you've been able to precompile to avoid JIT altogether, there's a reason they added that feature!

A further problem of JIT, whether dynamic or adaptive, is the validity of what's compiled. If the optimiser changes, or, in the case of adaptive compilation, the code is compiled with an unrepresentative dataset, it is quite possible that the resulting code is wrong, so you may see in edge cases dramatic non-deterministic slow downs for no apparent reason. I called them edge cases, but that doesn't mean it's rare. I would much rather have consistent and deterministic object code that I reproduce problems with and correct easily than a quicksand stew where I can't.

IMHO particularly in dedicated embedded systems, I just don't see any justification for JIT, it's a completely unnecessary technology, adding no value. It's not like the CPU fairies come around in the middle of the night and switch out the CPU on you.
 
The following users thanked this post: madires

Offline Jwalling

  • Supporter
  • ****
  • Posts: 1517
  • Country: us
  • This is work?
Re: New 2GHz touchscreen scope from Tek, June 6th
« Reply #602 on: June 10, 2017, 09:29:36 am »


Here's my illustration for what the new scope will look like:



Just came across this one on eBay.
http://www.ebay.com/itm/Oscilloscope-7-discrete-channels-screens-/272667918115?hash=item3f7c463f23:g:0CYAAOSwol5Y2ve9

Pretty close...  :)
Jay

System error. Strike any user to continue.
 

Offline Fungus

  • Super Contributor
  • ***
  • Posts: 16925
  • Country: 00
Re: New 2GHz touchscreen scope from Tek, June 6th
« Reply #603 on: June 10, 2017, 11:40:02 am »
Just came across this one on eBay.
http://www.ebay.com/itm/Oscilloscope-7-discrete-channels-screens-/272667918115?hash=item3f7c463f23:g:0CYAAOSwol5Y2ve9

Awesome!

I'd definitely have one of those for my mad scientist film set (if I had one).

 

Online nctnico

  • Super Contributor
  • ***
  • Posts: 27480
  • Country: nl
    • NCT Developments
Re: New 2GHz touchscreen scope from Tek, June 6th
« Reply #604 on: June 10, 2017, 12:48:02 pm »
Just came across this one on eBay.
http://www.ebay.com/itm/Oscilloscope-7-discrete-channels-screens-/272667918115?hash=item3f7c463f23:g:0CYAAOSwol5Y2ve9
Awesome!

I'd definitely have one of those for my mad scientist film set (if I had one).
It would be cool to have text or pictures scroll through those 7 scopes in a row. Or make a readout for a frequecy counter with one digit per display.
There are small lies, big lies and then there is what is on the screen of your oscilloscope.
 

Offline David Hess

  • Super Contributor
  • ***
  • Posts: 16961
  • Country: us
  • DavidH
Re: New 2GHz touchscreen scope from Tek, June 6th
« Reply #605 on: June 10, 2017, 01:47:41 pm »
KS MSOX/DSOX scopes are very fast in terms of responsiveness. Tek is, on the other hand, very slow.
I have both their mid-high level scopes, a DPO5024 and an MSOX6004A. When it comes to user experience, there is just no comparison. I also use a DPO2024B a lot due to its small size and low value, so I use them in HV environments, cannibalized in HV test equipment we made in house. It is slightly faster than its bigger brother due to simpler function and less memory, but still very slow.

That was my experience when evaluating the Tektronix MSO5000 series.  How can the interface be so slow when it has a Core2 Quad processor?  Well, they managed it although I am sure it was pretty easy to do with Microsoft Windows as the operating system.
 

Online nctnico

  • Super Contributor
  • ***
  • Posts: 27480
  • Country: nl
    • NCT Developments
Re: New 2GHz touchscreen scope from Tek, June 6th
« Reply #606 on: June 10, 2017, 02:19:37 pm »
KS MSOX/DSOX scopes are very fast in terms of responsiveness. Tek is, on the other hand, very slow.
I have both their mid-high level scopes, a DPO5024 and an MSOX6004A. When it comes to user experience, there is just no comparison. I also use a DPO2024B a lot due to its small size and low value, so I use them in HV environments, cannibalized in HV test equipment we made in house. It is slightly faster than its bigger brother due to simpler function and less memory, but still very slow.

That was my experience when evaluating the Tektronix MSO5000 series.  How can the interface be so slow when it has a Core2 Quad processor?  Well, they managed it although I am sure it was pretty easy to do with Microsoft Windows as the operating system.
That is a case of poor programming skills but it is absolutely not representative for non-Tektronix test equipment or related to Windows. I think for some reason the software developers at Tektronix don't want to load the CPU for 100% to avoid problems??? The software for the Tektronix TLA7xxx series is also very slow. It doesn't matter if you run it on a 133MHz Pentium1 or a quad core 4GHz Xeon. It is slow by design.
« Last Edit: June 10, 2017, 02:21:16 pm by nctnico »
There are small lies, big lies and then there is what is on the screen of your oscilloscope.
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 8027
  • Country: de
  • A qualified hobbyist ;)
Re: New 2GHz touchscreen scope from Tek, June 6th
« Reply #607 on: June 10, 2017, 02:29:59 pm »
Some companies cling on their old and obsolete UI frameworks while trying to add new features the original UI was never designed for. There are tons of UI frameworks, also open source ones, to choose from.
 

Offline BrianH_Tektronix

  • Contributor
  • Posts: 47
  • Country: us
  • BSEE | Tek Product Marketing Manager
Re: New 2GHz touchscreen scope from Tek, June 6th
« Reply #608 on: June 10, 2017, 03:22:00 pm »
KS MSOX/DSOX scopes are very fast in terms of responsiveness. Tek is, on the other hand, very slow.
I have both their mid-high level scopes, a DPO5024 and an MSOX6004A. When it comes to user experience, there is just no comparison. I also use a DPO2024B a lot due to its small size and low value, so I use them in HV environments, cannibalized in HV test equipment we made in house. It is slightly faster than its bigger brother due to simpler function and less memory, but still very slow.

That was my experience when evaluating the Tektronix MSO5000 series.  How can the interface be so slow when it has a Core2 Quad processor?  Well, they managed it although I am sure it was pretty easy to do with Microsoft Windows as the operating system.

Much of that comes to the fact that the original MSO/DPO5000 Series ran on a HDD that when paired with the large size of the Tekscope app (which runs all the way up to our ultra performance DPO70000SX 70GHz scopes and those scopes get a i7 quad core) and large memory depths; things have a way of slowing down when the instrument is pushed to its limits. There is a fine design balance to power management, processing power, SW and costs in these scopes. In the B model we improved upon this by adding a SSD as standard which I feel greatly improved its boot times and 'slow' interface. On a normal day I don't see any slow down on my MSO5000B Series scope. Its fast and responsive.
Product Marketing Manager & NPI planner, Tektronix Low Profile Scopes & Digitizers
 

Online bson

  • Supporter
  • ****
  • Posts: 2344
  • Country: us
Re: New 2GHz touchscreen scope from Tek, June 6th
« Reply #609 on: June 10, 2017, 07:40:41 pm »
I think there's a fallacy where just because a foreground application managing a UI and maybe responding to HTTP is neither hard or soft real-time, its response time doesn't matter.  In reality it matters greatly for overall UX and it should in fact be considered soft real-time.

JIT isn't a problem per se, but rather that managed runtimes like .NET tend to be excessively polymorphic so there's no optimization possible.  In addition it needs to pull in a ridiculous number of DLLs because impossible to tell which ones might be needed (and Windows needs to resolve symbols at load time) - that value returned by sort() just might be a Word document.
 

Offline BrianH_Tektronix

  • Contributor
  • Posts: 47
  • Country: us
  • BSEE | Tek Product Marketing Manager
Re: New 2GHz touchscreen scope from Tek, June 6th
« Reply #610 on: June 10, 2017, 11:08:09 pm »
KS MSOX/DSOX scopes are very fast in terms of responsiveness. Tek is, on the other hand, very slow.
I have both their mid-high level scopes, a DPO5024 and an MSOX6004A. When it comes to user experience, there is just no comparison. I also use a DPO2024B a lot due to its small size and low value, so I use them in HV environments, cannibalized in HV test equipment we made in house. It is slightly faster than its bigger brother due to simpler function and less memory, but still very slow.

That was my experience when evaluating the Tektronix MSO5000 series.  How can the interface be so slow when it has a Core2 Quad processor?  Well, they managed it although I am sure it was pretty easy to do with Microsoft Windows as the operating system.

Much of that comes to the fact that the original MSO/DPO5000 Series ran on a HDD that when paired with the large size of the Tekscope app (which runs all the way up to our ultra performance DPO70000SX 70GHz scopes and those scopes get a i7 quad core) and large memory depths; things have a way of slowing down when the instrument is pushed to its limits. There is a fine design balance to power management, processing power, SW and costs in these scopes. In the B model we improved upon this by adding a SSD as standard which I feel greatly improved its boot times and 'slow' interface. On a normal day I don't see any slow down on my MSO5000B Series scope. Its fast and responsive.

Cam I retrofit an SSD to my DPO5024? Mine has a P8400 processor. Thanks.

You may order an SSD w/windows license for a DPO5000 (non-B) scope. It will come with the drive, mount, windows license, specific drivers and tekscope installed. I wouldn't recommend retrofitting it, but I can't keep you from trying either. No guarantees it will work.
Product Marketing Manager & NPI planner, Tektronix Low Profile Scopes & Digitizers
 

Online nctnico

  • Super Contributor
  • ***
  • Posts: 27480
  • Country: nl
    • NCT Developments
Re: New 2GHz touchscreen scope from Tek, June 6th
« Reply #611 on: June 10, 2017, 11:38:21 pm »
I'd get an SSD (or mSata together with an mSata to IDE converter) and use a disk cloning utility to get an identical copy of the original hard drive. It wouldn't hurt to have a backup for the original hard drive anyway.
There are small lies, big lies and then there is what is on the screen of your oscilloscope.
 
The following users thanked this post: blueskull

Offline EEVblog

  • Administrator
  • *****
  • Posts: 38154
  • Country: au
    • EEVblog
Re: New 2GHz touchscreen scope from Tek, June 6th
« Reply #612 on: June 11, 2017, 01:43:04 am »
I don't think anyone has mentioned this.
Give the 5-Series comes with both Windows and embedded OS options, what are the operational an GUI differences?
Are they identical to the end user and you wouldn't know which one you are running?
All the shots I've seen show the traditional windows menu bar across the top, and that always gives me the heebie-jeebies. It always reminds me of the horrible to use top of the line scopes, where nothing is optmised. But I know this one has drag'n'stuff.
What is the embedded OS? Windows CE? or something else?
 

Offline w2aew

  • Super Contributor
  • ***
  • Posts: 1780
  • Country: us
  • I usTa cuDnt speL enjinere, noW I aR wuN
    • My YouTube Channel
Re: New 2GHz touchscreen scope from Tek, June 6th
« Reply #613 on: June 11, 2017, 02:42:16 am »
I don't think anyone has mentioned this.
Give the 5-Series comes with both Windows and embedded OS options, what are the operational an GUI differences?
Are they identical to the end user and you wouldn't know which one you are running?
All the shots I've seen show the traditional windows menu bar across the top, and that always gives me the heebie-jeebies. It always reminds me of the horrible to use top of the line scopes, where nothing is optmised. But I know this one has drag'n'stuff.
What is the embedded OS? Windows CE? or something else?

All of videos/images that you've seen is with the embedded OS, which is Linux based (don't ask me which flavor, I don't know).  In this mode, the OS is intended to be "closed".  When running Win10, the UI will be virtually identical - with the exception that the scope UI can be minimized like any other Win10 program.  I haven't seen/used a Win10 drive in this scope yet.
YouTube channel: https://www.youtube.com/w2aew
FAE for Tektronix
Technical Coordinator for the ARRL Northern NJ Section
 
The following users thanked this post: BrianH_Tektronix

Offline abraxa

  • Frequent Contributor
  • **
  • Posts: 377
  • Country: de
  • Sigrok associate
Re: New 2GHz touchscreen scope from Tek, June 6th
« Reply #614 on: June 11, 2017, 07:09:44 am »
Quote
All of videos/images that you've seen is with the embedded OS, which is Linux based (don't ask me which flavor, I don't know).  In this mode, the OS is intended to be "closed".
Wait, what? When running linux, the machine is locked down but when running Windows, you can use it like a regular PC? While I do understand that corporate software usually is built around Windows (and Excel...), it's still a what-the-eff for me. Locking down the only open-source OS the scope can run?

Yeah yeah, I know. I'm not the target audience for this scope. I just find it absurd.
 
The following users thanked this post: Someone, nugglix, Jacon

Offline Howardlong

  • Super Contributor
  • ***
  • Posts: 5365
  • Country: gb
Re: New 2GHz touchscreen scope from Tek, June 6th
« Reply #615 on: June 11, 2017, 08:04:23 am »
Quote
All of videos/images that you've seen is with the embedded OS, which is Linux based (don't ask me which flavor, I don't know).  In this mode, the OS is intended to be "closed".
Wait, what? When running linux, the machine is locked down but when running Windows, you can use it like a regular PC? While I do understand that corporate software usually is built around Windows (and Excel...), it's still a what-the-eff for me. Locking down the only open-source OS the scope can run?

Yeah yeah, I know. I'm not the target audience for this scope. I just find it absurd.

(My emphasis)

I'd hazard a guess that bearing in mind the price point, the target demographic won't be the kind who'd want to hack this scope.
 

Online Someone

  • Super Contributor
  • ***
  • Posts: 4708
  • Country: au
    • send complaints here
Re: New 2GHz touchscreen scope from Tek, June 6th
« Reply #616 on: June 11, 2017, 08:10:30 am »
Quote
All of videos/images that you've seen is with the embedded OS, which is Linux based (don't ask me which flavor, I don't know).  In this mode, the OS is intended to be "closed".
Wait, what? When running linux, the machine is locked down but when running Windows, you can use it like a regular PC? While I do understand that corporate software usually is built around Windows (and Excel...), it's still a what-the-eff for me. Locking down the only open-source OS the scope can run?

Yeah yeah, I know. I'm not the target audience for this scope. I just find it absurd.

(My emphasis)

I'd hazard a guess that bearing in mind the price point, the target demographic won't be the kind who'd want to hack this scope.
I still think its funny that they push the optional windows operating system as the way to run your own analysis software right on the scope if the "other" operating choice system is equally capable of running arbitrary code but they wont let you access it. As in the past with windows scopes you take a "clean" image of the system and then add all your modifications to it knowing you can roll back to the safe state, why not offer that with the linux OS too?
 

Offline abraxa

  • Frequent Contributor
  • **
  • Posts: 377
  • Country: de
  • Sigrok associate
Re: New 2GHz touchscreen scope from Tek, June 6th
« Reply #617 on: June 11, 2017, 09:10:52 am »
I'd hazard a guess that bearing in mind the price point, the target demographic won't be the kind who'd want to hack this scope.

To "hack" is a bit of a stretch here, imo. My point was that it's ironic that the only truly open OS available for this scope is artificially locked down.

For the marketing department, one could argue that it would allow companies that need custom data processing to do it in a non-Windows environment. At my company, not a single scope that runs Windows is allowed on the network, making it moot for those scopes to even offer network capabilities as the OS totally undermines the effort. Running linux, those scopes would be allowed on the network, making it more feasible to integrate custom data processing into the workflow. Such use cases are too rare to have any impact on management, though. Then again, there is LabView for linux, too...
 

Online 2N3055

  • Super Contributor
  • ***
  • Posts: 7026
  • Country: hr
Re: New 2GHz touchscreen scope from Tek, June 6th
« Reply #618 on: June 11, 2017, 10:27:18 am »

To "hack" is a bit of a stretch here, imo. My point was that it's ironic that the only truly open OS available for this scope is artificially locked down.

For the marketing department, one could argue that it would allow companies that need custom data processing to do it in a non-Windows environment. At my company, not a single scope that runs Windows is allowed on the network, making it moot for those scopes to even offer network capabilities as the OS totally undermines the effort. Running linux, those scopes would be allowed on the network, making it more feasible to integrate custom data processing into the workflow. Such use cases are too rare to have any impact on management, though. Then again, there is LabView for linux, too...

Well I think you are missing the point here.. If you work in environment that is security aware so they don't allow you connect Windows scopes to network, reason for it is not because they run Windows, but because they don't run embedded, closed, user tamper proof OS.  They run Windows, so you can install things on the scope and that thing security people dont like. 
As soon as you would get Linux scope with fully unlocked, user accessible OS, they would ban that too.. In a microsecond.. For the same reason.
 
The following users thanked this post: thm_w

Offline DimitriP

  • Super Contributor
  • ***
  • Posts: 1365
  • Country: us
  • "Best practices" are best not practiced.© Dimitri
Re: New 2GHz touchscreen scope from Tek, June 6th
« Reply #619 on: June 11, 2017, 11:01:29 am »
Quote
At my company, not a single scope that runs Windows is allowed on the network, making it moot for those scopes to even offer network capabilities as the OS totally undermines the effort

The network is there for your convenience. Just like electricity, air, chairs and desks.
   If three 100  Ohm resistors are connected in parallel, and in series with a 200 Ohm resistor, how many resistors do you have? 
 

Online Someone

  • Super Contributor
  • ***
  • Posts: 4708
  • Country: au
    • send complaints here
Re: New 2GHz touchscreen scope from Tek, June 6th
« Reply #620 on: June 11, 2017, 11:25:38 am »
Quote
At my company, not a single scope that runs Windows is allowed on the network, making it moot for those scopes to even offer network capabilities as the OS totally undermines the effort

The network is there for your convenience. Just like electricity, air, chairs and desks.
Sounds like you've never worked in a site that wont let you bring in your own chair or use unapproved/untagged electrical devices, they tend to be the places with rules for equipment attached to the network too. Once over the hump of bureaucracy then you get a nice subnet to stick all the unapproved equipment on and get back on with working.
 

Online 2N3055

  • Super Contributor
  • ***
  • Posts: 7026
  • Country: hr
Re: New 2GHz touchscreen scope from Tek, June 6th
« Reply #621 on: June 11, 2017, 12:32:46 pm »
Quote
At my company, not a single scope that runs Windows is allowed on the network, making it moot for those scopes to even offer network capabilities as the OS totally undermines the effort

The network is there for your convenience. Just like electricity, air, chairs and desks.

It is at your home.. In a big company it is vital infrastructure... Have you missed the news last few weeks, when hospitals in UK didn't work for days because of the virus..
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 8027
  • Country: de
  • A qualified hobbyist ;)
Re: New 2GHz touchscreen scope from Tek, June 6th
« Reply #622 on: June 11, 2017, 12:57:32 pm »
Some companies are concerned about security and don't support BYOT (Bring You Own Trojan). Usually lab networks are separated for a good reason or two.
 

Offline snoopy

  • Frequent Contributor
  • **
  • Posts: 768
  • Country: au
    • Analog Precision
Re: New 2GHz touchscreen scope from Tek, June 6th
« Reply #623 on: June 11, 2017, 02:06:11 pm »
A new video on youtube ;)

 

Offline Fungus

  • Super Contributor
  • ***
  • Posts: 16925
  • Country: 00
Re: New 2GHz touchscreen scope from Tek, June 6th
« Reply #624 on: June 11, 2017, 02:38:36 pm »
Awful video.

I like the stacked mode. All 'scopes should do that.

Edit: Stacked mode is at time 4:05 in the video
« Last Edit: June 11, 2017, 04:02:56 pm by Fungus »
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf