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

0
Beantwortet

Conveyor can run but the source always go down

Lgcontrol vor 2 Jahren in realvirtual.io Starter and Professional aktualisiert von Support vor 2 Jahren 3

Hello 

Question:Conveyor can run but the source always go down which parameter set wrong?

Image 496

Antwort
Support vor 2 Jahren

The colliders of the MU are not defined as they should. You can compare with the MUs in the Demo scene.

You need to have at least one box collider on an MU which is on the layer g4a_MU (see my sceenshot). This layer is working for transport collissions as well as sensor collissions.

Please also check:

https://game4automation.com/documentation/current/physics.html

The example MU in the demo scene is even more complicated. It has two colliders - one for the transport (like realistic rolling on the bottom - on the layer g4a_TransportMU) and one for the sensor on the layer g4a_SensorMU.

0
Wird überprüft

OPC UA connection with Rexroth ctrlX

benedikt mayenberger vor 2 Jahren in OPCUA4Unity aktualisiert vor 2 Jahren 6

Hi, we tried to create a simulation with G4A and OPCUA4Unity together with a Rexroth ctrlX as OPC UA server. But unfortunate the client doesn't want to connect. The ctrlX offers only secure Endpoints but the OPCUA4Unity doesn't accepts them. Is there a reason for that or could we configure the client to accept this?

Image 493

Image 494

Image 495

Antwort
Support vor 2 Jahren

Please try both - latest OPCUA4Unity and the version before. We replaced the full OPCUA basis library in latest release.

0
Beantwortet

Starter version didn't show game4Automation in the menu bar

Lgcontrol vor 2 Jahren in realvirtual.io Starter and Professional aktualisiert von Support vor 2 Jahren 3

Image 489

Antwort
Support vor 2 Jahren

We found the issue. Automatic install script had a bug. Is fixed in the latest release.

0
Beantwortet

Start as a engineering office with game4automation.

conwex vor 2 Jahren in General Questions aktualisiert von Support vor 2 Jahren 2

Hello all,

we are a modern and new design office near Mundelsheim, Ludwigsburg


We want to start with game4atuomation from February and I have a few questions about it.

Do we need from Unity only the basic version for ca.369 € per year?

Is there already a synchronization for Inventor?

Is there a module for the Raspberry Pi for programming?

Details what we want to do:

We offer our customers so-called Engineering Starter Kits and want to sell first designs for automation projects. In this first phase we do not create any programming or simulations but we want to create a video/animation of the design with Playmaker. Programming and simulation will be added in the next phase. Many of our customers then use these videos for sales and meetings and to make decisions. It's important that we have robots and conveyors available or that we can import them easily. Later in the project we are using the other function too.

Would you say all this would fit well with Game4Automation?

Details on www.conwex.de

Thanks a lot

Greetings

Jan


Antwort
Support vor 2 Jahren

Good morning,

I think this fits well vor Game4Automation. What do you mean with basic (369€) per year?

You need Unity Professional (about 150€ a month) and Game4Automation Professional (700€ for one license). You can import Inventor CAD data by exporting and importing them via STEP data format.

For the Rasperry PI what kind of a module are you looking for. We have implemented several industrial communication protocolls and if RasperrryPI is talking one of these protocolls communication with Game4Automation Signals would be also. Our source code is open so you could also implement your own custom interface to a rasperry pi.

You can also check our new FAQ if you have more questions:

https://game4automation.com/en/


Best regards

Thomas

0
Fertiggestellt

hi sir

tongtiangumu vor 2 Jahren in realvirtual.io Starter and Professional aktualisiert von Support vor 2 Jahren 1

Assets\game4automation\private\QuickToggle.cs(505,36): error CS0103: The name 'CADStatus' does not exist in the current context

Antwort
Support vor 2 Jahren

Are you using Professional. Please check your Scripting Define Symbols as described here:

https://game4automation.com/documentation/current/compilerdefines.html

If you are using Starter GAME4AUTOMATION_PROFESSIONAL should not be in the compiler defines.

0
Fertiggestellt

It has been unable to run successfully

547402064 vor 2 Jahren in realvirtual.io Starter and Professional aktualisiert von Support vor 2 Jahren 1

No Spacenavigator installed

UnityEngine.Debug:Log (object)

SpaceNavigatorDriver.SpaceNavigatorWindows:.ctor () (at Assets/game4automation/private/RuntimeUI/SpaceNavigator/Plugins/SpaceNavigatorWindows.cs:58)

SpaceNavigatorDriver.SpaceNavigatorWindows:get_SubInstance () (at Assets/game4automation/private/RuntimeUI/SpaceNavigator/Plugins/SpaceNavigatorWindows.cs:63)

SpaceNavigatorDriver.SpaceNavigator:get_Instance () (at Assets/game4automation/private/RuntimeUI/SpaceNavigator/Plugins/SpaceNavigator.cs:37)

SpaceNavigatorDriver.SpaceNavigator:get_Translation () (at Assets/game4automation/private/RuntimeUI/SpaceNavigator/Plugins/SpaceNavigator.cs:13)

SpaceNavigatorDriver.ViewportController:Update () (at Assets/game4automation/private/RuntimeUI/SpaceNavigator/Editor/ViewportController.cs:72)

UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()

Antwort
Support vor 2 Jahren

On which platform are you working. Please try deleting the full path

Assets/game4automation/private/RuntimeUI/SpaceNavigator

0
Beantwortet

HI

tongtiangumu vor 2 Jahren in realvirtual.io Starter and Professional aktualisiert von Support vor 2 Jahren 1

Image 488

Antwort
Support vor 2 Jahren

Hi, you seem to have errors in your project but I can`t see which errors. Based on the latest review on the Unity asset store (which might be from you) you might have multiple identic dlls in your project. This is normally if you are using multiple assets which are using the same dlls. You need to delete on of these duplicated dlls because they are only allowed to be once inside. O

0
Beantwortet

Importing Nodes and performance

TVSundt vor 2 Jahren in OPCUA4Unity aktualisiert von Support vor 2 Jahren 1

I just got started with OPCUA. I have a Siemens S7-1500 connected via ethernet cable. I can connect to it and read the nodes, but I can't import nodes via OPCUA Interface. I also did a test with GetAllSubnodes(topnodeid) and it found all 9 nodes it should.


My biggest issue however is using the data. If I use the recommended subscribe method, it is simply too slow (updates around 2 times a second). If I use the direct method I get the update speed, but fps tanks to unbearable with just 1 node.


How can I get better update rates with the delegate/subscribe method? (or any for that matter)


Unityversion: 2020.3.12f1 LTS

Antwort
Support vor 2 Jahren

Hi, OPCUA is by itself a very slow connection. It has much communication overhead and the S7 OPCUA server is also as far as I know limited to 100ms cycle time. If you need fast update rates you should use S7 TCP, this is much faster. So OPCUA is mainly usefull for HMI stuff but not for fast sensor and axis data.

0
Fertiggestellt

Codesys Robot kinematic controll

murdemon vor 2 Jahren in General Questions aktualisiert von Preliy vor 2 Jahren 14
Youtube video
Antwort
Support vor 2 Jahren

You can use RoboDK. 

0

Hello Thomas,I wish I could use ModbusTCP Client while I'm alive。

Hello Thomas,I can't connect unity to FX3U until now,I notice FX3U could be ModbusTCP Server,so I want try ModbusTCP client in unity。I wish G4A could have ModbusTCP client function,thank you Thomas。