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

0
Answered

TwinCat HMI Interface | Error in Connection

Andrea 4 months ago in General Questions updated by Support 3 months ago 7

Hallo!
Ich wollte wissen, ob jemand Erfahrung im Umgang mit dem TwinCat HMI Interface hat, insbesondere mit Einstellungen die man eventuell im TwinCat Projekt vornehmen muss. 
Ich habe zur Zeit das Problem, dass ich mit dem realvirtual TwinCat HMI Interface keine Verbindung zu meinem HMI Server herstellen kann. Über TwinCat ADS klappt es. 
TwinCAT HMI | realvirtual.io User Documentation Die Einstellungen die hier vorgegeben werden, sind bei mir genauso. 
Deswegen frage ich mich, ob es vielleicht an Einstellungen in meinem TwinCat Projekt liegt, also z.B. SSL/TLS verwenden oder nicht usw. 

0
Declined

IL2CPP erro

zhang kang 4 months ago updated by Support 4 months ago 4

Exception: IL2CPP error for method 'UnityEngine.Quaternion game4automation.IKCalculator::(UnityEngine.Quaternion)' in assembly 'D:\ZhangKang\IA_dev\Temp\StagingArea\Data\Managed\ikcalculator.dll'

System.NullReferenceException: Object reference not set to an instance of an object.

my unity version is 2020.3.33。 I've been dealing with this problem for too long and don't know what to do。please help me

0
Answered

Difference between grip (script) and fixer

Andreas 4 months ago in realvirtual.io Starter and Professional updated 4 months ago 10

Hi,

first I would like to tell that I really like realvirtual.io and and simulation possibility and openness it provides. But at the same time it's often so frustrating because it's kinda challenging.

Now I got the following problem.

I want to use the new fixer pick and place function in IKTarget.

Image 1168

I have two robots and a round table with 4 grip scripts.

Overall view:

Image 1171

Robot A takes the MU with fixer pick and places it on the RT. The RT picks it up with a grip script and it's fixed by the gripper. 

Image 1169

But robot B can't pick up the MU from the round table. It seems to fail because of this code line in fixer script:

Image 1172


If I delete this line than the pick up by robot A isn't working because for some reason the fixer script of robot A does list the MU two times in MUS Entered. (I guess it's the reason)

2 Questions:

1. Where is the difference between grip and fixer?

2. How can I make the pick up work by robot b fixer pick?

Best regards

Andreas

Answer
Support 4 months ago

In the scenario you described, it seems that the MUs are being simultaneously gripped by two different components. This isn't supported or intended behavior. Typically, when something is gripped or fixed, it becomes a child of the gripper or fixer, following its position. If Gripper A moves while Gripper B is still gripping, there’s a conflict—who will control the movement?

This is likely why your case 3 isn't working. Such a setup could lead to unexpected behavior, potentially causing collisions or damaging other elements that rely on the Grip/Fixer system. I recommend developing a custom gripper tailored to your specific needs to avoid these issues. But we are taking this into account if we think  about reengineering Grip or Fixer in the future.

I will also extend our documentation to make sure that it is clear that gripping one part by two Fixer or Grip is not supportet.

0
Answered

How to set correct position for roatation kinematic on axis

eb-amp 4 months ago in realvirtual.io Starter and Professional updated by Support 4 months ago 1

While trying to setup the demo robot I have found that you must manually place the drive in the dead centre of the axis for the point of rotation although it seems extremely hard and inefficient to have to manually set this and try get right?

Image 1167

Is there any methods or tools to use to get the point of rotation in the dead centre, I will put some photos to try visualise

Image 1166

what I mean

Image 1165

0
Answered

plc input disappear in

Cris 4 months ago in General Questions updated by Support 3 months ago 2

Hello,

I created a Measure Raycast and linked with PLC Input Float, but when I start simulation the tag disappear and does not

communicate with PLC.

How can I fix?

Thanks!

Image 1162


Image 1164

0
Answered

parts4cad

klarke 5 months ago in Parts4Cad updated by Support 5 months ago 2

why no pasts4cad now

0
Answered

Handing over MU between two grippers

Andreas 5 months ago in realvirtual.io Starter and Professional updated by Support 3 months ago 4

Hi,

how to solve the following problem in handing over situations:

- gripper 1 grips MU. MU is now attached to gripper 1

- some transfering is done

- gripper 2 grips MU. MU is gripped by gripper 1 and gripper 2. MU is now attached to gripper 2


If gripper 2 opens now, the MU is no longer attached to gripper 2 and falls down. 

What I want to achieve is:

Gripper 1 is still closed and the MU should now be attached to gripper 1 again. 


How can I solve this? 

0
Completed

About the most package

ZhangFengMing 5 months ago updated 5 months ago 2

您好,由于我更新  Professional 2022.15版本后报错,项目无法正常进行下去,并且unity包管理器里面没有历史版本下载2022.13,导致我无法进行工作,我已经给邮箱发送我的发票号但是没有收到关于Professional 2022.16 and Simulation 2022.16回复, 请您有空发送邮箱给我2022.13或2022.16的Professional和Simulation 的包。

十分感谢。

0
Answered

Error in Script "NaughtyInspector.cs". What can I do?

Andreas 5 months ago updated by Support 4 months ago 3

Hello,

suddenly after updating from 2022.13 to 2022.15 in console appears the following error messages:

Image 1160

What can I do to find out where the problem is?

I am not 100% sure if it's exactly after the update BC I also did some own changes.

0
Answered

Drag and drop MUs by mouse navigation in game mode

Andreas 5 months ago in realvirtual.io Starter and Professional updated 5 months ago 4

Hello,

is there a easy way or can somebody provide suggestions how to move MUs in game mode with mouse navigation same as possible in scene view?