Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. The murky future of windows

The murky future of windows

Scheduled Pinned Locked Moved The Lounge
hardwarecsharpwcfcomlinux
39 Posts 13 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G glennPattonPub

    Depends on the project and customer most get a Microchip based controller so the it's just a straight Intel .hex file up/down loaded to the controller others use MSP430 family and the Texas Instruments O/S...Atmel (here lies madness), XLINX / Spartan and on

    M Offline
    M Offline
    Matt McGuire
    wrote on last edited by
    #22

    I built a few 'one off' projects using a Tern 286 "ET" board with touch screen. decent company to work with, horrible documentation, they used the Paradigm compiler/ide; not bad to work around. Currently got a side project using an Arduino with some expansion boards via Ada fruit. the project is on stall until the current workload lightens up a bit. These are great for specific purpose machines, but the majority of our work is different per each job. The stuff you do, I wish I had more time to work in, it's generally more interesting to me.

    G 1 Reply Last reply
    0
    • C Christopher Duncan

      My first job in '89 was C / QNX, and QNX was also my first OS love affair (my PC at home was running DOS 3.1 at the time, there's simply no comparison). As much as I love QNX, it got bought out by RIM / Blackberry a year or two back. Given that they're currently in meltdown, I'd be nervous about the implications for QNX. Pity.

      Christopher Duncan Author of Unite the Tribes: Leadership Skills for Technology Managers Have Fun, Get Paid: How to Make a Living with Your Creativity The Career Programmer

      G Offline
      G Offline
      glennPattonPub
      wrote on last edited by
      #23

      Please refer to earlier post NutZ!!!

      C 1 Reply Last reply
      0
      • M Matt McGuire

        I built a few 'one off' projects using a Tern 286 "ET" board with touch screen. decent company to work with, horrible documentation, they used the Paradigm compiler/ide; not bad to work around. Currently got a side project using an Arduino with some expansion boards via Ada fruit. the project is on stall until the current workload lightens up a bit. These are great for specific purpose machines, but the majority of our work is different per each job. The stuff you do, I wish I had more time to work in, it's generally more interesting to me.

        G Offline
        G Offline
        glennPattonPub
        wrote on last edited by
        #24

        Quote:

        The stuff you do, I wish I had more time to work in, it's generally more interesting to me.

        it used to be to me, come the weekend playing with what you work with ain't so much fun :(

        1 Reply Last reply
        0
        • C Christopher Duncan

          My first job in '89 was C / QNX, and QNX was also my first OS love affair (my PC at home was running DOS 3.1 at the time, there's simply no comparison). As much as I love QNX, it got bought out by RIM / Blackberry a year or two back. Given that they're currently in meltdown, I'd be nervous about the implications for QNX. Pity.

          Christopher Duncan Author of Unite the Tribes: Leadership Skills for Technology Managers Have Fun, Get Paid: How to Make a Living with Your Creativity The Career Programmer

          G Offline
          G Offline
          glennPattonPub
          wrote on last edited by
          #25

          Oh XXXX that looked good too :sigh:

          C 1 Reply Last reply
          0
          • M Matt McGuire

            At the company I work for, we have been using MS for our industrial control system for just about as long as MS has been around. DOS in the early days, then 2000, XP, and finally 7. my issue is coming from exactly where Microsoft is going, it seems like they are pushing developers and the whole ecosystem into the cloud for processing and storage while the APIs are getting more removed from the bare metal of the OS. Our original DOS system used C and when .NET was first released it was redesigned to work on Windows. Over time the system has gotten quite large; employing communications from serial, raw sockets and remoting/WCF to communicate with various hardware and other specialized computers. Microsoft's future effectively kills my product; 90% of my customer base has no internet connectivity and even if they could get some sort of internet out there, most of them are too scared to do so; thinking they will get hacked somehow and damage all their equipment or something. MS put out Embedded/Compact 7/8 but you still got to find equipment running this OS or try and make your own image to put on hardware (I got no time for the later, as I'm the only developer working with 3 other techs). These Embedded systems are still geared for always connected, but may work for the short time. I started looking at Linux, QNX, Windriver, even Raspberry Pi (with OS). But there are so many flavors and options, I'm not even sure where to start. And then there is the machine the OS runs on; standard PC, PC104, Com Express..... Any one else doing some industrial control out there not using MS as a base? if so where to start?

            I feel like I have oatmeal for a brain today.

            T Offline
            T Offline
            tgrt
            wrote on last edited by
            #26

            I wouldn't worry about it until there's a real cause to worry. Microsoft has made a lot of mistakes and leadership there is a mess. However, at this time I don't see anything that leads me to believe anything other than they're just trying to be a "me too" on the cloud bandwagon. (A subject for a whole other discussion probably best placed in the Soapbox.) The APIs may not be elevated in discussions like they once were, but it's still there.

            1 Reply Last reply
            0
            • M Matt McGuire

              At the company I work for, we have been using MS for our industrial control system for just about as long as MS has been around. DOS in the early days, then 2000, XP, and finally 7. my issue is coming from exactly where Microsoft is going, it seems like they are pushing developers and the whole ecosystem into the cloud for processing and storage while the APIs are getting more removed from the bare metal of the OS. Our original DOS system used C and when .NET was first released it was redesigned to work on Windows. Over time the system has gotten quite large; employing communications from serial, raw sockets and remoting/WCF to communicate with various hardware and other specialized computers. Microsoft's future effectively kills my product; 90% of my customer base has no internet connectivity and even if they could get some sort of internet out there, most of them are too scared to do so; thinking they will get hacked somehow and damage all their equipment or something. MS put out Embedded/Compact 7/8 but you still got to find equipment running this OS or try and make your own image to put on hardware (I got no time for the later, as I'm the only developer working with 3 other techs). These Embedded systems are still geared for always connected, but may work for the short time. I started looking at Linux, QNX, Windriver, even Raspberry Pi (with OS). But there are so many flavors and options, I'm not even sure where to start. And then there is the machine the OS runs on; standard PC, PC104, Com Express..... Any one else doing some industrial control out there not using MS as a base? if so where to start?

              I feel like I have oatmeal for a brain today.

              B Offline
              B Offline
              Brisingr Aerowing
              wrote on last edited by
              #27

              I personally like Fedora Linux. It is very user-friendly, and is very light on resources (especially using the LXDE 'spin').

              Getting information off the Internet is like taking a drink from a fire hydrant. - Mitchell Kapor

              C 1 Reply Last reply
              0
              • G glennPattonPub

                Please refer to earlier post NutZ!!!

                C Offline
                C Offline
                Christopher Duncan
                wrote on last edited by
                #28

                glennPattonWork wrote:

                Please refer to earlier post NutZ!!!

                Does this come with English subtitles? :)

                Christopher Duncan Author of Unite the Tribes: Leadership Skills for Technology Managers Have Fun, Get Paid: How to Make a Living with Your Creativity The Career Programmer

                G 1 Reply Last reply
                0
                • G glennPattonPub

                  Oh XXXX that looked good too :sigh:

                  C Offline
                  C Offline
                  Christopher Duncan
                  wrote on last edited by
                  #29

                  glennPattonWork wrote:

                  Oh XXXX that looked good too :sigh:

                  No clue what you're talking about. Clearly, I need more coffee.

                  Christopher Duncan Author of Unite the Tribes: Leadership Skills for Technology Managers Have Fun, Get Paid: How to Make a Living with Your Creativity The Career Programmer

                  G 1 Reply Last reply
                  0
                  • B Brisingr Aerowing

                    I personally like Fedora Linux. It is very user-friendly, and is very light on resources (especially using the LXDE 'spin').

                    Getting information off the Internet is like taking a drink from a fire hydrant. - Mitchell Kapor

                    C Offline
                    C Offline
                    Christopher Duncan
                    wrote on last edited by
                    #30

                    I'm sorry, did you just use Linux (or any other *nix) and user-friendly in the same sentence? I think my brain just rebooted. These operating systems were never meant for mere mortals.

                    Christopher Duncan Author of Unite the Tribes: Leadership Skills for Technology Managers Have Fun, Get Paid: How to Make a Living with Your Creativity The Career Programmer

                    D 1 Reply Last reply
                    0
                    • A Albert Holguin

                      Actually it does... you just have to have the right versions. RedHat makes a ton of money on their support side, they actually have a huge building close to where I work.

                      D Offline
                      D Offline
                      Dan Neely
                      wrote on last edited by
                      #31

                      A friend of mine says RHEL is also really bad about be trapped with old versions of things. Obsolete versions of Python and GCC are his biggest complaints. The former for lacking newer language features, that latter for a bunch of usability (debugging???) related improvements that after years of GCC devs saying they're impossible or are too low priority to ever be implemented suddenly found themselves being implemented after they were launched in Clang/LLVM.

                      Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt

                      A 1 Reply Last reply
                      0
                      • C Christopher Duncan

                        I'm sorry, did you just use Linux (or any other *nix) and user-friendly in the same sentence? I think my brain just rebooted. These operating systems were never meant for mere mortals.

                        Christopher Duncan Author of Unite the Tribes: Leadership Skills for Technology Managers Have Fun, Get Paid: How to Make a Living with Your Creativity The Career Programmer

                        D Offline
                        D Offline
                        Dan Neely
                        wrote on last edited by
                        #32

                        "Syntax error: Missing not operator."

                        Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt

                        C 1 Reply Last reply
                        0
                        • D Dan Neely

                          "Syntax error: Missing not operator."

                          Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt

                          C Offline
                          C Offline
                          Christopher Duncan
                          wrote on last edited by
                          #33

                          Panic!

                          Christopher Duncan Author of Unite the Tribes: Leadership Skills for Technology Managers Have Fun, Get Paid: How to Make a Living with Your Creativity The Career Programmer

                          1 Reply Last reply
                          0
                          • D Dan Neely

                            A friend of mine says RHEL is also really bad about be trapped with old versions of things. Obsolete versions of Python and GCC are his biggest complaints. The former for lacking newer language features, that latter for a bunch of usability (debugging???) related improvements that after years of GCC devs saying they're impossible or are too low priority to ever be implemented suddenly found themselves being implemented after they were launched in Clang/LLVM.

                            Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt

                            A Offline
                            A Offline
                            Albert Holguin
                            wrote on last edited by
                            #34

                            They sure don't provide the latest and greatest that's for sure... but I think they have a good middle ground of stability and newer stuff. Latest and greatest has it's own headaches, like my Ubuntu machine that wants to do updates every day, half of which require a reboot (something that Ubuntu has become bad about).

                            1 Reply Last reply
                            0
                            • M Matt McGuire

                              At the company I work for, we have been using MS for our industrial control system for just about as long as MS has been around. DOS in the early days, then 2000, XP, and finally 7. my issue is coming from exactly where Microsoft is going, it seems like they are pushing developers and the whole ecosystem into the cloud for processing and storage while the APIs are getting more removed from the bare metal of the OS. Our original DOS system used C and when .NET was first released it was redesigned to work on Windows. Over time the system has gotten quite large; employing communications from serial, raw sockets and remoting/WCF to communicate with various hardware and other specialized computers. Microsoft's future effectively kills my product; 90% of my customer base has no internet connectivity and even if they could get some sort of internet out there, most of them are too scared to do so; thinking they will get hacked somehow and damage all their equipment or something. MS put out Embedded/Compact 7/8 but you still got to find equipment running this OS or try and make your own image to put on hardware (I got no time for the later, as I'm the only developer working with 3 other techs). These Embedded systems are still geared for always connected, but may work for the short time. I started looking at Linux, QNX, Windriver, even Raspberry Pi (with OS). But there are so many flavors and options, I'm not even sure where to start. And then there is the machine the OS runs on; standard PC, PC104, Com Express..... Any one else doing some industrial control out there not using MS as a base? if so where to start?

                              I feel like I have oatmeal for a brain today.

                              J Offline
                              J Offline
                              Joan M
                              wrote on last edited by
                              #35

                              I'm working with Beckhoff[^] which is a German Brand which allows me to program and control our machines under Windows. If I would need to work with Linux I would go for B&R[^] (Bernecker and Rainer) which is a similar Brand which Works with Linux. Both brands offer the complete solution: Hardware and software. Don't know if this could help you, but...

                              [www.tamautomation.com] | Robots, CNC and PLC machines for grinding and polishing. [YouTube channel]

                              https://www.robotecnik.com freelance robots, PLC and CNC programmer.

                              1 Reply Last reply
                              0
                              • M Matt McGuire

                                At the company I work for, we have been using MS for our industrial control system for just about as long as MS has been around. DOS in the early days, then 2000, XP, and finally 7. my issue is coming from exactly where Microsoft is going, it seems like they are pushing developers and the whole ecosystem into the cloud for processing and storage while the APIs are getting more removed from the bare metal of the OS. Our original DOS system used C and when .NET was first released it was redesigned to work on Windows. Over time the system has gotten quite large; employing communications from serial, raw sockets and remoting/WCF to communicate with various hardware and other specialized computers. Microsoft's future effectively kills my product; 90% of my customer base has no internet connectivity and even if they could get some sort of internet out there, most of them are too scared to do so; thinking they will get hacked somehow and damage all their equipment or something. MS put out Embedded/Compact 7/8 but you still got to find equipment running this OS or try and make your own image to put on hardware (I got no time for the later, as I'm the only developer working with 3 other techs). These Embedded systems are still geared for always connected, but may work for the short time. I started looking at Linux, QNX, Windriver, even Raspberry Pi (with OS). But there are so many flavors and options, I'm not even sure where to start. And then there is the machine the OS runs on; standard PC, PC104, Com Express..... Any one else doing some industrial control out there not using MS as a base? if so where to start?

                                I feel like I have oatmeal for a brain today.

                                J Offline
                                J Offline
                                Joe Woodbury
                                wrote on last edited by
                                #36

                                I laughed a little. Because you have to create your own BSP for Windows Embedded, you are looking for another operating system for which you'd have to... create your own BSP.

                                Matt McGuire wrote:

                                These Embedded systems are still geared for always connected...

                                No they aren't. Seriously, where did you come up with that? Windows Embedded/Compact work just fine disconnected. They work find headless. Moreover, they have end-of-life dates way beyond many alternatives. They are easy to configure and very easy to write for. As for alternatives; for non-hard real time, check out eCos[^]. If you have to do hard real time programming, check out the offerings from Green Hills[^].

                                1 Reply Last reply
                                0
                                • C Christopher Duncan

                                  glennPattonWork wrote:

                                  Oh XXXX that looked good too :sigh:

                                  No clue what you're talking about. Clearly, I need more coffee.

                                  Christopher Duncan Author of Unite the Tribes: Leadership Skills for Technology Managers Have Fun, Get Paid: How to Make a Living with Your Creativity The Career Programmer

                                  G Offline
                                  G Offline
                                  glennPattonPub
                                  wrote on last edited by
                                  #37

                                  Sorry, all looked saw/read RIM Blackberry...and ran, sorry!

                                  1 Reply Last reply
                                  0
                                  • C Christopher Duncan

                                    glennPattonWork wrote:

                                    Please refer to earlier post NutZ!!!

                                    Does this come with English subtitles? :)

                                    Christopher Duncan Author of Unite the Tribes: Leadership Skills for Technology Managers Have Fun, Get Paid: How to Make a Living with Your Creativity The Career Programmer

                                    G Offline
                                    G Offline
                                    glennPattonPub
                                    wrote on last edited by
                                    #38

                                    Sorry Blackberry RIM, made me say a bad word :sigh:

                                    1 Reply Last reply
                                    0
                                    • M Matt McGuire

                                      At the company I work for, we have been using MS for our industrial control system for just about as long as MS has been around. DOS in the early days, then 2000, XP, and finally 7. my issue is coming from exactly where Microsoft is going, it seems like they are pushing developers and the whole ecosystem into the cloud for processing and storage while the APIs are getting more removed from the bare metal of the OS. Our original DOS system used C and when .NET was first released it was redesigned to work on Windows. Over time the system has gotten quite large; employing communications from serial, raw sockets and remoting/WCF to communicate with various hardware and other specialized computers. Microsoft's future effectively kills my product; 90% of my customer base has no internet connectivity and even if they could get some sort of internet out there, most of them are too scared to do so; thinking they will get hacked somehow and damage all their equipment or something. MS put out Embedded/Compact 7/8 but you still got to find equipment running this OS or try and make your own image to put on hardware (I got no time for the later, as I'm the only developer working with 3 other techs). These Embedded systems are still geared for always connected, but may work for the short time. I started looking at Linux, QNX, Windriver, even Raspberry Pi (with OS). But there are so many flavors and options, I'm not even sure where to start. And then there is the machine the OS runs on; standard PC, PC104, Com Express..... Any one else doing some industrial control out there not using MS as a base? if so where to start?

                                      I feel like I have oatmeal for a brain today.

                                      R Offline
                                      R Offline
                                      RedDk
                                      wrote on last edited by
                                      #39

                                      Personally I don't care what Microsoft does. Knowing, naturally, that I have no influence over any direction they take. And about any future course in any realm pivoting on news from them about this or that, I ignore. Hardware, the thing about which I think you REALLY mean to say something, has been around for ages. How is a software company going to kill that? Earplugs. To keep the annoying news from infiltrating the porches of the ear. Shades. To keep the blitz of gaud-awful electronic krap and it's shiney blithering unlessness at visual bay. And off you go.

                                      1 Reply Last reply
                                      0
                                      Reply
                                      • Reply as topic
                                      Log in to reply
                                      • Oldest to Newest
                                      • Newest to Oldest
                                      • Most Votes


                                      • Login

                                      • Don't have an account? Register

                                      • Login or register to search.
                                      • First post
                                        Last post
                                      0
                                      • Categories
                                      • Recent
                                      • Tags
                                      • Popular
                                      • World
                                      • Users
                                      • Groups