Re: suggestions for 3 digit 7-segment display counter.
Yup. I write code for them on a daily basis.
So why a PLC?
Huge installed base of PLCs out there.
Companies are skittish on going with something different.
We have all had our brains re-wired to do things the "PLC way".
Robust, nearly indestructible, and nearly crash-proof.
Maintenance knows PLCs. This cuts down on the night calls.
Last, but not least, I/O. An ancient Series Six can handle 32K of real-world I/O.
Where I work, we once had industrial PCs handling test equipment. The PCs were dying so fast that replacing them (and re-loading Windows, drivers, etc) was taking up a serious amount of our time. We went back to PLCs and rarely have a problem. As for PLC up-time, I know of a couple Series Sixes that have been running non-stop for thirty years.
Did you ever get it figured out? Do you need a hand?
suggestions for 3 digit 7-segment display counter.
Collapse
X
-
Re: suggestions for 3 digit 7-segment display counter.
i prefer to export as PNG myselfLeave a comment:
-
Re: suggestions for 3 digit 7-segment display counter.
Speaking of kicad and geda, I really like the built in pdf export of kicad. In geda/gschem I had several steps to do to generate a postable schematic...Leave a comment:
-
Re: suggestions for 3 digit 7-segment display counter.
Here's a quote from Quora:Code:Most of the PLCs give you the option to program in Ladder Logic, Functional Block Diagram (FBD), Sequential Flowcharts (SFC) and Structured Text
https://www.quora.com/Why-are-PLCs-a...llers-or-FPGAs
There are a bunch of answers, but some are really well written. Make sure to look by the responders name, to see what their background is. For example, some have been working in a certain industry programming PLCs for x number of years, some are engineers that work with FPGAs, PLCs, etc.
The BGA rework station I purchased has a PLC. That's when I learned a little bit about PLCs but got sidetracked with other projects along the way and never got back to it. I was trying to create a bit of a flow chart as to how the BGA rework station worked. It's a bit of a hodgepodge and I wanted to fully understand it, including the program on the PLC.
In the Quora link, a person even talks about PID controllers and PLCs.Last edited by Spork Schivago; 05-29-2017, 04:28 PM.Leave a comment:
-
Re: suggestions for 3 digit 7-segment display counter.
programable state machines are very obsolete, modern fpga's can even hold the logic of an entire 16bit computer like an amiga - inc the cpu!!Leave a comment:
-
Re: suggestions for 3 digit 7-segment display counter.
ladders???
they have pins - lots of pins.
each pin can be input or output.
you tell it what to do either with a regular schematic of and/or etc gates,
or a language called VHDL that looks a lot like C, or a language called VERILOG that looks more useable.
(from my standpoint!)
http://www.asic-world.com/verilog/veritut.html
another worth bookmarking!
http://dangerousprototypes.com/docs/..._logic_devices
scroll about 2/3rds down for examples.
You can google it, I gotta go watch the cat outside. When I come back, I can send some links and post more.Leave a comment:
-
Re: suggestions for 3 digit 7-segment display counter.
ladders???
they have pins - lots of pins.
each pin can be input or output.
you tell it what to do either with a regular schematic of and/or etc gates,
or a language called VHDL that looks a lot like C, or a language called VERILOG that looks more useable.
(from my standpoint!)
http://www.asic-world.com/verilog/veritut.html
another worth bookmarking!
http://dangerousprototypes.com/docs/..._logic_devices
scroll about 2/3rds down for examples.Leave a comment:
-
Re: suggestions for 3 digit 7-segment display counter.
there's a lot of good websites now for learning stuff.
like this pair
http://fpgacenter.com/index.php
http://www.fpga4fun.com/
I found a good physics site that taught me the basics of electricity and even got into some basic circuits. I wish it went further, but I think it's a work in progress.
Are those Field Programmable Logic Arrays (FPGA's) the ones where when you're writing the code, it has something to do with ladders? I messed around once with a chip like that. Got some sort of programmer to dump the chip and load the code up in some compiler written by the company who developed the chip. You could see the source code. It had ladders and some other stuff.
**EDIT: Never mind. I'm thinking of PLCs with the ladder logic.Last edited by Spork Schivago; 05-29-2017, 12:14 PM.Leave a comment:
-
Re: suggestions for 3 digit 7-segment display counter.
there's a lot of good websites now for learning stuff.
like this pair
http://fpgacenter.com/index.php
http://www.fpga4fun.com/Leave a comment:
-
Re: suggestions for 3 digit 7-segment display counter.
You can find all the editions on torrent sites, scanned.
The 3rd edition is good, but the 2nd edition is also important, as some chapters that are in the 2nd edition are no longer in 3rd edition (or are more brief compared to 2nd edition).
So it's worth downloading or buying the 2nd edition as well.
You could have checked Amazon.com and other book specialized sites, often the book is with some discounts but not much (since it's lots of paper and heavy)
We checked all the authorized sellers websites that were listed on the books website. The Book Depository was the cheapest (half off the MSRP). Amazon had it cheaper than Barnes and Nobles though. We found it for sale, supposedly knew, for around 33$, but the website warned about counterfeit copies going around, so we decided to buy from a known reliable source.
Have you read all the editions? Is the first edition worth having as well? Too bad the creators don't provide a searchable digital copy. That'd be nice. But I would want it free with the purchase of a hard copy. I wouldn't want to have to pay extra for it...Leave a comment:
-
Re: suggestions for 3 digit 7-segment display counter.
That's the first edition, I do believe. The third edition definitely has some digital electronics in it. It might not be the book that contains everything, but I doubt a book like that exists.
This 3rd edition should provide me with a good foundation I think. Then I can purchase books that are a bit more specific to what I want to learn. That RF Circuit book I talked about earlier sounds promising. I want to get into wireless communications. Maybe a book on bluetooth or wireless networking, eventually. Baby steps I guess, right?
I also have a book solely based on digital electronics, from college. It's a bit dated now, but I'm sure there's stuff I could learn from that. A lot doesn't make sense. There was some prereqs for the class but our advisors signed us up without having us take the prereq. The whole class had never worked with circuit boards before. Because of this, we couldn't follow the teacher. One day, early in the semester, half the students met her outside and explained we had no idea what she was talking about. She was really cool and started over, but went real slow, and explained stuff that we should have known before the first day. I think that's why we never got into anything real in depth.
After I get the 3rd edition of the Art of Electronics and after I finish Practical Electronics for Inventors, I might start reading that Digital Electronics book. Then I'll read that e-book on the STM32 PIC.
Thanks!Leave a comment:
-
Re: suggestions for 3 digit 7-segment display counter.
You can find all the editions on torrent sites, scanned.
The 3rd edition is good, but the 2nd edition is also important, as some chapters that are in the 2nd edition are no longer in 3rd edition (or are more brief compared to 2nd edition).
So it's worth downloading or buying the 2nd edition as well.
You could have checked Amazon.com and other book specialized sites, often the book is with some discounts but not much (since it's lots of paper and heavy)Leave a comment:
-
Re: suggestions for 3 digit 7-segment display counter.
Leave a comment:
-
Re: suggestions for 3 digit 7-segment display counter.
I figured these two books I purchased would be a good starting point, and then I'd find books that are dedicated to more or less what I'm working on. For example, there's book written just for RF circuits. There's books written for just PICs, etc. I figured after I get a good foundation, I can look into books that delve a little deeper into the specific subjects I'm interested in (like that stm32 ebook).Leave a comment:
-
Re: suggestions for 3 digit 7-segment display counter.
i had that book, big black book with yellow text - the cover i mean.
i passed it on to someone else.
it's very good if your wanting to learn analog stuff.
not too usefull if your doing digital or software work though - it pre-dates that mostly.
this is a free ebook worth having btw.
Is this the book you had?
https://pictures.abebooks.com/isbn/9...510-us-300.jpg
If so, I believe that's the first edition. The one I've purchased is the third edition. The third edition was published April 30th, 2015. This is what it says about the third edition:
Code:At long last, here is the thoroughly revised and updated third edition of the hugely successful The Art of Electronics. It is widely accepted as the best single authoritative book on electronic circuit design, and is in fact so popular that it has been counterfeited - so beware if purchasing from a third party via an online retailer, as you may receive a very inferior physical product. In addition to new or enhanced coverage of many topics, the third edition includes 90 oscilloscope screenshots illustrating the behavior of working circuits, dozens of graphs giving highly useful measured data of the sort that is often buried or omitted in datasheets but which you need when designing circuits, and 80 tables (listing some 1650 active components), enabling intelligent choice of circuit components by listing essential characteristics (both specified and measured) of available parts. The new Art of Electronics retains the feeling of informality and easy access that helped make the earlier editions so successful and popular. It is an indispensable reference and the gold standard for anyone, student or researcher, professional or amateur, who works with electronic circuits
http://artofelectronics.net/the-book/table-of-contents/
There's a good bit of digital electronics in the table of contents for the third edition. Programmable Logic Devices, Microcontrollers, interfacing digital and analog, etc.
Do you know if yours was the third edition or if it was an earlier edition?Leave a comment:
-
Re: suggestions for 3 digit 7-segment display counter.
i had that book, big black book with yellow text - the cover i mean.
i passed it on to someone else.
it's very good if your wanting to learn analog stuff.
not too usefull if your doing digital or software work though - it pre-dates that mostly.
this is a free ebook worth having btw.Leave a comment:
-
Re: suggestions for 3 digit 7-segment display counter.
I just ordered another book, called The Art of Electronics (3rd Edition). We bought it from https://www.bookdepository.com. Yesterday, they had it for 59.96$ (no VAT, free shipping), but today, they have it listed for 69.39$ (no VAT, free shipping). The no VAT is for me. If you live in the UK, there might be VAT.
I read this is a really good book. I think that'll be the main book I learn from and read first. I think the Practical Electronics for Engineering will be a supplement.
There's other sites that sell the Art of Electronics for really cheap, new. Like 33$. The website for the book says there's a lot of crappy counterfeits going for. Dave from EEVBlog got one of the counterfeit books in the mail. The website for the book lists sources where you can buy a legitimate copy. Barnes and Noble is one of them, Amazon is another. There's a few others, but that book depository was on the list, so I believe it's a legitimate copy, despite it normally retailing for around 120$. I think I got a good deal on it.
Anyone ever read it?Leave a comment:
-
Re: suggestions for 3 digit 7-segment display counter.
No, hardware or even software built with GPL software that doesn't use GPL hardware/software are not restricted to GPL.
BTW my schematic I have yet to put a license so watch out... LOL... actually it should be Creative Commons/Public Domain because well, it's kind of obvious how it's designed...
However if I linked in GPL code into the firmware of the microcontroller, the software may be subject to GPL restrictions, at the minimum the GPL portion needs to be changeable by the end user.Leave a comment:
-
Re: suggestions for 3 digit 7-segment display counter.
No, hardware or even software built with GPL software that doesn't use GPL hardware/software are not restricted to GPL.
BTW my schematic I have yet to put a license so watch out... LOL... actually it should be Creative Commons/Public Domain because well, it's kind of obvious how it's designed...
However if I linked in GPL code into the firmware of the microcontroller, the software may be subject to GPL restrictions, at the minimum the GPL portion needs to be changeable by the end user.Leave a comment:
-
Re: suggestions for 3 digit 7-segment display counter.
I was just looking into gEDA (at their website). I saw the GPL v2 license they use and started thinking. KiCad uses a similar license. I couldn't find this information on Google (only tried for a few minutes). I couldn't find a good query name I think though.
If I make a project with KiCad or gEDA, does it need to remain open source / open hardware? Or, if I wanted, could I use either to make proprietary closed source / closed hardware projects? I understand that I cannot charge money for KiCad or gEDA, but I wonder about the projects I create?
Right now, it's not an issue. I plan on making my stuff opensource / open hardware, but I was just curious. No telling what the future might hold.Leave a comment:
Related Topics
Collapse
-
hey good day all ,do you know where i can attain a 10 digit bios code generated for hp envy 15-ep1002na
my lock code is : 5CD2226530 or photo below.the pc updated then retart without the user setting a bios lock code..1 Photo-
Channel: BIOS Requests ONLY!
-
-
Postcard 32 4-Bit 4-Digit Diagnostic Card PC Analyzer Manual
Diagnostic Card is a powerful diagnostic tool for technicians and administrators to troubleshoot
various problems of IBM compatible PCs. It is easy to install, yet extremely powerful to use. With
Diagnostic Card in hand, you no longer have to go through tedious and time consuming process of
trying to figure out what is wrong with your PC hardware. Diagnostic Card will tell you exactly
what is wrong with your PC in just seconds. It saves you time and money.
Our new and improved design...-
Channel: Schematics and Boardviews
11-01-2024, 06:29 AM -
-
by lafilipczykHello everyone, I just got my hands on a Sharp lc 80le632u TV that initially had the 1 short, 1 long blink sequence. That indicates a lamp error, however if I follow the isntructions to reset the error counter, the TV starts correctly: no missing LEDs everything lods just fine.
I went through the process to get to the diagnostic screen, and got this ( attached).
Since all LEDs are working correctly, and the TV seems to load fine after reset, that tells me that the power board and the LED strips are working correctly. Could this be a main board issue?
Any...1 Photo -
by ktmmotocrossHallo.
Have this ZERO THUNDEROBOT TRZERO that have lines on display when using discrete GPU 3070. I find bad chip B0, but after replace i have still bad B0. did i count chips wrong?
model - TR ZERO
sn- JT009700400J0M9R81D1...01-24-2024, 02:30 AM -
by ktmmotocrossHello. Have this gtx980M with 8GB vram that have artefacts on basig display mode. MAts show bad comunication on B0 channel. i dont see this anywhere so how to count what chip is bad if there is two chips on channel on the other side of the board on the same spot as otherside....04-26-2023, 09:19 AM
- Loading...
- No more items.
Leave a comment: