Is this an abandoned product?
I can't believe that the Ethernet package is broken and doesn't compile.
The one post about how to fix it doesn't match any of the software and libs marked Industruino in the Arduino IDE.
Is Industruino an abandoned product?
***UPDATE: The installs from the IDE are broken or old or both. I assume the rest of the libs will be only be up to date in GitHub. While that is a valid way to do things, please delete or force the parties with the libs offered by Arduino.cc to remove them so you don't have folk like me regretting buying your product.
Hi, thanks for your feedback, we do our best to provide clear documentation. The leaflet included in your Ethernet module states where to find the current library 'Ethernet2', and indeed github is the best reference https://github.com/Industruino/documentation
If you can be more precise about what is not working, we will look into it.
Hi Industrino Team,
Here is my code used with 324U(Leonardo board with ETHERNETINDUSTRINO.h LIBRARY) it was working perfect in my LAN,
Is part of an industrial printing service, at this moment I have 6 of them working at production lines in my work.
I need more modules to implement in other production lines, but with DG21 I was replacing Ethernetindustrino.h with Ethernet.h an Ethernet2.h but it’s doesn’t work, They can’t connect in the LAN
I was trying many ways to run as in 324U(Leonardo),
What I Can do?
Please help me, because I bought 3 DG21 modules!!!
<img width="120" height="67" style="width:1.25in;height:.6979in" id="Picture_x0020_1" src="cid:image002.jpg@01D4C092.B50E04A0">
Dagoberto CEBALLOS
Productive Systems Logistics Flows Engineer
Office: +52 (868) 8103790
Fax: +52 (868) 810 2723
Mexico Offices
Av. Uniones # 90, Zona Industrial
H. Matamoros, Tamps. MX, 87325
www.generaltransmissions.com
D.CEBALLOS@generaltransmissions.com
This e-mail message is intended only for the use of named recipient(s) and contains information which may be confidential or privileged. If you are not the intended recipient, be aware that any distribution or use of the contents of this information is prohibited.
If you have received this electronic transmission in error, please notify the sender and delete the material from the computer.
P
Please consider the environment before printing this e-mail.
From: John Bryant <john3@industruino.com>
Sent: Saturday, February 9, 2019 7:24 AM
To: Dagoberto CEBALLOS <D.CEBALLOS@generaltransmissions.com>
Subject: Re: Is this an abandoned product? (727)
Read the manual? Where are you from, Europe? Kidding ;-) I am an old Arduino guy so first step is always the IDE's Library Manager, I typed in "industruino" and installed everything that came up. The "EthernetIndustruino v1.0" is where the problems started. Second, the GitHub version of the Industruino blessed Ethernet2 has another issue; the examples are stil pointed to the standard Arduino "Serial" object and not the "SerialUSB" object in the Industruino. That added to the confusion because the code in the examples pauses until that serial object is available and being consumed. So the examples in that Git repo looked broken too until I started digging. I guess I was so fustrated at that point I asked my question. I am a week behind in the evaluation for this project because the first Industruino unit was bricked and when the examples do not run without debugging them its hard to get a good first impression of a system. As of now I do have the system running and networked. I have a 4-20 mA loop with a PT100 running. I think the next step is to get a few sensors into the 4-20 mA loop from the Arduino world and see if I can successfully replace all of my custom made boards. The more custom boards I remove the happier I get.
--
John Bryant
Sent by Industruino using
Odoo ,
hi Josh, apologies for the confusion, i have added notes on Github about the 'SerialUSB' issue
Your answer
Please try to give a substantial answer. If you wanted to comment on the question or answer, just use the commenting tool. Please remember that you can always revise your answers - no need to answer the same question twice. Also, please don't forget to vote - it really helps to select the best questions and answers!
Keep Informed
About This Forum
This community is for professionals and enthusiasts of our products and services.
Read GuidelinesQuestion tools
Stats
Asked: 2/8/19, 8:40 PM |
Seen: 2238 times |
Last updated: 2/9/19, 1:26 PM |
Read the manual? Where are you from, Europe? Kidding ;-) I am an old Arduino guy so first step is always the IDE's Library Manager, I typed in "industruino" and installed everything that came up. The "EthernetIndustruino v1.0" is where the problems started. Second, the GitHub version of the Industruino blessed Ethernet2 has another issue; the examples are stil pointed to the standard Arduino "Serial" object and not the "SerialUSB" object in the Industruino. That added to the confusion because the code in the examples pauses until that serial object is available and being consumed. So the examples in that Git repo looked broken too until I started digging. I guess I was so fustrated at that point I asked my question. I am a week behind in the evaluation for this project because the first Industruino unit was bricked and when the examples do not run without debugging them its hard to get a good first impression of a system. As of now I do have the system running and networked. I have a 4-20 mA loop with a PT100 running. I think the next step is to get a few sensors into the 4-20 mA loop from the Arduino world and see if I can successfully replace all of my custom made boards. The more custom boards I remove the happier I get.