mirror of
https://github.com/thiagoralves/OpenPLC_v2.git
synced 2025-05-09 00:21:11 +08:00
Added PiXtend 2S support
This commit is contained in:
parent
32d37fd41d
commit
b9ac19148d
@ -57,6 +57,10 @@ typedef double IEC_LREAL;
|
||||
extern IEC_BOOL *bool_input[BUFFER_SIZE][8];
|
||||
extern IEC_BOOL *bool_output[BUFFER_SIZE][8];
|
||||
|
||||
//Bytes
|
||||
extern IEC_BYTE *byte_input[BUFFER_SIZE];
|
||||
extern IEC_BYTE *byte_output[BUFFER_SIZE];
|
||||
|
||||
//Analog I/O
|
||||
extern IEC_UINT *int_input[BUFFER_SIZE];
|
||||
extern IEC_UINT *int_output[BUFFER_SIZE];
|
||||
|
Loading…
x
Reference in New Issue
Block a user