jkatz098 Posted February 9 Report Posted February 9 I can get the radar.bin file to send to one computer at a time, but I need it to be sent to two different computers. I found if I have to lines of the same task to different locations, it only seems to trigger the first line. Is there anyway to have the file sent to both locations? ASNwxRadarPath=\\B777engineb\wx\radar.bin ASNwxRadarPath=\\DESKTOP-CGKE753\Sim-Avionics\WX\radar.bin 48984 Starting WideServer now ... 49015 ASN active function link set 49015 Ready for ActiveSky WX radar with additional data 49062 ... Creating WxRadar binary file as: 49062 \\B777engineb\wx\radar.bin 50203 Advanced Weather Interface Enabled 53062 Weather Mode now = Theme
John Dowson Posted February 10 Report Posted February 10 21 hours ago, jkatz098 said: Is there anyway to have the file sent to both locations? ASNwxRadarPath=\\B777engineb\wx\radar.bin ASNwxRadarPath=\\DESKTOP-CGKE753\Sim-Avionics\WX\radar.bin Not via FSUIPC. Only one of those ini parameters will be read. Normally you would write the file to a networked drive if you wanted it to be accessed from multiple PCs. If you wanted it copied to multiple locations, you could maybe trigger a lua script after the file was generated which could call the OS to copy the file.
jkatz098 Posted February 13 Author Report Posted February 13 Thanks John I assumed that would be the case
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now