https://github.com/TheBam1990/ioBroker.omron-fins/blob/master/Readmede.md
Connection for Omron PLC via FINS protocol all CJ2M or CJ1M models
Adjust the IP address of the PLC in the main settings tab. The port is the standard port and generally does not need to be adjusted. The poll value is specified in ms and indicates the cyclical query of the values.
The variables to be picked up are entered in the Devices tab Simply add a new one with the + and then assign a freely selectable name. Please name each variable individually and not immediately. In the Variable area, enter the variable to be fetched for input or output variables CB0: 00, CB0: 01 CB100: 00 etc. Always use colons to separate them. W31: 00 etc. also works for flags. D1 values etc. can also be fetched. In the type tab, select the variable type as it is stored in the PLC.
- (Thebam) Änderungen im Abrufen Verbesserung des Intervall
- (Thebam) Update Abhängigkeiten
- (Thebam) NPM Aktualisiert
- (Thebam) Änderungen für Repro eingetragen
- (Thebam) io-package angepasst
- (Thebam) package json angepasst
- (Thebam) adater checker anpassung
- (Thebam) native objekt ip geändert
- (Thebam) add GitHub Action
- (Thebam) initial release Erste version zum Abholen und schreiben der variablen
MIT License
Copyright (c) 2023 thebam
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.