/** * @file UserAppThread.cpp * @author * @brief * @version 0.1 * @date 2026-07-03 * * @copyright Copyright (c) 2026 * */ #include "UserAppThread.h" #include "Axis.h" #include "FunctionBlocks.h" #include "MC_Power.h" int UserAppThread() { plcopen::MC_Power mcPowerInstance0() while(1) { } return 0; }