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.


Nachrichten - hugo

Seiten: [1] 2 3 ... 87
1
oscat.lib fuer Step 7 / Re: Siemens Kündigt S7 300 Baureihe ab
« am: 10. Juni 2022, 10:17:59 »
Böser Wille ist hier definitiv nicht am Werk.
Damit wir das Forum am Laufen halten und dabei nicht im Gefängnis landen, haben wir immer mehr Aufwand mit Überwachung und Einschränkungen.
Wenn wir aus Versehen einiges gelöscht haben tut uns das leid, aber teilweise haben wir an einem Tag tausende von Spamversuchen die wir irgendwie in den Griff bringen müssen.
Leider ist es heute nur noch mit drastischen Maßnahmen möglich, solche Foren zu betreiben.

2
oscat.lib fuer CoDeSys 3 / Re: Codesys 3.5 SP16
« am: 04. Februar 2021, 17:27:38 »
In der kommenden Release 3.3.4 werde LDT, LTOD und LDATE umbenannt in LOCAL_...

3
Ankündigungen / Announcements / Umlaute falsch dargestellt?
« am: 22. Mai 2020, 14:50:41 »
Wenn Ihre UMlaute falsch dargestellt sind dann stellen Sie bitte in Ihrem User Profil die Sprache von Englisch auf Deutsch um.

4
Ankündigungen / Announcements / Network Libraray Release 1.21
« am: 16. Januar 2012, 15:00:55 »
das neue Release der Network LIB 1.21 steht im Download Bereich zur Verfügung

5
Ankündigungen / Announcements / Re: Oscat Release 3.33
« am: 16. Januar 2012, 14:59:48 »
Das Relaese 3.33 der Oscat basic library steht im Download Bereich zur Verfügung.

mit wenigen fixes entspricht die 3.33 der version 3.32

6
das ist richtig,
twincat 2.x ist codesys 2.x
twincat 3.x ist codesys 3.x

7
twincat ist zu 100% codesys, twincat 2.x ist codesys 2.x alle libs sind 100% compatibel auch wenn beckhoff meinst ihnen eine andere endung geben zu müssen.
für twincat6 2.x bistte einfach die codesys *.lib als library einbinden.
die *.lib könnt ihr natürlich auch als normales projekt in twincat wie auch codesys öffnen.

8
Bestehende Module / Existing Modules / Re: Problems with FILTER
« am: 08. Januar 2012, 19:02:33 »
is our english manual sufficient for you?

9
Bestehende Module / Existing Modules / Re: Problems with FILTER
« am: 08. Januar 2012, 18:24:03 »
if you are really interested in optimization:
consider the following:

1. why dont you subtrakt your offset before you convert to a real a floating point operation takes more ressources then a integer opertation the result is going to be the same

2. if you rename your ft_pt1 to Oil_temp you can reference your oil temperature by OIL_TEMP.Out in your project saving the continuous transfer of out to the final output

optimization is never done it can always be improved

10
Bestehende Module / Existing Modules / Re: Problems with FILTER
« am: 08. Januar 2012, 16:14:36 »
your simple program can be even made more efficient by using the multiplier K of FT_PT1 instead of your additional div in front of the ft_pt1 the factor K of ft_pt1 simply multiplies the input in your case this could be 0,101... of course the offset is still needed.

this saves one operation and very important it replaces a division by a multiplication (a division takes approx 3 times more clock cycles as a multiplication does)

11
Bestehende Module / Existing Modules / Re: Problems with FILTER
« am: 07. Januar 2012, 21:56:30 »
whats strange on your project is the fact that you are using a real and then a dword filter.

a filter for real values would be  ft_pt1 !!!!
on the other hand i think i found your problems
in codesys you can see a strange number on the top right corner of any symbol used.
this number defines the execution sequence of the code in your case you multiply first and then you subtract which is obviously not meant to be and will lead to strange results.
you can change the execution sequency by right clicking on any signal and then change the sequence number (not 100% sure whats it called in the english version).

this the sequence problem is your problem with filter_I also

12
oscat.lib fuer TwinCAT/CoDeSys / Re: ARRAY SORTIEREN
« am: 05. Januar 2012, 09:42:53 »
du kannst die bibliothek als projekt öffnen, dann den baustein kopieren und den datentyp des neuen bausteins ändern
so kannst du dir jederzeit einen neuen baustein erzeugen

13
Ankündigungen / Announcements / Re: Oscat Release 3.33
« am: 03. Januar 2012, 01:26:03 »
die oscat basic 3.33 ist kurz for dem final release,

wenn noch wünsche offen sind bitte schnell melden.

14
Modulentwicklung / Module Development / Re: fuzzy logic
« am: 18. Dezember 2011, 19:58:04 »
sorry for the problem now it should work fine
pls try to upload again

15
Modulentwicklung / Module Development / Re: fuzzy logic
« am: 15. Dezember 2011, 13:43:11 »
can you supply more data?
do you have the mentioned 61131-7 dokument?

Seiten: [1] 2 3 ... 87