lpcmanager
Clone
Summary
Browse
Changes
Graph
HMI:VarSync widget to sync between PLC and HMI local variable, to use for languages.
4 months ago, Dino Kosic
bf2692c05bba
HMI:VarSync widget to sync between PLC and HMI local variable, to use for languages.
#include <sys/ioctl.h>
#include <unistd.h>
#include <fcntl.h>
#include "beremiz.h"
#include "rt_smt_right.h"
static readBuf_t rightReadBuf;
static writeBuf_t rightWriteBuf;
static busInit_t rightBusInit;
static int rightbusfd = -1;