-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c80fdca
commit 60ea32e
Showing
33 changed files
with
8,833 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
// Use IntelliSense to learn about possible Node.js debug attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "(codesys-nvl) main.js --force starten", | ||
"type": "node", | ||
"request": "launch", | ||
"program": "${workspaceRoot}/main.js", | ||
"cwd": "${workspaceRoot}", | ||
"args": ["--force"], | ||
"runtimeArgs": [] | ||
}, | ||
{ | ||
"type": "node", | ||
"request": "attach", | ||
"name": "An den Port anfügen", | ||
"address": "localhost", | ||
"port": 5858 | ||
} | ||
] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
{ | ||
"codesys-nvl adapter settings": "Adaptereinstellungen für codesys-nvl" | ||
"codesys-nvl adapter settings": "Adaptereinstellungen für codesys-nvl", | ||
"options": "Optionen", | ||
"IP": "IP", | ||
"IP address to bind the port to": "IP-Adresse, an die der Port gebunden werden soll", | ||
"Port": "Port", | ||
"listen at this UDP port": "Hören Sie auf diesem UDP-Port", | ||
"nvl": "Netzwerkvariablenlisten", | ||
"Main timer interval": "Haupt-Timer-Intervall", | ||
"Resolution of all timer based cyclic transmissions and minimum gap delays (in ms)": "Auflösung aller timerbasierten zyklischen Übertragungen und Mindestabstand (in ms)", | ||
"List Identifier": "Listenbezeichner", | ||
"Usage of list: Disabled|Send|Receive": "Verwendung der Liste: Deaktiviert|Senden|Empfangen", | ||
"Checksum": "Prüfsumme", | ||
"Acknowledge": "Anerkennen", | ||
"Cyclic Transmission": "Zyklische Übertragung", | ||
"Transmission On Change": "Übertragung bei Änderung", | ||
"Transmission On Event": "Übertragung bei Ereignis", | ||
"interval between cyclic transmissions": "Intervall zwischen zyklischen Übertragungen", | ||
"minimum gap between nvl sends": "Mindestabstand zwischen NvL-Sendungen" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
{ | ||
"codesys-nvl adapter settings": "Adapter settings for codesys-nvl" | ||
"codesys-nvl adapter settings": "Adapter settings for codesys-nvl", | ||
"options": "options", | ||
"IP": "IP", | ||
"IP address to bind the port to": "IP address to bind the port to", | ||
"Port": "Port", | ||
"listen at this UDP port": "listen at this UDP port", | ||
"nvl": "Network Variable Lists", | ||
"Main timer interval": "Main timer interval", | ||
"Resolution of all timer based cyclic transmissions and minimum gap delays (in ms)": "Resolution of all timer based cyclic transmissions and minimum gap delays (in ms)", | ||
"List Identifier": "List Identifier", | ||
"Usage of list: Disabled|Send|Receive": "Usage of list: Disabled|Send|Receive", | ||
"Checksum": "Checksum", | ||
"Acknowledge": "Acknowledge", | ||
"Cyclic Transmission": "Cyclic Transmission", | ||
"Transmission On Change": "Transmission On Change", | ||
"Transmission On Event": "Transmission On Event", | ||
"interval between cyclic transmissions": "interval between cyclic transmissions", | ||
"minimum gap between nvl sends": "minimum gap between nvl sends" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
{ | ||
"codesys-nvl adapter settings": "Ajustes del adaptador para codesys-nvl" | ||
"codesys-nvl adapter settings": "Configuración del adaptador para codesys-nvl", | ||
"options": "opciones", | ||
"IP": "IP", | ||
"IP address to bind the port to": "Dirección IP para vincular el puerto", | ||
"Port": "Puerto", | ||
"listen at this UDP port": "escuchar en este puerto UDP", | ||
"nvl": "Listas de variables de red", | ||
"Main timer interval": "Intervalo del temporizador principal", | ||
"Resolution of all timer based cyclic transmissions and minimum gap delays (in ms)": "Resolución de todas las transmisiones cíclicas basadas en temporizadores y retrasos de espacio mínimos (en ms)", | ||
"List Identifier": "Identificador de lista", | ||
"Usage of list: Disabled|Send|Receive": "Uso de la lista: Desactivado|Enviar|Recibir", | ||
"Checksum": "Suma de comprobación", | ||
"Acknowledge": "Reconocer", | ||
"Cyclic Transmission": "Transmisión cíclica", | ||
"Transmission On Change": "Transmisión al cambiar", | ||
"Transmission On Event": "Transmisión en evento", | ||
"interval between cyclic transmissions": "intervalo entre transmisiones cíclicas", | ||
"minimum gap between nvl sends": "brecha mínima entre envíos nvl" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
{ | ||
"codesys-nvl adapter settings": "Paramètres d'adaptateur pour codesys-nvl" | ||
"codesys-nvl adapter settings": "Paramètres de l'adaptateur pour codesys-nvl", | ||
"options": "choix", | ||
"IP": "IP", | ||
"IP address to bind the port to": "Adresse IP à laquelle lier le port", | ||
"Port": "Port", | ||
"listen at this UDP port": "écoutez ce port UDP", | ||
"nvl": "Listes de variables réseau", | ||
"Main timer interval": "Intervalle de minuterie principal", | ||
"Resolution of all timer based cyclic transmissions and minimum gap delays (in ms)": "Résolution de toutes les transmissions cycliques basées sur une minuterie et délais d'intervalle minimum (en ms)", | ||
"List Identifier": "Identificateur de liste", | ||
"Usage of list: Disabled|Send|Receive": "Utilisation de la liste : Désactivé|Envoyer|Recevoir", | ||
"Checksum": "Somme de contrôle", | ||
"Acknowledge": "Reconnaître", | ||
"Cyclic Transmission": "Transmission cyclique", | ||
"Transmission On Change": "Transmission au changement", | ||
"Transmission On Event": "Transmission sur événement", | ||
"interval between cyclic transmissions": "intervalle entre les transmissions cycliques", | ||
"minimum gap between nvl sends": "écart minimum entre les envois nvl" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
{ | ||
"codesys-nvl adapter settings": "Impostazioni dell'adattatore per codesys-nvl" | ||
"codesys-nvl adapter settings": "Impostazioni dell'adattatore per codesys-nvl", | ||
"options": "opzioni", | ||
"IP": "IP", | ||
"IP address to bind the port to": "Indirizzo IP a cui associare la porta", | ||
"Port": "Porta", | ||
"listen at this UDP port": "ascolta su questa porta UDP", | ||
"nvl": "Elenchi di variabili di rete", | ||
"Main timer interval": "Intervallo del timer principale", | ||
"Resolution of all timer based cyclic transmissions and minimum gap delays (in ms)": "Risoluzione di tutte le trasmissioni cicliche basate su timer e ritardi minimi (in ms)", | ||
"List Identifier": "Identificatore dell'elenco", | ||
"Usage of list: Disabled|Send|Receive": "Utilizzo della lista: Disabilitato|Invia|Ricevi", | ||
"Checksum": "Somma di controllo", | ||
"Acknowledge": "Riconoscere", | ||
"Cyclic Transmission": "Trasmissione ciclica", | ||
"Transmission On Change": "Trasmissione al cambio", | ||
"Transmission On Event": "Trasmissione su evento", | ||
"interval between cyclic transmissions": "intervallo tra le trasmissioni cicliche", | ||
"minimum gap between nvl sends": "intervallo minimo tra gli invii nvl" | ||
} |
Oops, something went wrong.