Giter Site home page Giter Site logo

Comments (1)

greg9504 avatar greg9504 commented on July 23, 2024 3

And here are the values:
image

How to define tag that references an IO message
Select Tag Type as Assembly I/O
image

When you do, there will be a drop down list of IO messages/tables to select from. Select one that you configured on the device setup panel previously.

You then need to define if this is a single bit or a 16bit word value that you want to read from the IO message and the offset of that bit/word. The offsets are 0 based. A bit value will have both a byte offset and a bit offset into the byte (0..7).

You then specify if tag will be used to read or write the value.

Explicit Messages
You can send Ethernet Explicit messages - message defined by Class/Instance/Attribute using getAttributeSingle/setAttributeSingle Ethernet/IP messages - to get and set values on the device.
image

Refer to your device manuals for explicit message Class/Instance/Attribute values. Enter the values, then chose whether this tag will be used for getting (getAttributeSingle) and setting the value or setting only (setAttributeSingle). There is a text field where you can enter HEX formatted (2 character, no 0x, spaces OK) string of bytes that should be appended to the message. This is useful if your device requires additional information beyond the Class/Instance/Attribute, otherwise leave this blank.

That covers using the plugin.

Notes:
I have tested with:
Banner Engineering XS26 Safety Controller (IO and Explicit get messages)
SEW MDX61B VFD (IO and Explicit get/set messages)
Rockwell Micro850 Simulator using Connected Components Workbench version 22.00 (Symbolic tags)

Looking for people to test with other devices. Hopefully someone with a Rockwell PLC.

If you know how to build from source you can find it here:
https://github.com/greg9504/FUXA/tree/ethernetipfull

from fuxa.

Related Issues (20)

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.