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

0
Answered

I Can't Find HMI Components and Demo

Reverse Kim 10 months ago in realvirtual.io Starter and Professional updated by Support 10 months ago 1

Hi, I bought 'realvirtual.io Digital Twin Professional 2021'.

whein I saw HMI components - realvirtual.io 

There are HMI Components  but, When I Downloaded on Asset Store There is no HMI Demo and Module.

how Can I Get this module?

0
Not a bug

Gripper script stops working

Marco van der Stelt 11 months ago in realvirtual.io Starter and Professional updated by Support 11 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) 11 months ago in realvirtual.io Starter and Professional updated by Support 11 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
Fixed

OPC UA reconnects only once, Realvirtual professional

dgcrt 11 months ago in realvirtual.io Starter and Professional updated by Support 11 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.

0
Fixed

Can't import nodes of Beckhoff OPC UA Server in Unity Editor

BatuOx4S 11 months ago in realvirtual.io Starter and Professional updated by Support 11 months ago 4

Hello,

I recently purchased realvirtual for Unity and I am trying to get familiar with the demo application.

For future projects it is necessary to keep up OPC UA connections with Beckhoff TwinCat PLCs and Siemens PLCs.

For now I work with a Beckhoff PLCs that runs demo code and a OPC UA server on it.

Connecting to the OPC UA Server with OpcWatch or UaExpert is no issue (security = None)

Image 1033


My Unity configuration looks like this:

Image 1034

However trying to connect in the Unity Editor results in the following error message.

Image 1035

I tried applying standard setting and also connecting to a local python opc ua server without success.

Connecting to the PLC with the TwinCATInterface object however worked well (for future applications a wireless connection on android devices are mandatory).


Unity Version:
2022.3.14f1

realvirtual version: release 2022.07 07. September 2023


I hope I delivered sufficient information.

Thanks in advance.

BatuOx4S

0
Answered

Suspend the use of paths built by IK

haoyu yi (Hari) 12 months ago in realvirtual.io Starter and Professional updated 11 months ago 5

Hi,

I created the path after building the robot using the IK component.

When I select the loop, it works the way I want it to.

But now my requirement is that I want it to be able to pause the movement after receiving a certain pause signal value and continue the movement after receiving a move signal value.

May I know how can I implement that functionality.

I see that there is a WaitForSignal property in the Script but it is read only, can I use this property? How can I use this property?

Image 1019

0
Answered

PATH IK and target problem

digitaltwin 1 year ago in realvirtual.io Starter and Professional updated by Support 12 months ago 7

I followed the inverse kinematics tutorial. I am using the ABB IRB 1300 robot. The issue I am having is that my robot's TCP is not aligned to the root. It is causing issues and when using the Path IK, the target is not showing (red dot) and the robot's not moving at all. My friend is also having a problem with the Path IK, the target was stated to be unreachable. 

0
Answered

area read Mode with DB

planti 1 year ago in realvirtual.io Starter and Professional updated by Support 1 year ago 2

Hello,

is there anyone who can explain, how I can get the data, when I use Area Read Write Mode in the S7 Interface? I tried to read form a DB, which worked well. So the connection to my CPD is OK.


Thanks 

0
Planned

Building to Android compiler error: Missing reference to SharedMemoryInterface in SharedMemoryInterfaceEditor

Henrik Nordlund 1 year ago in realvirtual.io Starter and Professional updated by Support 1 year ago 3

When switching build mode to Android, the SharedMemoryInterfaceEditor is still compiled but SharedMemoryInterface is not.

First line in SharedMemoryInterface:

#if UNITY_STANDALONE_WIN

First line in SharedMemoryInterfaceEditor:

#if (UNITY_EDITOR && !UNITY_EDITOR_OSX && !UNITY_EDITOR_LINUX)


Clearly, in android, the  SharedMemoryInterface is not declared but SharedMemoryInterfaceEditor is, leading to compiler error.

Work around: Change first line in SharedMemoryInterfaceEditor to:

#if (UNITY_EDITOR && UNITY_STANDALONE_WIN && !UNITY_EDITOR_OSX && !UNITY_EDITOR_LINUX)

Answer
Support 1 year ago

Thanks a lot - which version are you using. In the current release we are able to build to Android? The compiler define  of your work around is a solution - in current release it should be solved by the assembly definition.

0
Declined

Nothing happens after clicking import package from package manager

Dan 1 year ago in realvirtual.io Starter and Professional updated by Support 1 year ago 3

Hello. Using unity 2022.3 LTS i clicked first download and then import. Some meters are running, but in the end nothing happens.

2.JPG

3.JPG
4.JPG
1.JPG