Beiträge anzeigen

Diese Sektion erlaubt es ihnen alle Beiträge dieses Mitglieds zu sehen. Beachten sie, dass sie nur solche Beiträge sehen können, zu denen sie auch Zugriffsrechte haben.


Themen - shooter

Seiten: [1]
1
Bestehende Module / Existing Modules / AIN1
« am: 13. Dezember 2012, 20:24:33 »
wenn auch negativ signale wie bei wago -10/+10V input benutzt werden muss der letzte regel geandert worden in

IF sign THEN out:= out - out_max; END_IF
so with this change it will be AIN2 (done in my system

2
oscat.lib fuer TwinCAT/CoDeSys / DST for USA
« am: 11. April 2012, 12:36:21 »
found this one on PLCS.NET
please enhance the DST code as we are having more customers in USA.


Been looking for us version all week.
http://www.webexhibits.org/daylightsaving/i.html
For the United States:
Begin DST: Sunday April (2+6*y-y/4) mod 7+1
End DST: Sunday October (31-(y*5/4+1) mod 7)
Valid for years 1900 to 2006, though DST wasn't adopted until the 1950s-1960s. 2007 and after:
Begin DST: Sunday March 14 - (1 + y*5/4) mod 7
End DST: Sunday November 7 - (1 + y*5/4) mod 7;
European Economic Community:
Begin DST: Sunday March (31 - (5*y/4 + 4) mod 7) at 1h U.T.
End DST: Sunday October (31 - (5*y/4 + 1) mod 7) at 1h U.T.
Since 1996, valid through 2099
(Equations by Wei-Hwa Huang (US), and Robert H. van Gent (EC))

3
Modulentwicklung / Module Development / fuzzy logic
« am: 14. Dezember 2011, 14:00:08 »
I made a CFC with a working Fuzzy crane on it.

However i have found 61131-7 document
how to implement this?

4
hugo herzlichen dank fur den englischen manual.

mache bitte ein datei an fur englische anmerkungen das macht es einfacher um zu antworten auf fehler usw.

5
oscat.lib fuer TwinCAT/CoDeSys / declare variables
« am: 20. Februar 2011, 19:50:50 »
i would like to opt for declare variables for some as i see a lot of 0.0 and 1.0 in the lib.
o would like to put them as
zero : real:=0.0;
one : real:=1.0;
hundred :real:=100.0;
etc

inside a function declare them, this to avoid calc errors with int and real all over the place.
or global

the place where is a discussion i would like to have here.
so just vote for local inside a function or function block or global.

6
Bestehende Module / Existing Modules / documentation
« am: 14. Juni 2007, 15:54:27 »
This is a fast one will this be helpfull for you?


[gelöscht durch Administrator]

Seiten: [1]