Search found 10 matches

by sunilhalvi
Tue Jan 04, 2022 2:14 pm
Forum: Prepar3D Professional Plus Client Application Questions
Topic: Zoom in/out doesn't work when Prepar3D run as IG(Image Generator)
Replies: 4
Views: 6831

Re: Zoom in/out doesn't work when Prepar3D run as IG(Image Generator)

Hi Clifton Crane,
Thank you for your help. Enabling all FOV flags did help now we can zoom in/out. We need one more help here. Enabling FOV made us obligated to provide appropriate FOV values in the view definition packet. could you please provide us with the default FOV values?
by sunilhalvi
Wed Dec 29, 2021 12:50 pm
Forum: Prepar3D Professional Plus Client Application Questions
Topic: Zoom in/out doesn't work when Prepar3D run as IG(Image Generator)
Replies: 4
Views: 6831

Zoom in/out doesn't work when Prepar3D run as IG(Image Generator)

Hi, I am using Prepar3D as IG. Prepar3D generates the images according to the CIGI packet which I send. However, the zoom function doesn't work when the CIGI host responds to SOF. Here is what I do Step1: Start Prepar3D, start IG(Networks->CIGI->Start IG). At this point, the P3D is sending SOF packe...
by sunilhalvi
Tue Dec 21, 2021 7:11 am
Forum: Prepar3D Professional Plus Client Application Questions
Topic: CIGI Crash when using P3D as IG
Replies: 9
Views: 32351

Re: CIGI Crash when using P3D as IG

Hi,
This post is to inform future readers if they are curious.
I solved this by assigning Entity type ID in the DISEntityTypes.xml file. Because I had not assigned any entity type ID in this file, the P3D IG had no clue about entity control packet I was sending.
by sunilhalvi
Tue Oct 26, 2021 12:47 pm
Forum: Prepar3D Professional Plus Client Application Questions
Topic: CIGI Crash when using P3D as IG
Replies: 9
Views: 32351

Re: CIGI Crash when using P3D as IG

Hi, mchriest, I am facing a similar issue, I have configured P3D to run as IG. I have my own CIGI host application. I am sending a view control packet and view definition packet every time I send a response to the IG's SOF. ViewID in CigiConfig.cfg is set to 0 and ViewID is set to 0 on both view con...
by sunilhalvi
Wed Oct 13, 2021 2:24 pm
Forum: Miscellaneous
Topic: Prepar3D run as IG(Image Generator) is not generating visuals
Replies: 0
Views: 4940

Prepar3D run as IG(Image Generator) is not generating visuals

Hi, I am trying to run Prepar3D as IG. I got Prepar3D to send CIGI packets to the host and Prepar3D receives CIGI packets sent by the host. The CIGI version used is 3.3. However, Prepar3D is not generating any visuals. I did some debug, I traced CIGI packets using Wireshark. I found that IG in its S...
by sunilhalvi
Wed Jun 10, 2020 9:52 am
Forum: Multiplayer Specific Questions
Topic: Wrong aircraft appears on Prepar3D in DIS network
Replies: 1
Views: 17001

Wrong aircraft appears on Prepar3D in DIS network

Hi All, We are working on a project where we Connect 2 prepar3D instances using DIS. Both instances of Prepar3D are running AT802 aircraft. The issue is after DIS connection is established Beech King Air 350 aircraft appears instead of AT802 in both Prepar3D instances. In other words, AT802 aircraft...
by sunilhalvi
Tue May 05, 2020 6:19 pm
Forum: Simulation Object Development Questions
Topic: How to get IDISManagerV450 in C# application.
Replies: 4
Views: 19716

Re: How to get IDISManagerV450 in C# application.

My primary aim is to obtain DIS IDs like entity ID, site ID, exercise ID e.t.c in a c# project which is already using simconnect.dll. As I didn't find any help from simconnect.dll, I started focusing on IDISManagerV450, which is a c++ interface class. So now, I want to create a c++ dll which will ca...
by sunilhalvi
Sun May 03, 2020 3:15 pm
Forum: Simulation Object Development Questions
Topic: How to get IDISManagerV450 in C# application.
Replies: 4
Views: 19716

Re: How to get IDISManagerV450 in C# application.

Hi Brady Butler, Thank you for your reply, I am working on creating a c++ dynamic library just for calling GetEntityIdByObjectId(). For achieving that I'm going through the Prepar3D website which explains working with PDK, there it is mentioned that " To register your SimObject class, you must ...
by sunilhalvi
Sat May 02, 2020 6:53 am
Forum: SimConnect Interface Questions
Topic: Can I get data related to federates participating in DIS simulation
Replies: 7
Views: 36439

Re: Can I get data related to federates participating in DIS simulation

Hi Clifton Crane,
How can I call APIs implemented in IDISManagerV450 from a C# project?
by sunilhalvi
Sat May 02, 2020 6:51 am
Forum: Simulation Object Development Questions
Topic: How to get IDISManagerV450 in C# application.
Replies: 4
Views: 19716

How to get IDISManagerV450 in C# application.

Hi all, I am working on a C# project which has progressed significantly. I need to retrieve DIS related data from simconnect such as entity Id, site Id e.t.c. I read a discussion in this forum which mentioned IDISManagerV450 to get DIS related data. How can I call APIs implemented in IDISManagerV450...