Teilen Sie Ihre Erfahrunge und Wünsche mit uns und anderen Usern!
Downloaded version mismatch
Hello,
I selected version 6.3.3-9052 for download, but upon importing the downloaded file locally, the actual version turned out to be 6.3.3-9028.
Similarly, when attempting to download version 6.0.12-8862, the file I received was 6.0.12-8592.
I have verified this behavior through multiple tests, and the results were consistent each time; other users have also reported this issue.
I look forward to receiving a reasonable explanation from the official team.

RealVirtual I.O Digital Twin Professional version 6 vs 6.3
Dear,
I purchased and am currently using RealVirtual I.O Digital Twin Professional version 6.
Recently, when I tried to update my Unity project to version 6.3,
I discovered that RealVirtual I.O Digital Twin Professional version 6.3 must be purchased separately.
I have two questions.
1) Do users who purchased RealVirtual I.O Digital Twin Professional 6.0 have to pay to purchase version 6.3 again?
(Is there no policy for upgrade costs rather than new purchases?)
2) Could you please tell me the key feature differences between RealVirtual I.O Digital Twin Professional 6.0 and 6.3?
Thanks.
Best regards,
Seokhyun Lee

uninstall
나 installed tool in Unity6.
but I Can't UnInstall.
피lz Tell me how to Uninstall this.
PLCSimAdvancedCoupler.exe
Hi, when I try to run PLCsimAdvance and configure it, the same error appears as on SS and, the PLCSimAdvancedCoupler.exe download page does not exist.

Please kindly help out. my digital twin starter 6.3 is getting stuck when played. I cant zoom, i can/t change view. the robot does not pick the object off the belt. i just installed Unity. so pretty new
IO.Input.Machine.bMachiningFinished ist becomming true
Hi,
I'm using the TwinCAT CNC Demo. The first part of the sequence works fine. The robot takes the part, puts it into the machine and the machine starts.
However it never ends. The IO point IO.Input.Machine.bMachiningFinished never becomes true?
Does anyone have an idea about this?
Thx!
Werner
Modbus client support
Hi RV.IO-Team,
I’m currently testing Modbus communication between a Siemens S7-1514 (MB_SERVER) and realvirtual.io.
The TCP connection works and the client connects successfully, but the ModbusInterface script never populates the internal register arrays (e.g. outputregisters). Because of that the signals never receive values.
In the documentation I saw the note:
“Currently realvirtual.io can only be used as a Modbus master. Client support will be added in one of the next releases.”
Does this mean the polling/reading functionality is not fully implemented yet, or is there a recommended setup for reading holding registers from a PLC?
I would like to use Modbus for simulating valves and sensors in a digital twin, so knowing the intended workflow would help a lot.
Best regards
Andreas
6.3 version problem with S7 TCPIP
Hi all!
I am using the latest reavirtual. However, I am having problems with S7 TCPIP because the component displays "waiting to connect" and other error messages, and communication with S7-1200/1500 does not work, although it works with version 6.0.3. What could be the problem and what could be the solution? Thank you in advance for your hel
realvirtualController CPU 500ms+
1.realvirtualController CPU 500ms+
private static void PreFixedUpdateCallback()
{
_fixedUpdateFrameCount++;
for (int i = 0; i < _preFixedUpdateHandlers.Count; i++)
{
if (_preFixedUpdateHandlers[i] != null)
{
try
{
_preFixedUpdateHandlers[i].PreFixedUpdate();
}
catch (System.Exception e)
{
//The performance analyzer determined that the `Object.FindFirstObjectByType()` call was taking more than 150ms++, so it was moved inside the catch block to avoid errors on every refresh.
var controllerInstance = Global.realvirtualcontroller ?? Object.FindFirstObjectByType();
Logger.Error($"Error in PreFixedUpdate: {e.Message}", controllerInstance);
}
}
}
}
//! Callback executed after FixedUpdate
private static void PostFixedUpdateCallback()
{
for (int i = 0; i < _postFixedUpdateHandlers.Count; i++)
{
if (_postFixedUpdateHandlers[i] != null)
{
try
{
_postFixedUpdateHandlers[i].PostFixedUpdate();
}
catch (System.Exception e)
{
//The performance analyzer determined that the `Object.FindFirstObjectByType()` call was taking more than 150ms++, so it was moved inside the catch block to avoid errors on every refresh.
var controllerInstance = Global.realvirtualcontroller ?? Object.FindFirstObjectByType();
Logger.Error($"Error in PostFixedUpdate: {e.Message}", controllerInstance);
}
}
}
}
2.The bug in the MQTT code has been fixed in the reply.
MQTT IN/OUTPUT ERROR [Repair] / realvirtual.io Forum / realvirtual.io (formerly game4automation)
Customer support service by UserEcho
