Skip to main content

Cioplenu, the SaaS for ‘deskless’ workers on the production floor, raises €4.2M seed

Cioplenu, an Augsburg-based startup that is building what it dubs an “operating system” for the production floor, has raised €4.2M in seed financing. Leading the round is Berlin-based Cherry Ventures.

Also participating is Munich’s 42Cap, which led Cioplenu’s pre-seed round in 2018, along with three fairly high-profile angels.

They are Fabian Heinrich, co-founder of Scoutbee (which recently announced a $60 million Series B), Christian Heinrich, founder and professor for digital transformation, and Moritz Zimmermann, co-founder of Hybris (which exited to SAP for $1.5 billion in 2013).

Billed as a SaaS for “deskless” workers, Cioplenu aims to digitize an array of production floor processes like maintenance, on-boarding, assembly, and inspection. The software works on any device and can connect to existing IT infrastructure used by production companies. It is already being used in more than 10 countries by large corporates such as Bosch, Stabilo and Hirschvogel.

“If you walk into a typical industrial company today you will find 10 meters of cabinets full of folders with paper protocols, documents, instructions etc.,” explains Cioplenu co-founder and CEO Benjamin Brockmann.

“Most maintenance and inspection is not done digitally today and assembly instructions are simply printed out. Finding or sharing documents is a nightmare and there is also no real-time communication or any kind of analytics, which creates a huge blindspot for companies”.

To help solve this, Brockmann says Cioplenu is building an intuitive “operating system” for the production floor that acts as an all-in-one platform for maintenance, inspection, work assembly, and other processes.

“We provide an easy editor with which multimedia documents, protocols, and questionnaires can be created as well as an operator software for the deskless worker that works on any device,” he explains. “Our easy ERP integration allows [production companies] to pull in and organize data quickly, while our analytics platform helps companies to optimize their processes. Sounds easy, but to make it enterprise-ready, we also built in many other features, like, for example, complex access rights management”.

Cioplenu customers are described as SMBs and enterprises in the industrial market, such as Bosch or Stabilo, while its user base spans across different departments and organisational levels.

For example, a quality manager might use the software for documentation by completing the respective protocol checklists digitally while walking across the production floor with a tablet.

“When something is broken, she can snap a photo, annotate it and log it. When she wants to share her protocol with her foreign co-worker, she can send it in a click and it gets automatically translated,” says Cioplenu.

The team leader then receives all the consolidated reports with anomalies highlighted, and the facility head gets a real-time overview and analytics on whether or not everything is running according to plan.

‘The beauty is that because of its modular format, inspection is really just one use case of many,” adds the Cioplenu CEO. “[Our sofrware] is also being used for teaching workers how to assemble plants, how to troubleshoot machines and much more”.

Meanwhile, Cioplenu says that strong demand for its product will see it open a second office in Frankfurt. “We plan to triple our team this year with big hiring plans for our new office in Frankfurt. Key will be the expansion of our marketing and sales team,” says the startup’s other co-founder Daniel Grobe.



from TechCrunch https://ift.tt/37YwtxG

Comments

Popular posts from this blog

How To Play Doom – And More – On An NES

Doom was a breakthrough game for its time, and became so popular that now it’s essentially the “Banana For Scale” of hardware hacking. Doom has been ported to countless devices, most of which have enough processing ability to run the game natively. Recently, this lineup of Doom-compatible devices expanded to include the NES even though the system definitely doesn’t have enough capability to run it without special help. And if you want your own Doom NES cartridge, this video will show you how to build it . We featured the original build from [TheRasteri] a while back which goes into details about how it’s possible to run such a resource-intensive game on a comparatively weak system. You just have to enter the cheat code “RASPI”. After all the heavy lifting is done, it’s time to put it into a realistic-looking cartridge. To get everything to fit in the donor cartridge, first the ICs in the cartridge were removed (except the lockout IC) and replaced with custom ROM chips. Some modifica...

Try NopSCADlib for your Next OpenSCAD Project

Most readers of this site are familiar by now with the OpenSCAD 3D modeling software, where you can write code to create 3D models. You may have even used OpenSCAD to output some STL files for your 3D printer. But for years now, [nophead] has been pushing OpenSCAD further than most, creating some complex utility and parts libraries to help with modeling, and a suite of Python scripts that generate printable STLs, laser-ready DXFs, bills of material, and human-readable assembly instructions complete with PNG imagery of exploded-view sub-assemblies. Recently [nophead] tidied all of this OpenSCAD infrastructure up and released it on GitHub as NopSCADlib . You can find out more by browsing through the example projects and README file in the repository, and by reading the announcement blog post on the HydraRaptor blog . Some functionality highlights include: a large parts library full of motors, buttons, smooth rod, et cetera many utility functions to help with chamfers, fillets, precis...

The Newbie’s Guide To JTAG

Do you even snarf? If not, it might be because you haven’t mastered the basics of JTAG and learned how to dump, or snarf, the firmware of an embedded device. This JTAG primer will get you up to snuff on snarfing, and help you build your reverse engineering skills. Whatever your motivation for diving into reverse engineering devices with microcontrollers, JTAG skills are a must, and [Sergio Prado]’s guide will get you going. He starts with a description and brief history of the Joint Test Action Group interface, from its humble beginnings as a PCB testing standard to the de facto standard for testing, debugging, and flashing firmware onto devices. He covers how to locate the JTAG pads – even when they’ve been purposely obfuscated – including the use of brute-force tools like the JTAGulator . Once you’ve got a connection, his tutorial helps you find the firmware in flash memory and snarf it up to a file for inspection, modification, or whatever else you have planned. We always apprec...