我试图在PC上运行TwinCat 3 XAR,在这里我需要超级V才能运行Azure IoT Edge (它使用超级V)。有什么方法可以运行XAR与超级V打开?有什么办法能把核心和超光速或其他东西隔离开吗?
发布于 2022-03-03 07:24:57
编辑2022年4月22日
有关此问题的完整教程,请参阅https://cookncode.com/twincat/2022/08/11/twincat-bsd.html。
有一种方法可以做到这一点。您可以通过在虚拟机中运行运行时而不是本地运行时来实现这一点。我是从这个编辑职位那里得到这个想法的。
为了使它发挥作用,我做了以下工作:
1. Follow the guide in the video, but skip the step where the firmware type is set.
2. Try to boot the VM. it will fail.
3. Open the .vmx file in the VM directory with notepad .
4. Find "firmware = "bios" and replace with "firmware ="efi"" and save. If this line doesn't exist, just add it somewhere.
5. It will now boot, and you can follow the guide in the video for the rest.先前的回答
我不这样认为。InfoSys提及
超五环境:
但他们也提到:
因此,也许有一些方法可以防止TwinCAT检测到超V环境.然而,这是我无法回答的事情。
https://stackoverflow.com/questions/71321786
复制相似问题