Skip to content

Commit

Permalink
Support 32/64 bit
Browse files Browse the repository at this point in the history
  • Loading branch information
franklupo committed Oct 4, 2019
1 parent 34cf164 commit 05e6b7a
Show file tree
Hide file tree
Showing 21 changed files with 518 additions and 158 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"request": "attach",
"processId": "${command:pickProcess}"
}
,]
]
}
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ Be careful!

## General

The client is wapper of [LibTagPLC](https://github.com/kyle-github/libplctag) library.
The client is wrapper of [LibTagPLC](https://github.com/kyle-github/libplctag) library.

## Main features

- Open source
- Controller implementation
- Native Tag type INT8, UINT8, INT16, UINT16, INT32, UINT32, INT64, UINT64, FLOAT32, FLOAT64, STRING
- Custom class definition structure
- Manupulation local value variable
- Manipulation local value variable
- Read and Write with advanced result
- Time execution
- Status code
Expand All @@ -58,11 +58,12 @@ The client is wapper of [LibTagPLC](https://github.com/kyle-github/libplctag) li
- Decode Error **StatusCodeOperation.DecodeError()**
- Group interval read/write
- Event result Tag and TagGroup with result changed value
- Enable "Fail Operation Raise Exception"
- Value Manager directry modify
- Enable "Fail Operation Raise Exception" (default: false)
- Value Manager directly modify
- Bit manipulation
- Debug level
- Auto Read/Write when using value (default: false)
- Native support 32/64 bit for Windows/Linux

## Usage

Expand Down Expand Up @@ -139,7 +140,7 @@ Are possible to create any tag:
- CreateTagString
- CreateTagFloat32
- CreateTagFloat64
- CreateTagType specify type and name only, and automatcly calculated size from property or array
- CreateTagType specify type and name only, and automatically calculated size from property or array
- CreateTagType specify name,size,length for array
- CreateTagArray

Expand Down
Loading

0 comments on commit 05e6b7a

Please sign in to comment.