Skip to content

nu-soft/fs-iec-dt

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

F# IEC 61131-3 data types

ATM library only adds IEC 61131-3 data type aliases to F# aliases as follows:

BYTE uint8
WORD uint16
DWORD uint32
LWORD uint64
SINT int8
USINT uint8
INT int16
UINT uint16
DINT int32
UDINT uint32
LINT int64
ULINT uint64
REAL float32
LREAL float

About

IEC data type aliases for F#

Resources

License

Stars

Watchers

Forks

Packages

No packages published