Select Page: Previous 7 8 9 10 11 12 13 14 15 16 17 Next
Control.com topic...
LinuxPLC Project
Topic: Open-source control projects, related links.
from the Automation List department...
Linux friendly PLC?
Posted by Gaurav Jain on 25 July, 2001 - 4:08 pm
I am a graduate student-lurker in this list. I am working on a college lab automation project, where I need to control some processes using a PLC, and web-enable them...
Topic: Open-source control projects, related links.
from the Automation List department...
Using GTK+
Originally posted by Anand on 24 July, 2001 - 2:16 am
Hello LinuxPLC members,

I have been brushing up on my C and in the end of the week, I came
across GTK+.
New Replies:
Any graphics toolkit, such as GTK+, would be a plus in such a project. However, there will still be...
Topic: Open-source control projects, related links.
from the Automation List department...
[MAT-devel] New Graphical HMI
Originally posted by Juan Carlos Orozco on 16 July, 2001 - 11:38 am
I was out of town for some days (and off-line). I wanted the group to know
that I am still working on the big-demo project.
New Replies:
By Juan Carlos Orozco on 21 July, 2001 - 12:56 pm -
The Graphical HMI is now on the cvs. The new directories are as follows /mmi/hmi_gtk/ (For...
By Juan Carlos Orozco on 20 July, 2001 - 3:45 pm -
Rick Jafrate wrote: > > Juan, > > I am interested in your graphical HMI. I would like...
Juan, I am interested in your graphical HMI. I would like to use it in a demo project I am trying...
By Juan Carlos Orozco on 19 July, 2001 - 9:19 am -
Mario de Sousa wrote: > Juan Carlos Orozco wrote: > > ... > > By the way, could...
By Mario de Sousa on 18 July, 2001 - 8:08 pm -
Juan Carlos Orozco wrote: > > I was out of town for some days (and off-line). I wanted the...
Topic: Open-source control projects, related links.
from the Automation List department...
Help?
Originally posted by Mike Whiteley on 16 May, 2001 - 9:15 am
I am in urgent need or raising a Square D PLC from the dead. ... may need to write drivers ... Can Linux be used?
New Replies:
By Mark Woudenberg on 21 July, 2001 - 2:21 am -
The documentation for the Synet communication is still available round hear if your interested. ...
Topic: Open-source control projects, related links.
from the Automation List department...
Totalizer block (was On delay Timer routine)
Originally posted by Mario de Sousa on 16 July, 2001 - 1:16 pm
> > Next algorithm is the totalizer block.
If you could please explain what it is exactly that you want the totalizer to do, I'll probably implement it right away.
New Replies:
johan.bengtsson: > Having error multiplied by gain is somewhat missleading however since the...
By Mario de Sousa on 20 July, 2001 - 4:05 pm -
Jiri Baum wrote: > > johan.bengtsson: > > That is right (apart from some misstyping...
By Johan Bengtsson on 20 July, 2001 - 4:04 pm -
yes it is, normally you have three parameters in to a PID that is changed during tuning gain Itime...
johan.bengtsson: > That is right (apart from some misstyping :-) ) Yeah, sorry about that......
By Johan Bengtsson on 19 July, 2001 - 10:05 am -
That is right (apart from some misstyping :-) ) The Igain and Dgain should still be calculated as...
By Mario de Sousa on 19 July, 2001 - 9:45 am -
Hey guys, Sorry for not jumping in on the thread, but I don't have time to look into this at the...
I wrote: > I += (error - last_error) * Dgain / time Sorry about the typo. D += (error...
johan.bengtsson: > There is one other slight drawback, this requires constant time between >...
Topic: Open-source control projects, related links.
from the Automation List department...
PID blocks from user viewpoint
Originally posted by Anand on 18 July, 2001 - 3:17 am
I am going through the programs and will take some time to understand the total program. ...

New Replies:
johan.bengtsson: > But I do care, not really how it is implemented exactly but how it is to >...
By Johan Bengtsson on 20 July, 2001 - 4:06 pm -
But I do care, not really how it is implemented exactly but how it is to be tuned. There should be...
Think of it this way: The proportional term (or gain) is the driving force. It causes your output...
By Masahiro Kazahaya on 19 July, 2001 - 1:14 pm -
Dear Rufus: I shall try to answer your questions as much as I know. 1. Each PLC or DCS...
johan.bengtsson: > So much for that, the one to use is ideal if it is only one of them, >...
By Johan Bengtsson on 19 July, 2001 - 10:57 am -
Well, I have just finished a *LONG* discussion there, and introducing a new one right now would not...
By Johan Bengtsson on 19 July, 2001 - 10:30 am -
So basically: at startup you start with just P and then turn on I (and possibly D) Does this happen...
When one considers the ubiquity of PID loops in process control and motion control, it seems...
dead time is basically supposed to act agains the lag to a force applied. There are several...
By Johan Bengtsson on 19 July, 2001 - 9:45 am -
good point /Johan Bengtsson ---------------------------------------- P&L, Innovation in...
On Wed, Jul 18, 2001 at 10:58:28AM -0600, Johan Bengtsson wrote: > ... > > A side note...
Topic: Open-source control projects, related links.
from the Automation List department...
A lighter side of automation research
Originally posted by Anand on 19 July, 2001 - 11:27 am
A piece from the authors imagination....
New Replies:
johan.bengtsson: > and no for a time based equation should m=S/T, that means k=1-S/T, not >...
By Johan Bengtsson on 20 July, 2001 - 4:43 pm -
Ok, I learned something new today. I have always dealt with timesteps that is rather small and my...
johan.bengtsson: > why not at two a clock? I have done this a lot of times and could do it >...
By Johan Bengtsson on 20 July, 2001 - 11:18 am -
Well Y = (PV * (1-k)) + (Y * k) and Y=Y+(PV-Y)*p will give you exactly the same result for p =...
By Johan Bengtsson on 20 July, 2001 - 11:18 am -
why not at two a clock? I have done this a lot of times and could do it when I am asleep... ...
On Fri, Jul 20, 2001 at 01:26:49PM +1000, Jiri Baum wrote: > > There are many PV ( low-pass)...
Jiri Baum wrote: > > Gilles: > > There are many PV ( low-pass) filters available in...
Gilles: > There are many PV ( low-pass) filters available in PID controllers. Here > is one: ...
There are many PV ( low-pass) filters available in PID controllers. Here is one: Y = (PV * (1-k))...
Anand: > And folks, tell you what! > A New PLC puts in a small logic for reducing the noise....
Topic: Open-source control projects, related links.
from the Automation List department...
article in Industrial Computing
Originally posted by Greg Goodman on 9 May, 2001 - 6:47 pm
There is an article in this month's Industrial Computing magazine about Open Source in control and automation.
New Replies:
By Juan Carlos Orozco on 20 July, 2001 - 3:44 pm -
Jiri Baum wrote: > > Mario: > > Jiri: It seems that soon we will be needing top level...
I wrote: > Any reason why they should be completely separate? P.S.: if they're completely...
Mario: > Jiri: It seems that soon we will be needing top level directories in the > cvs... ...
Yes, it would. I'm not sure what the deal is with this but they have been invited. Perhaps there...
Juan and Greg: It seems Juan is starting to write the beginnings of a SCADA. Greg seems to be...
Hi Greg Thanks for the article and the pointer. Too bad the leadtime didn't allow for the changes....
Topic: Open-source control projects, related links.
from the Automation List department...
Relay Editor
Originally posted by Rick Jafrate on 20 July, 2001 - 5:53 am
Is anyone working on a relay ladder editor or is there a way to
produce a ladder diagram listing?
New Replies:
Rick: > Is anyone working on a relay ladder editor or is there a way to produce a > ladder...
Topic: Open-source control projects, related links.
from the Automation List department...
Something like LabView
Originally posted by Jiri Baum on 19 July, 2001 - 11:13 am
Curt Wuollet wrote on the Automation list:Curt Wuollet wrote on the Automation list:
> But something like Labview, sharing a map with an embedded PLC would be
> powerful medicine for a lot of solutions not served well by either alone.
What features would we want in such a language?
New Replies:
Hi Jiri I was thinking somewhat conceptually about the combination of procedural or even graphical...
Topic: Open-source control projects, related links.
from the Automation List department...
Contributing
Posted by Jiri Baum on 19 July, 2001 - 12:00 pm
How to make additions to the CVS
Select Page: Previous 7 8 9 10 11 12 13 14 15 16 17 Next
 
 

Your use of this site is subject to the terms and conditions set forth under Legal Notices and the Privacy Policy. Please read those terms and conditions carefully. Subject to the rights expressly reserved to others under Legal Notices, the content of this site and the compilation thereof is © 1999-2010 Nerds in Control, LLC. All rights reserved.

Users of this site are benefiting from open source technologies, including PHP, MySQL and Apache. Be happy.


Fortune
There are very few personal problems that cannot be solved through a
suitable application of high explosives.
Advertise here
Advertisement
our advertisers
Help keep our servers running...
Patronize our advertisers!
Visit our Post Archive