×

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

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

0
Started

Found bug in MeasureRaycast.cs

Luke 4 weeks ago in realvirtual.io Starter and Professional updated by Support 3 weeks ago 2

I found and fixed a bug in the MeasureRaycast.cs script. Originally the "Raycast to Layer" setting would not work. I replaced the following lines.

layermask |= (1 << LayerMask.NameToLayer("RayCastToLayer"));
layermask = ~layermask;

With this

layermask = 1 << LayerMask.NameToLayer(RayCastToLayer);

And it seems to work now. Just posting for others in case they have the same issue.

Answer
Support 3 weeks ago

You are right - thanks a lot for reporting. Will be fixed in next release.

0
Not a bug

OPC UA PLC RECONNECT

Virgar Poulsen 1 month ago in realvirtual.io Starter and Professional updated by Support 2 weeks ago 3

If the PLC is disconnected, the application hangs/crashes. 

0
Declined

Regarding the issue of importing step from CADLINK

ZhangFengMing 2 months ago updated by Support 2 months ago 2

When importing step using CADLINK, "Set and create materials" has been clearly checked. However, after clicking "Import CAD File", this prompt still pops up. If the import continues, the program will crash.

Image 1324

Image 1323

0
Not a bug

Installation hangs on PLCInputFloat Icon.png

wilbert blom 3 months ago in realvirtual.io Starter and Professional updated by Support 2 months ago 2

When installing RealVirtual Pro from Package Manager the installation hangs on PLCInputFloat Icon.png when the HelloWindow appears. If I close the HelloWindow the installation continues.

Image 1322

0
Answered

PLC Input an PLC Output are disabled when pressing play

wilbert blom 3 months ago in realvirtual.io Starter and Professional updated by Support 3 months ago 1

I use RealVirtual starter. I have added the S7Interface to my Unity project. I have created a softplc with OpenPLC with a very simple program 

Image 1315

When I run it it works: values become true. 

Image 1321





I compiled it to a runtime that also works.

Image 1316

I have switched on S7 protocol for the softPLC

Image 1320




I can connect from Unity to the softplc

Image 1317


I have added the two signals to Unity

Image 1318


Image 1319

When I press Play in Unity the connection is made to the softPLC butboth PLC scripts are disabled.

Why is this ?

0
Not a bug

Transport Surface - Issue with "Change Constraints on Enter / Exit"

Luke 4 months ago updated by Support 3 months ago 4

I am having difficulty with changing constraints on enter/exit of a transport surface. I get the following errors in runtime. 


NullReferenceException: Object reference not set to an instance of an object
realvirtual.TransportsurfaceCollider.OnCollisionEnter (UnityEngine.Collision other) (at Assets/realvirtual/TransportsurfaceCollider.cs:29)
UnityEngine.Physics:OnSceneContact(PhysicsScene, IntPtr, Int32)

NullReferenceException: Object reference not set to an instance of an object
realvirtual.TransportsurfaceCollider.OnCollisionExit (UnityEngine.Collision other) (at Assets/realvirtual/TransportsurfaceCollider.cs:41)
UnityEngine.Physics:OnSceneContact(PhysicsScene, IntPtr, Int32)

Now for the strange part, the transport surface IS correctly setting the constraint on enter (Freeze position x in my case), but this constraint does not get removed on exit. I do have "Change constraints on exit" set to true and "none" set for the constraints exit. In the "Loaded Part" list in the transport surface, there are no objects listed in runtime even though there are game objects on the transport surface. 


Has anyone else ran into this issue before? Seems weird that I am getting that error on enter, but the constraint is still getting set correctly. 

0
Under review

How to tell wether a Path finished?

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

Hello,

I am currently working on a script that allows me to program linear movement (7th axis) for an IK robot between IKPaths. The script starts a drive destination after a Boolean is set or when a path has finished. After the linear movement, it either sets a signal or starts another path. Everything is working fine, but to check whether an IKPath has finished, I would like to use something like IKPath.PathIsFinished. However, this value does not seem to be set anywhere, even though it appears in the status bar of the IKPath inspector window.

Image 1311

I considered adding a line to the CheckNextTarget function, but ideally, I would prefer not to modify the realVirtual scripts directly:

Image 1313

Is this a bug? The value should be set somewhere...

Best regards,
Nico

0
Planned

Questions about Modbus TCP connection to Siemens 200smart

ZhangFengMing 4 months ago updated 3 months ago 4

May I ask if your company has launched the modbus client access function? I need to enter an IP and PORT to access Siemens 200smart PLC.

0
Fixed

https://game4automation.com/documentation/current/opcua.html Error:Seite nicht gefunden""

wilbert blom 4 months ago in OPCUA4Unity updated by Support 4 months ago 2
0
Under review

Guided MUs not rotating on Guided transports in Unity 6

Alexander Andreasson 4 months ago in realvirtual.io Starter and Professional updated by Support 4 months ago 4
Youtube video

After upgrading to Unity 6 LTS, the MUs are no longer rotating on turn surfaces while following a Guided Transport, however if I go back to unity 2022 it is working as intended, what could be causing this?



Senden Sie uns Ihr Feedback

Wir hören zu und setzen Ihre Ideen um.
0
Started

Found bug in MeasureRaycast.cs

Luke 4 weeks ago in realvirtual.io Starter and Professional updated by Support 3 weeks ago 2
0
Under review

How to tell wether a Path finished?

Nico 4 months ago in realvirtual.io Starter and Professional updated by Support 3 months ago 2
0
Answered

What method of IK is used here? DH method or something?

hjl 8 months ago updated by Support 4 months ago 6
0
Answered

Robot IK Path (Target 0) Program - Not reachable

Seokhyun Lee 8 months ago in realvirtual.io Starter and Professional updated by Support 4 months ago 3
0
Planned

Fehler bei Kuka .step datei import

corusm 8 months ago in CADLink updated by Support 4 months ago 2
0
Answered

Enquiry About the twin pack bottlecapper

Mohit 7 months ago in OPCUA4Unity updated by Support 4 months ago 2
0
Answered

Bag is not moving with RGV

Kantale 7 months ago updated by Support 4 months ago 2
0
Answered

Questions about the use of s7 PLC

ZhangFengMing 6 months ago updated by Support 4 months ago 2
0
Answered

Unable to enter in playmode. How to remove this compile errors?? Please look into my problem.

Kantale 7 months ago updated by Support 4 months ago 2
0
Answered

Ethernet IP not connecting, Allen Bradley PLC

Kjell Arne Vebenstad 7 months ago in General Questions updated by Support 4 months ago 5
0
Answered

IK Limits

OferZ 6 months ago updated by Support 4 months ago 3