How can I put into the WinCC OA a 3D model like in the Unreal Ungine? I have 3D model which might act in UE, and I want it to fetch data and logic for its actions from WinCC OA. Is it possible to put 3D model into WinCC OA and make it act, or if not, maybe there is a way to make interaction between WinCC OA and UE?
Can i connect winCC OA with Unreal Engine?
296 Views Asked by Max Popov At
1
There are 1 best solutions below
Related Questions in C++
- How to immediately apply DISPLAYCONFIG_SCALING display scaling mode with SetDisplayConfig and DISPLAYCONFIG_PATH_TARGET_INFO
- Why can't I use templates members in its specialization?
- How to fix "Access violation executing location" when using GLFW and GLAD
- Dynamic array of structures in C++/ cannot fill a dynamic array of doubles in structure from dynamic array of structures
- How do I apply the interface concept with the base-class in design?
- File refuses to compile std::erase() even if using -std=g++23
- How can I do a successful map when the number of elements to be mapped is not consistent in Thrust C++
- Can std::bit_cast be applied to an empty object?
- Unexpected inter-thread happens-before relationships from relaxed memory ordering
- How i can move element of dynamic vector in argument of function push_back for dynamic vector
- Brick Breaker Ball Bounce
- Thread-safe lock-free min where both operands can change c++
- Watchdog Timer Reset on ESP32 using Webservers
- How to solve compiler error: no matching function for call to 'dmhFS::dmhFS()' in my case?
- Conda CMAKE CXX Compiler error while compiling Pytorch
Related Questions in UNREAL-ENGINE4
- How to solve "Project is not configured" problem when opening the Unreal Engine project in CLion?
- UE4: CodeSign Failed, get-task-allow entitlement doesn't match
- Troubleshooting Unreal Engine Integration with Quiche Library for QUIC Client Development
- How to correctly Save & Load a Boolean variable in UE
- How can I add physics such as gravity to CAD files that are imported during runtime in Unreal Engine?
- Does rendering/baking get rid of any Antialiasing ghosting?
- Send image over UDP to Unreal Engine and load it there
- UE4.27 spectator crach
- Create TArray dynamically in Unreal Engine
- Unreal Engine 4.18 Lobby Browser List is region locked to steam download region
- Actor moves towards the wrong axis in UnrealEngine
- how to match android device of player with the device name in android benchmark data?
- (Unreal) How can I draw on a UI image?
- Emulated mouse clicks with Win32 API not registering with game application
- How do I convert my html game into an executable file?
Related Questions in SIEMENS
- How can I decode a Protocol Buffer that uses NanoPB?
- Networking 24 Siemens PLCs and controlling them remotely
- How to handle libnodave error message with Delphi?
- How do I recreate behavior similar to the "Cyclic" exit strategy in a method for Tecnomatix Plant Simulation using SimTalk 2.0?
- Connection with PLC Siemens 1500 CPU with python-snap7
- SimCenter constraints for a block on a surface and on a shaft
- How to read a JT file?
- Create Objects from variable name
- Best practice to serialize data into the long Data Block on Siemens Simatic S7-300 PLC
- WCCOA Siemens, Referencepoint
- Reading string from Siemens PLC using s7.net pulls new data along with old leftover
- Modbus data sent in JSON via MQTT to thingsboard
- Reading an array of UDT values from an ExtensionObject using the Python opcua library
- How to update image using web-service client API in Polarion?
- How to communicate between Pc c# and siemens RF260R using the Protocol3964R from siemens?
Related Questions in WINCC-OA
- How to run and stop a program via the system() function
- How to know which data point was trigged inside dpConnect()
- Which way can I put into WinCC OA data from external DB?
- Can i connect winCC OA with Unreal Engine?
- Integration 3D Interactive presentation widget problem
- How can i use system() with rxrepl in WinCC OA?
- How to align text in a header of QTableView in Qt using only CSS?
- Styling with QRadioButton and [type="..."]
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I guess one way would be to implement an External Widget Object (EWO). EWOs are based on Qt so you can implement everything you are able to implement in a QWidget object. The interaction between WinCC OA and the EWO is done by accessing the exposed properties and events of the EWO and with ctrl script.
The WinCC OA documentation contains a chapter about EWOs which is located under GEDI -> complex graphic objects -> EWO (External Widget Object).
In order to develop an EWO you need to install the API package. After that you will find example code and tools for development of an EWO under <wincc_oa_path>/api.