Post by siggi95 on Übersetzungsfehler J1939 changeAdress (4.1.0.0)
CODESYS Forge
talk
(Post)
Hallo zusammen, für den Aufruf VAR deviceDiag: J1939.IJ1939LocalECU; END_VAR deviceDiag.ChangeAddress(5); gibt es mit der Version 4.1.0.0 der Lib IoDrvJ1939 Übersetzungsfehler - C0035: Programmname, Funktion oder Funktionsbausteinstanz an Stelle von 'deviceDiag.ChangeAddress' erwartet - C0004: 'ChangeAddress' ist keine Komponente von 'IJ1939LocalECU__Union' Mit der bisher verwendeten Lib-version 3.5.17.0 nicht und auch das Setzen der device adress hat funktioniert. Lt. Release notes ("J1939: ChangeAddress method does not work properly.") wurde hier verbessert. Leider habe ich keine Beschbreibung dazu gefunden. Wie muss der Aufruf angepasst werden? Vieeln Dank und beste Grüße Siggi
Last updated: 2023-11-29
Post by timl on BacNet Server
CODESYS Forge
talk
(Post)
Hallo, für einen BacNet2 Server lassen sich mit zwei Ethernet Schnittstellen auch zwei Bacnet 2 IP Datalinks anlegen. Einen Datalink nutze ich für den UDP Port 47808 und einen für den UDP Port 47809. Dadurch ist der Server aus beiden Netzwerken erreichbar, was so gewollt ist. Allerdings verbindet er die beiden Netze auch miteinander, was zu Kommunikationsproblemen führt, da in beiden Netzwerken bereits gleiche Device ID's vergeben sind und diese sich dann doppeln. Lässt sich diese Verbindung der beiden Netze abschalten? Gruß Tim
Last updated: 2024-02-20
Post by ellocco on FUP: Ausgang eines existierenden Blocks mit dem Eingang eines existierenden Block verbinden
CODESYS Forge
talk
(Post)
Ist es unter dem FUP-Editor von CODESYS V3.5 SP18 möglich, eine Leitungsverzweigung mit einem existierenden Block (z.B. AND-Glied) zu verbinden? Oder den Ausgang eines existierenden Blocks mit dem Eingang eines existierenden Blocks (z.B. OR-Block) zu verbinden? Gibt es dazu Vorschläge?
Last updated: 2024-11-07
Post by wiresplus on INT_TO_WORD function not working
CODESYS Forge
talk
(Post)
Hello, I need to take an INT input, and convert it to a WORD value. VAR DRV2Speed : WORD; //IO card takes a WORD where 16000 = full 10V output (equivalent to 50Hz) PumpFillSpeed : INT; //Users enter a value between 0 and 50 END_VAR IF <conditions> THEN DRV2Speed :=INT_TO_WORD((PumpFillSpeed/50)*16000); END_IF </conditions> According to me this should work - but it stays at 0, no matter what. What am I doing wrong?
Last updated: 2024-01-26
Post by andrax on Prüfen ob Datei existiert wenn nicht neu erstellen
CODESYS Forge
talk
(Post)
Hi, ich ich möchte prüfen ob eine Datei existiert. Wenn diese nicht existiert, soll eine erstellt werden und dort hinein geschrieben werden. Die Datei wird im Programmlauf mehrfach geöffnet und Daten hinein geschrieben. Ich will hier die Funktion File.MODE.MAPPENDPLUS benutzen, das funktioniert aber nicht. fopen.xDone bleibt false. Hier der Code: fopen.sFileName:=sFileName; fopen.eFileMode:=File.MODE.MAPPENDPLUS; // Neu erstellen und anhängen fopen.xExclusive:=TRUE; fopen( xExecute:=TRUE); IF fopen.xDone THEN hFile:=fopen.hFile; sStringToWrite:=''; writeIndex:=0; SchrittDatenlog:=60; END_IF Wo liegt mein Fehler?
Last updated: 2024-02-11
Post by damian177 on PFC 200 - codesys V3.5
CODESYS Forge
talk
(Post)
Hi, Is it possible read all project from Codesys PFC200 ? I know only IP addres, nothing more
Last updated: 2023-08-25
Post by reinier-geers on Trun off webvisu
CODESYS Forge
talk
(Post)
How do i see if Webvisu is active and how to shot down if i dont want webvisu?
Last updated: 2023-08-29
Post by snhatton on Integer with comma in visualization
CODESYS Forge
talk
(Post)
Here is some information about formatting different variables types: https://content.helpme-codesys.com/en/CODESYS%20Visualization/_visu_placeholder_with_formatting_sequence_in_a_string.html I hope this helps!
Last updated: 2023-09-20
Post by ulvis on How to do horizontal scroll in CFC editor?
CODESYS Forge
talk
(Post)
No. UX & GUI is not a Codesys GmbH priority, it seems :-(
Last updated: 2023-11-23
Post by srigan1986 on SP8 - New scriptengine feature - open:VersionUpdateFlags
CODESYS Forge
talk
(Post)
Is this issue of idling before loading libraries resolved in Codesys 3.5.18.40 ?
Last updated: 2023-11-24
Post by baldeep on Raspberry Pi 5
CODESYS Forge
talk
(Post)
Raspberry 5 4GB & 8GB Runtime 4.10.0.0 32 Bit Raspbian Bookworm and tried 64 Bit too...Codesys is not runnung!
Last updated: 2023-12-06
Post by arwie on Possibility to deactivate CmpBlkDrvUdp
CODESYS Forge
talk
(Post)
Because it starts listening on all interfaces, which is against security considerations.
Last updated: 2023-12-12
Post by user3000 on Can't find an Extended Pulse Timer (TP and LTP)
CODESYS Forge
talk
(Post)
Here is my work-around FBD.
Last updated: 2023-12-21
Post by reinier-geers on Compile error
CODESYS Forge
talk
(Post)
Somehowe its this problem. Delete and problem is gone. I cant change this value eihter
Last updated: 2024-02-23
Post by eschwellinger on Raspberry Pi 4 with Legacy Drivers and Codesys 3.5.19 Patch 4
CODESYS Forge
talk
(Post)
use attached projectarchive as workaround.. till this is fixed
Last updated: 2024-02-25
Post by eschwellinger on PFC100 Licensing fails
CODESYS Forge
talk
(Post)
possible to use a newer version? maybe it is /var/opt/codesys/cmact_license in your version
Last updated: 2024-03-19
Post by reinier-geers on License problem gateway
CODESYS Forge
talk
(Post)
Hi, I want to activate a license. But got an error. This gateway endpoint is inactive
Last updated: 2024-03-27
Post by reinier-geers on License problem gateway
CODESYS Forge
talk
(Post)
Hi, I want to activate a license. But got an error. This gateway endpoint is inactive
Last updated: 2024-03-27
Post by kumareasu on Password to POU
CODESYS Forge
talk
(Post)
It appears to be there is no facility to protect an individual POU with password.
Last updated: 2024-04-27
Post by k2saki on CNC Override speed. SMC_Interpolator.dOverride is working ?
CODESYS Forge
talk
(Post)
Sorry, That was my mistake. I found a error in my program. Now it works well.
Last updated: 2024-05-01
Post by eschwellinger on Problems with Raspberry Pi - IoDrvGPIO library
CODESYS Forge
talk
(Post)
this is only a precompile error, will be solved but you ignore it works without any problem
Last updated: 2024-05-14
Post by andrew-budaiev on Formatting Integer
CODESYS Forge
talk
(Post)
How can I format integer so it would display 001 instead of 1? Is it possible? I couldn't find it in documentation
Last updated: 2024-06-14
Post by eschwellinger on No Visu on RasPi
CODESYS Forge
talk
(Post)
..on 4.12.0.0 release there it will be possible to deploy RemoteTargetvisu which is what you expect now. (next week)
Last updated: 2024-06-20
Post by damian177 on Problem with downloading OPC UA tags by Data Source Manager
CODESYS Forge
talk
(Post)
After 3 hours is some progress - please find in attachment - progress1.jpg
Last updated: 2024-09-04
Post by ph0010421 on How to manage variable types larger than 64 bits - Ethernet/IP
CODESYS Forge
talk
(Post)
My guess is that's a STRING, not an INT type. And it's 128 bytes, not bits
Last updated: 2024-09-23
To search for an exact phrase, put it in quotes. Example: "getting started docs"
To exclude a word or phrase, put a dash in front of it. Example: docs -help
To search on specific fields, use these field names instead of a general text search. You can group with AND
or OR
.