Neueste Beiträge

Seiten: [1] 2 3 ... 10
1
easyE4 / Antw:Easynet über WLAN
« Letzter Beitrag von ablas am Gestern um 17:06:47 »
Hello!
At the beginning of the program, the network is read, and at the end of the program, the network is written (according to the reference manual).

¡Hola!
Al principio del programa, la lectura de la red y al final del programa, la escritura de la red (según el manual de referencia).

0001 (*-------------------------------
0002          - NET_3
0003  --------------------------------*)
0004 (*      INICIO DE PROGRAMA       
0005          Leer de la RED (WIFI)     *)
0006 MW11 :=1NW01;(* lee BITS de Net_1*)
0007 MW12 :=2NW02;(* Lee BITS de Net_2*)
0008 MW14 :=4NW04;(* Lee BITS de Net_4*)
0009 MW15 :=2NW05;(* Lee DATO de Net_2 contador metros cúbicos*)
0010 MW17 :=1NW07;(* Lee DATO de Net_1 Grados Celsius              *)
0011 MW20 :=1NW10;(* Lee DATO de Net_1 contador metros cúbicos*)
0012 MW21 :=1NW11;(* Lee DATO de Net_1 contador x100 litros      *)
0013 (*
0014                .
0015                .
0016                .
0017                .
0018                .
0019                .
0020                .
0021                .
0022             PROGRAMA
0023                .
0024                .
0025                .
0026                .
0027                .
0028                .
0029                .
0030                .
0031                .
0032                .
0033                                                        *)
0034 (*   ESCRIBIR EN LA RED (WIFI)           *)
0035 M193 :=M3;(*   NET_3 AUTOMATICO  *)
0036 M194 :=M194;(* NET_3 PIDE AGUA   *)
0037 NW03 :=MW13;(* NET_3 Bits            *)
0038 NW06 :=MW16;(* NET_3 Fugas L/H.  *)
0039 NW09 :=MW19;(* NET_3 Nivel%       *)
0040 (*    Fin de escritura   
0041        FIN DE PROGRAMA                    *)
2
easySoft / Antw:Why is indirect addressing hidden? This deserves proper visibility.
« Letzter Beitrag von ablas am Februar 25, 2026, 21:24:33 Nachmittag »
TITLE: [SOLUTION] How to Remove Line Numbers from PDF Listings for easyE4 (Quick and Clean)
Hello everyone! I want to correct and update my previous recommendation. Forget using Excel to clean the code; I've found the definitive method, much faster and without formatting errors, using Visual Studio Code.
When we generate a PDF of our project in easySoft, the program adds line numbers (0001, 0002...). When we want to copy that code to share or reuse it, those numbers are a nuisance. Here are the steps to remove them in seconds:
1. Tool: Download Visual Studio Code from Microsoft (it's free and available in the Microsoft Store).
2. Preparation: Copy the code from the easySoft PDF and first open it in Notepad to clean the PDF formatting. Then, open that file with Visual Studio Code.
3. Configuration (First time only): Go to Selection and activate the Column Selection Mode option (this can also be activated in the Settings menu).
4. The Master Trick:
1. Place the cursor just before the first zero in line 0001.
2. Scroll down to the end of the list while holding down the Shift key.
3. Without releasing Shift, press the right arrow key to select the four digits in the column.
4. Press Delete.
Result: Goodbye line numbers! The code retains its original structure, indents, and spacing, ready to paste into easySoft's Structured Text (ST) editor without a single compilation error.
I hope this helps you; it saved me hours of manual cleanup!


TÍTULO: [SOLUCIÓN] Cómo eliminar números de línea de listados PDF para easyE4 (Rápido y Limpio)
¡Hola a todos! Quiero corregir y actualizar mi recomendación anterior. Olvidad el uso de Excel para limpiar el código; he dado con el método definitivo, mucho más rápido y sin errores de formato, utilizando Visual Studio Code.
Cuando generamos un PDF de nuestro proyecto en easySoft, el programa añade números de línea (0001, 0002...). Al querer copiar ese código para compartirlo o reutilizarlo, esos números son un estorbo. Aquí tenéis los pasos para eliminarlos en segundos:
1.   Herramienta: Descargad Visual Studio Code de Microsoft (es gratuito y está en la Microsoft Store).
2.   Preparación: Copiad el código del PDF de easySoft y pasadlo primero por el Bloc de Notas para limpiar el formato del PDF. Luego, abrid ese archivo con Visual Studio Code.
3.   Configuración (Solo la primera vez): Id a Selection y activad la opción Column Selection Mode (también se puede activar en el menú Settings).
4.   El Truco Maestro:
1.   Colocad el cursor justo antes del primer cero de la línea 0001.
2.   Bajad hasta el final del listado manteniendo pulsada la tecla MAYÚSCULAS (Shift).
3.   Sin soltar Mayúsculas, pulsad la flecha derecha del teclado hasta seleccionar los cuatro dígitos de la columna.
4.   Pulsad SUPRIMIR.
Resultado: ¡Adiós números de línea! El código mantiene su estructura original, sangrías y espacios intactos, listo para pegar en el editor de Texto Estructurado (ST) de easySoft sin un solo error de compilación.
¡Espero que os sirva, a mí me ha ahorrado horas de limpieza manual!

3
Allgemein / Antw:Deutsche Feiertage
« Letzter Beitrag von werner_1 am Februar 25, 2026, 18:15:51 Nachmittag »
In der neuen Jahresschaltuhr ist das ja alles enthalten. Weiß gar nicht, wie lange es die gibt.
4
easyE4 / Antw:Easynet über WLAN
« Letzter Beitrag von ablas am Februar 25, 2026, 16:53:55 Nachmittag »
¡Hola!

Log in to the local E4 COMMUNICATION / ONLINE panel.
Select the "DIAGNOSTIC INTERMEDIATE MEMORY" tab.
Check for events such as "NET2 DISCONNECTED" and "NET2 RECONNECTED".
If these events occur, you should check the communication between antennas and analyze your Wi-Fi network conditions.
Look at the time between disconnection and reconnection, and analyze the duration of the outage.
Display a Wi-Fi diagram and check your E4 communication program. Is it correctly configured? Are there security issues and network saturation problems?
It's also advisable to ensure the proper functioning of the motors, and if unsustainable conditions arise, implement a controlled shutdown. Net communication failures can be addressed in the decision-making program.
This filtering method might be of interest to you:

(*Example:
Net1 requests Net2 to connect by sending one-second pulses
Net2 connects the motor while pulses are arriving and with a 5-second disconnection delay
Flasher_pet2=M200 in Symbol Table
Incoming pulses from NET, "Flasher_pet2", generate a positive edge on ED5
Edges on ED5 keep T01 = ON; if pulses stop arriving, T01 turns OFF*)

ED05 (EN := ,I1 := Intermitente_pet2);
T01 (EN := ED05Q1,I1 := T#5s);(*Rest timer with reconnection*)
M201:=T01Q1;


Entrar en el E4 local COMUNICACION / ONLINE
Selecciona la pestaña "MEMORIA INTERMEDIA DE DIAGNÓSTICO"
Revisa eventos como "NET2 SE HA DESCONECTADO" y "NET2 SE HA VUELTO A CONECTAR".
Si hay sucesos de ese tipo habría que revisar la comunicación entre antenas y analizar las condiciones de tu red wifi.
Mira el tiempo entre la desconexión y la reconexión, analiza el tiempo del corte.
Muestra un esquema de la Wifi, muestra tu programa de comunicación del E4 ¿está correctamente hecho?, seguridad, saturación.
Conviene también asegurar correctamente el funcionamiento de motores y si se dan condiciones insostenibles pasar a paro controlado. Los fallos de comunicación Net, se pueden tratar en programa para la toma de decisiones.
Un filtrado que podría interesarte es este:

(*Ejemplo:
Net1 pide a Net2 que conecte enviando pulsos de un segundo
Net2 conecta Motor mientras llegan pulsos y con un retardo a la desconexión de 5 segundos
Intermitente_pet2=M200 en tabla de Símbolos
Los pulsos entrantes de NET, "Intermitente_pet2" generan flanco+ en ED5
Los flancos de ED5, mantienen T01 = ON si dejan de llegar pulsos T01 pasa a OFF*)

ED05 (EN := ,I1 := Intermitente_pet2);
T01 (EN := ED05Q1,I1 := T#5s);(*Temporizador de reposo con reconexión*)
M201:=T01Q1;
5
easyE4 / Antw:EASY E4 Werkseinstellung
« Letzter Beitrag von HeiBurg am Februar 25, 2026, 15:59:30 Nachmittag »
Hallo....
OK hat funktioniert aber erst nachdem ich die erste Karte (1GB-SD) gewechselt habe gegen eine (32GB-SDHC).
Bei der älteren Versionen (E4 V01) funktionierte die 1GB-SD Karte immer noch unverändert.... ???
Schon komisch.... .
Danke Dir für die freundliche Unterstützung und wünsch noch eine gute Zeit....

 
6
easyE4 / Antw:EASY E4 Werkseinstellung
« Letzter Beitrag von Konni66 am Februar 25, 2026, 15:13:52 Nachmittag »
Ob Dateierweiterungen angezeigt werden, ist eine Einstellung von Windows.
Um auszuschließen, dass die SD-Karte einen Fehler hat (z. B. durch Ziehen unter Spannung), würde ich die Karte in einem der neuen Geräte formatieren.
Dann die Datei mit einem µSD-Adapter neu erstellen.
7
easyE4 / Antw:EASY E4 Werkseinstellung
« Letzter Beitrag von HeiBurg am Februar 25, 2026, 14:57:54 Nachmittag »
Hallo,
eigentlich schon. Auf der SD Karte kann ich nur das sehen (reset_my_E4.bin).
Wie kann ich denn diese Ausblendung deaktivieren ?
Also bei den Geräten wo es nicht funktioniert es der Stand : 08 und 10 ,
bei einem älteren Gerät  01  funktioniert die Einstellung.
8
easyE4 / Antw:EASY E4 Werkseinstellung
« Letzter Beitrag von Konni66 am Februar 25, 2026, 14:38:38 Nachmittag »
Hallo HeiBurg,
bist du sicher, dass die Datei nicht reset_my_e4.bin.txt heißt und Windows die "bekannte" Erweiterung txt nicht automatisch angehängt und ausgeblendet hat?
Grüße
Konni
9
easyE4 / EASY E4 Werkseinstellung
« Letzter Beitrag von HeiBurg am Februar 25, 2026, 14:07:14 Nachmittag »
Hallo zusammen,
meine frage ist wie folgt.
Hat sich bei der Werkseinstellung der EASY E4 etwas geändert ?
Ich kann die Werkseinstellung der Geräte nicht mehr aktivieren.
Mit der Funktion per Karte ( reset_my_E4.bin ) funktioniert nicht mehr bei meinen zwei Geräten.
Vielleicht hat ja jemand eine Info für mich wie ich da weiter komme.
Danke im voraus.
10
easyE4 / Antw:Ehternet with PoE
« Letzter Beitrag von ablas am Februar 24, 2026, 17:03:39 Nachmittag »
Hi Sparlock!

I've been looking into it, and I'm not sure about the splitter option; there are so many, and I'm confused. I think telling DMSQUE to use a "non-PoE" port is the right recommendation. Switches usually have both "normal" and PoE ports. And if you've run out of normal ports, you'll have to replace the switch with a larger one. With the help of AI, I've managed to unravel the confusion, and as you said, this seems to be the second and final option: the TP-Link TL-POE10R PoE Splitter Extractor. The output port is no longer PoE.
Best regards.

ADAM TV5 speakers and a Fiio KA5 DAC. These are highly recommended products for desktop music.

He estado mirando y no me fio de la opción del divisor hay multitud y no me aclaro. Creo que decirle que utilice un puerto “NO PoE” es la recomendación correcta para DMSQUE. Normalmente los switches, disponen de puertos “normales” y PoE. Y si se han agotado los puertos normales, toca cambiar el switch por otro mayor. Con ayuda de la IA, he conseguido descifrar el caos, y como decías tú, esta me parece la segunda y última opción: PoE Splitter Extractor TP-Link TL-POE10R; el puerto de salida ya no es PoE.
Un saludo.
Seiten: [1] 2 3 ... 10