Giter Site home page Giter Site logo

jfatek's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar slawekjaranowski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

jfatek's Issues

[Security] Workflow build.yml is using vulnerable action s4u/maven-settings-action

The workflow build.yml is referencing action s4u/maven-settings-action using references v2.4.0. However this reference is missing the commit 5935b2506fdb5912d2dbbd167716193890e2fabd which may contain fix to the some vulnerability.
The vulnerability fix that is missing by actions version could be related to:
(1) CVE fix
(2) upgrade of vulnerable dependency
(3) fix to secret leak and others.
Please consider to update the reference to the action.

[Security] Workflow build.yml is using vulnerable action s4u/maven-settings-action

The workflow build.yml is referencing action s4u/maven-settings-action using references v2.4.0. However this reference is missing the commit 5935b2506fdb5912d2dbbd167716193890e2fabd which may contain fix to the some vulnerability.
The vulnerability fix that is missing by actions version could be related to:
(1) CVE fix
(2) upgrade of vulnerable dependency
(3) fix to secret leak and others.
Please consider to update the reference to the action.

PLC Connection

Hello.
I just started using this lib, and I try integrate JHipster and PLC device using this. I would like to ask if it's any possibility to connect with PLC device all the time? I saw in documentation that in connection params we cantype timeout connection param (deafult 5000). It means that every time when I send request from server, I must create new instance of connection and after recive data close the connection?
eg.:

try {
      fatekPLC = new FatekPLC(connectionParam);
      List<RegValue> list = new FatekReadDataCmd(fatekPLC, temperatureReg, 12).send();
      fatekPLC.close();
} catch (Exception e) {
	System.out.println("error during connection");
}

[Security] Workflow build.yml is using vulnerable action s4u/maven-settings-action

The workflow build.yml is referencing action s4u/maven-settings-action using references v2.4.0. However this reference is missing the commit 5935b2506fdb5912d2dbbd167716193890e2fabd which may contain fix to the some vulnerability.
The vulnerability fix that is missing by actions version could be related to:
(1) CVE fix
(2) upgrade of vulnerable dependency
(3) fix to secret leak and others.
Please consider to update the reference to the action.

support for FATEK proto over serial connection RS232/485

Hi!

It's stated that it's fairly easy to add support for additional transport methods. It would be nice if the jfatek have support for FATEK proto over serial connection.

Unfortunately, I'm not Java dev and could not help in implementation. I could help in testing. I'm building home automation based on openhab and Fatek PLC. Just want to use serial since it's much cheaper option.

Thanks for nice work!

[Security] Workflow pr.yml is using vulnerable action s4u/maven-settings-action

The workflow pr.yml is referencing action s4u/maven-settings-action using references v2.4.0. However this reference is missing the commit 5935b2506fdb5912d2dbbd167716193890e2fabd which may contain fix to the some vulnerability.
The vulnerability fix that is missing by actions version could be related to:
(1) CVE fix
(2) upgrade of vulnerable dependency
(3) fix to secret leak and others.
Please consider to update the reference to the action.

[Security] Workflow build.yml is using vulnerable action s4u/maven-settings-action

The workflow build.yml is referencing action s4u/maven-settings-action using references v2.4.0. However this reference is missing the commit 5935b2506fdb5912d2dbbd167716193890e2fabd which may contain fix to the some vulnerability.
The vulnerability fix that is missing by actions version could be related to:
(1) CVE fix
(2) upgrade of vulnerable dependency
(3) fix to secret leak and others.
Please consider to update the reference to the action.

[Security] Workflow pr.yml is using vulnerable action s4u/maven-settings-action

The workflow pr.yml is referencing action s4u/maven-settings-action using references v2.4.0. However this reference is missing the commit 5935b2506fdb5912d2dbbd167716193890e2fabd which may contain fix to the some vulnerability.
The vulnerability fix that is missing by actions version could be related to:
(1) CVE fix
(2) upgrade of vulnerable dependency
(3) fix to secret leak and others.
Please consider to update the reference to the action.

Ethernet module for Fatek

I have a question about the internet module for Fatek. There are available models FBs-CBE and FBs-CBEH ( the second one with web serwer). Is there any recomendation for jfatek library?

How to read counters and timers

Hello, great job, i have it working but i think i am not understanding something.
I have the following ladder program

screen

I thought it was possible to read C0 and T200 using something like:

List<Boolean> values = new FatekReadDataCmd(fatekPLC, DataReg.C(0), 1).send();

Forget the Boolean ... actually the question is how to properly read C0 and T200

Again, it is a great job ... and it is almost the only one i managed to get working.

I tried also with modbus, but i am not able to read data other than coils with it

Cheers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.