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

0
Answered

Custom UI button images

Cris 2 months ago in General Questions updated 2 months ago 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

Answer
Support 2 months ago

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
Declined

realvirtual.io simalution 2022 Error Version???

1305075976 2 months ago updated by Support 2 months ago 3

Image 1040

Answer
Support 2 months ago

Hi,


we tested and everything is as it should be.

Maybe you did not updated (downloaded the new package of 2022.10) in the package manager (Update Button in the top right corner of Pakackage manager). After Update you need to Import.

Best regards

Thomas

0
Not a bug

Simulation is freezing every 10 seconds

Cris 2 months ago in General Questions updated 2 months ago 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
Answered

Linear guides creates excessive friction

Cris 2 months ago in General Questions updated 2 months ago 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
Answered

Meta Quest 3 realvirtual documentation

jf9 3 months ago in General Questions updated by Support 2 months ago 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. 

Answer
Support 2 months ago

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
Not a bug

Gripper script stops working

Marco van der Stelt 3 months ago in realvirtual.io Starter and Professional updated by Support 2 months ago 2

When running the scene for extended periods of time we get the problem that the gripper script stops working. The sensor stop detecting MUs and it does not give any errors. Is there a problem in the background which comes up after running a scene for a long time?

0
Not a bug

IK Path could not complete the execution

haoyu yi (Hari) 3 months ago in realvirtual.io Starter and Professional updated by Support 2 months ago 3

Hi,

Now I have created two paths A and B using IK Path, when I repeat the signal quantity given to start for each path individually the paths can be executed correctly, but once I execute A and B alternately the paths are unreachable.

For example, I am using Signal Start to get path A to start moving, and Signal Ended to get if path A has finished executing. When Signal Ended is true for A, I start executing path B. It happens that path B can't finish execution and Signal Ended stays false.

This results in me not being able to control the robotic arm by itself to do the job I want to do, how can I solve this problem?

0
Answered

Using c# script to control logic

haoyu yi (Hari) 3 months ago in General Questions updated by Support 3 months ago 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.

0
Not a bug

Reading a NULL value causes disconnection

Ege 3 months ago in OPCUA4Unity updated by Support 2 months ago 2

Hello,

Every time a node I'm subscribed to is read as null, the client disconnects. The type of the node I'm trying to read is a float if that matters.

OPCUA Interface - Subscription with ClientHandle 78 Value Changed ns=2;s=NodeA Value [25,1]
OPCUA Interface - Subscription with ClientHandle 80 Value Changed ns=2;s=NodeB Value [140305,5]
OPCUA Interface - Subscription with ClientHandle 80 Value Changed ns=2;s=NodeB Value [140207,5]

OPCUA Interface - Subscription with ClientHandle 88 Value Changed ns=2;s=NodeC Value [NULL]

OPCUA Interface - Client Disconnected

This happens with any node, whenever a value is written as [NULL]

Any help would be appreciated about how to make it so that the program doesn't crash.

Thank you.

0
Fixed

OPC UA reconnects only once, Realvirtual professional

dgcrt 3 months ago in realvirtual.io Starter and Professional updated by Support 2 months ago 4

Good morning,

We are having problems with the OPC UA connection.

When the OPC server is turned off and on again the connection is reestablished correctly, but only once since startup, if the server disconnects a second time the connection is never reestablished.

How can we solve the problem?

Thank you.