This is a simple example showing that you can program the Makeblock products with Codesys - industrial IEC 61131-3 PLC programming. In the example we use the Me Line sensor to send information to the ...
static const uint8_t g_ip_address[4] = {192, 168, 0, 1}; static const uint8_t g_netmask[4] = {255, 255, 255, 0}; static const uint8_t g_gateway_address[4] = {192, 168 ...