#visual pc
1 messages · Page 1 of 1 (latest)
mobiflight needs to be running on the same pc as xplane it does not support sending datarefs & commands over the network
sending daterefs from main (UDP) i manage to send seat belts and no smoking switch position to visual pc so looking for ideas how to send everything else...
Your second PC is a slave to your main PC?
yes
And you've got the same aircraft loaded on both PCs? You're saying that controlling a function on the main PC (light lights) isn't also happening on the slave PC?
yes
only seat belts and no smoking are synchronized nothing else...
I had to do it manually with the "send data out" (network tap)...
That's very strange. The master should be sending all changes to datarefs to the slave.
maybe because is ff767 dataref is not sent straight foward only can send general ones...
dunno still looking for ideas
actually i'm running cockpit concept cards for original gauges from a 3rd pc and didn't need to do anythings just put ip address on cockpit concept software and it read all from main pc...
We can close this one, I solve my issue with 2 python scripts one for sending needed dataref to visual and other to read and execute them…