Stories
Slash Boxes
Comments

SoylentNews is people

posted by janrinok on Friday October 14 2016, @07:02PM   Printer-friendly
from the all-in-one dept.

NEC Display Solutions Europe has announced a collaboration with the Raspberry Pi foundation that will put Raspis into slots in monitors: https://www.nec-display-solutions.com/p/hq/en/news/dp/Products/Shared/News/2016/PressReleases/Company/RaspberryPi/RaspberryPi.xhtml

The socket in the monitor looks a lot like it will hold the Raspi Compute Module, while the given specifications mention a quad 1.2 GHz CPU. So it is likely that a Compute Module with the BCM2837 SoC from the Raspi 3 will ship by the announced date in January 2017. The press release particularly points out the usefulness in IoT-related display and signage areas, but overall, the package should also be a rather decent all-in-one PC that could be used in many other situations that do not require very high performance.

NEC also announced, aside from the standard Raspi, some custom hardware to fit into these CPU sockets that "meets the needs of the display industry", but was not yet specific on technical details here.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by VLM on Friday October 14 2016, @09:10PM

    by VLM (445) Subscriber Badge on Friday October 14 2016, @09:10PM (#414449)

    Today I read that Siemens is releasing an "arduino-compatible" device mounted on a DIN rail,

    Go to thingiverse and search for DIN Rail and you'll find you can 3-d print a mount to stick all kinds of COTS arduino and raspi stuff to DIN.

    Probably 3-4 years ago I remember on HN a startup or discussion of an industrial control spec'd arduino (probably a kickstarter?) that fit on DIN and crucially was indestructible or at least more electrician proof than a bare arduino. Wonder if thats related to the announcement somehow (dude got hired byt Siemens or who knows)

    (On ebay you can find all kinds of cool things that attach to DIN, so you can plug your arduino into an optoisolated 3-phase solid state relay in case you need to turn your 20 HP metal lathe on and off via arduino, or whatever else)

    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 2) by LoRdTAW on Friday October 14 2016, @11:36PM

    by LoRdTAW (3755) on Friday October 14 2016, @11:36PM (#414474) Journal

    I try to build everything using DIN mounted devices. From PLC's/PAC's to terminal blocks. And if your going to use terminal blocks, screw-less blocks using wires terminated with ferrules are total win. It might sound more costly at first but once you factor in time saved with the right tools, you never look back. Get a nice crimp tool too; one with interchangeable dies. I buy most everything from Automation Direct and the rest from Allied Electronics.

    As far as PLC's PAC's go, I have had my eye on those little Arduino DIN rail mounted gizmos. My only gripe is they seem to lack a decent set of software tools so connecting to Modbus or perhaps another protocol like CANopen or EtherCAT.

    I have used PLC's from Automation Direct, they are a re-seller for Koyo and now have their own line called Productivity 2000/3000. My only gripe is they only support ladder logic which is good for expressing logic conditions but awful for more complex things like calculations, communication, state machines, and other more complex operations need to be implemented.

    Control Technology Corporation or CTC makes a really neat PAC, the 5300. It uses a proprietary function diagram with blocks you drop in and write code using a basic like language and also has a C block where you can write C code at the RTOS level. Just drop the C block in and treat is as the inside of a function. Very costly though, a basic setup is like $4000.

    Another interesting company is Opto22 who have the SNAP PAC line which runs Linux! Write code using a function diagram and/or using C/C++ code or I'm sure what ever else you'd like so long as you can get the run time and libs on it. I have never used their PAC directly though I have used their Remote I/O. The remote I/O can be accessed using Modbus, Allen Bradley PLC's, or via Opto22's open OptoMMP protocol which comes with Windows and open source POSIX compliant libraries. I've built and tested the POSIX libs on OpenBSD, Linux and Cygwin without any build errors or dependency problems, all standard UNIX stuff. My next project might be powered by a SNAP PAC.