Teilen Sie Ihre Erfahrunge und Wünsche mit uns und anderen Usern!

0
Beantwortet

Webgl Export wird in WinCC Unified nicht angezeigt

thilo weinbrenner vor 1 vor einem Jahr in General Questions aktualisiert von Support vor 1 vor einem Jahr 2

Projektierung

Hallo, ich habe das Demoprojekt von Realvirtual.io als Webgl 1 exportiert und möchte es als Custom Web Control in WinCC Unified einbinden. Die Schnittstelle ist erstmal egal, weil es im DemoModus läuft.

In Projektierungsmodus kann ich das Modell auch sehen. In der Runtime kommt leider ein weißes Fenster mit einem kleinen "Sorry" Icon oben links in der Ecke

Image 1143

0
Beantwortet

An error message occurred during WebGL packaging

haoyu yi (Hari) vor 1 vor einem Jahr in General Questions aktualisiert von Support vor 1 vor einem Jahr 2

Hello,

I'm trying to package the webgl project now, but after I deleted the relevant folder as required, the build still gets the error, please how can I fix it.

Image 1135

Building Library\Bee\artifacts\WebGL\build\debug_WebGL_wasm\build.js failed with output:
emcc2: error: '"D:/Program Files/2021.3.32f1c1/Editor/Data/PlaybackEngines/WebGLSupport/BuildTools/Emscripten/binaryen\bin\wasm-opt" --strip-dwarf --post-emscripten --no-exit-runtime -O3 --low-memory-unused --zero-filled-memory --strip-debug --strip-producers Library/Bee/artifacts/WebGL/build/debug_WebGL_wasm/build.wasm -o Library/Bee/artifacts/WebGL/build/debug_WebGL_wasm/build.wasm --mvp-features' failed (3221226505)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)

BuildFailedException: Incremental Player build failed!
UnityEditor.Modules.BeeBuildPostprocessor.PostProcess (UnityEditor.Modules.BuildPostProcessArgs args) (at :0)
UnityEditor.WebGL.WebGlBuildPostprocessor.PostProcess (UnityEditor.Modules.BuildPostProcessArgs args) (at /Volumes/jenkins1/sharedspace/ra_2021.3/PlatformDependent/WebGL/Extensions/Unity.WebGL.extensions/BuildPostprocessor.cs:179)
UnityEditor.Modules.DefaultBuildPostprocessor.PostProcess (UnityEditor.Modules.BuildPostProcessArgs args, UnityEditor.BuildProperties& outProperties) (at :0)
UnityEditor.PostprocessBuildPlayer.Postprocess (UnityEditor.BuildTargetGroup targetGroup, UnityEditor.BuildTarget target, System.Int32 subtarget, System.String installPath, System.String companyName, System.String productName, System.Int32 width, System.Int32 height, UnityEditor.BuildOptions options, UnityEditor.RuntimeClassRegistry usedClassRegistry, UnityEditor.Build.Reporting.BuildReport report) (at :0)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&)

0
Beantwortet

Help doing a basic project.

G Tardio vor 1 vor einem Jahr in General Questions aktualisiert von Support vor 1 vor einem Jahr 6

I want to do a project that looks like the demo, but i have tried to do it modifying the demo but i have no clue. I am looking on how to do a conveyor with a sensor at the end. I want to make two sources, two cans with different heigts, one one (i would like to make them appear random, but that i will try to do it further along the project since i guess is harder). Then the ones that are high enough to make the sensor go on, to grap them and put them on a parallel conveyor. When a can touches the first conveyor, i want the conveyor to stop until it is picked up. 
later on, i would like to connect this to a plc siemens, so i would like to get started this project by projecting it on this goal (meaning to put the sensor as an output, something like that)
I am looking for help to put me in the path on completing the project because i do not know how to start and i have watched the tutorials. Any help is appreciated.
thank you

0
Beantwortet

VIETNAM-ALREADY CONNECTED PLC S71200 BUT CANNOT EXCHANGE DATA BETWEEN PLC AND UNITY

Jackson Pham vor 1 vor einem Jahr in General Questions aktualisiert von Support vor 1 vor einem Jahr 1

Dear friends.

I already connected PLC S7-1200 and Unity sucessfully.

However, There is no data signal exchanged between PLC (Tia Portal) and Unity.

Please help to find out and solve this problem.

Your prompt support will be highly appreciated.

My test: Turn on the light from Unity via Plc S7-1200.

Antwort
Support vor 1 vor einem Jahr

Hi,

please check if everything is configured well, specially:

- Prevent collissions with real inputs 

- Configure the PLC like described here: https://doc.realvirtual.io/components-and-scripts/interfaces/s7-tcp#configuring-the-plc 

Best regards

Thomas

0
Beantwortet

AR Support for Apple

bbbarie vor 1 vor einem Jahr in General Questions aktualisiert von Engin Gülgör vor 1 vor einem Jahr 2

Is the AR experience compatible with the Apple Vision Pro as advertised on the website, or is support still pending as stated in the documentation?

0
Beantwortet

Custom UI button images

Cris vor 2 Jahren in General Questions aktualisiert vor 2 Jahren 2

Hi,

I am trying to use my own images for button-off and button-on states.

But I can associate only the image for button-on. 

The image for button off remain as default.

Is there something I can modify on the UIButton script?


Thanks

Antwort
Support vor 2 Jahren

Hi,

The images for the UIButton are automatically set according to the color defined in the UIButton component. Currently, using alternative images is not supported. However, HMI buttons from Professional/HMI can be utilized, allowing the definition of custom images. If Professional is not available, Unity UI components can be used in the current panels.

0
Not a bug

Simulation is freezing every 10 seconds

Cris vor 2 Jahren in General Questions aktualisiert vor 2 Jahren 2

Hello,

my simulation is freezing every 10 seconds, even with quality set to Very Low.

This happen in two different projects. What can I check to eliminate this problem?

Thanks!

0
Beantwortet

Linear guides creates excessive friction

Cris vor 2 Jahren in General Questions aktualisiert vor 2 Jahren 2

Linear guides


Hello,

I have some problem with conveyor linear guides (see attached file).

Linear guides seems to create some friction on the boxes. Is there a way to set linear guides as 'slippery'?

0
Beantwortet

Meta Quest 3 realvirtual documentation

jf9 vor 2 Jahren in General Questions aktualisiert von Support vor 2 Jahren 3

Hey everyone.

I'm trying to implement a Meta Quest 3 in Unity with realvirtual. Is there any documentation available? I think I saw some when I was on your documentation website but the page can not be found anymore. 

Antwort
Support vor 2 Jahren

The documentation for developers is here:
https://doc.realvirtual.io/advanced-topics/mixed-reality-with-meta-quest3

We will soon release (in about 4 Weeks) a special Unity Package (realvirtual.io Imverse) bringing some special things which makes it really easy to place realvirtual.io Models into an AR environment on the MetaQuest3.

0
Beantwortet

Using c# script to control logic

haoyu yi (Hari) vor 2 Jahren in General Questions aktualisiert von Support vor 2 Jahren 2

Hello,

I'm currently using c# scripts to control the logic of my scenes, but I'm having some problems.

My question is for the PLCOutputBool and PLCInputBool signal classes how the values change when the state changes.


For example, the PLCOutputBool class contains the Status property and the Value property, which in turn contains some value properties:

public StatusBool Status;

public struct StatusBool
{
public bool Connected;
public bool ValueOverride;
public bool Value;
[HideInInspector] public bool OldValue;
}


In your example script, I noticed that the value under PLCOutputBool is modified. However, during my debugging, I found that changing the Status.ValueOverride is required to alter the signal value of my PLCOutputBool.