Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - quepsi83

Pages: [1] 2
1
FAJS ICAO identifier was replaced by FAOR ICAO identifier years back.

Flying into FAOR a few months ago generated a PENALTY of NOT LANDING AT THE CORRECT AIRPORT.   Looking through the airports table I realized that FAOR (Correct ICAO ID) had a completely wrong airport name and possibly incorrect lat/lon.   Further checking on FAJS showed a correct airport name.  So, I deleted the problem causing FAOR row from the table then replaced the incorrect IACO of FAJS with FAOR.

I've just completed a rotation from EDDF - FAOR... landed at FAOR... shut down the MD11 at the gate... filed the pirep... got the validation email then viewed the ACARS report only to find a PENALTY for landing at the NOT CORRECT AIRPORT.

The Map shows the MD11 sitting at FAOR (Correct)... The MD11 has been relocated to FAOR and I'm at the Hilton off the Airport relaxing in Johannesburg.

I'm not that smart to make this shiznt up.  Time for a Corona with a lime wedge.

Cheers,

Keith



2
Ok. The topic says it all.  And I've looked at VAM code and recognize where this situation is coded.   Here is a simple snippet I copied off Google's KB relevant to how the Map operates...

SAMPLE JS
=======
{
  var uluru = {lat: -25.344, lng: 131.036};

  var map = new google.maps.Map(document.getElementById('map'), {
    zoom: 4,
    center: uluru
  });

}
=======
END SNIPPET

Clearly center: uluru contains the instruction CENTER and the POSITION where to center  "uluru' - the variable - is hard coded in this example.  It's the same construct as I see in VAM's code.... except that the lat/lon to center on is DEPARTURE ICAO.

However.. as I look at the FLIGHTS DATA Tab of SIMACARS - during a flight - LAT and LON are constantly updating. The new thought is...

a) Is it possible to capture LAT/LON from SIMACARS during a flight and use that constantly updating lat/lon data to drive the map and display the plane icon?
b) Is the databse TABLE "vam_track" an adequate source of CONSTANTLY UPDATING LAT/LON?
c) In my VAM... that table contains 31,433 records as of a few minutes ago... is this table updated at pre-determined intervals?
d) Is there anyone out there that can shed some light  on what's happening on the backend?

Using a comparison of projectFLY's live flights map... its functionality is 100% what I'd like to achieve for myself and the good of ALL VAM users.  Can I get a witness???

Cheers,

Keith


UPDATE:

After watching the latitude and longitude columns in VAM_LIVE_FLIGHTS table over a 30 minute spread, these two columns are being updated by SIMACARS. So, a focused direction now exists...

Cheers,

Keith

3
Support for Installation / HTTPS / SSL - Will SIMACARS have problems?
« on: July 29, 2018, 07:17:48 PM »
This is a response from USER: Sophie I managed to find on the forum... having to do with getting VAM to point to HTTPS instead of HTTP.

COPY OF RESPONSE
==============

Geroma76

    Jr. Member
    **
    Posts: 89
        View Profile Personal Message (Offline)

Re: Website problem
« Reply #1 on: June 25, 2018, 08:52:55 AM »

    Quote

Hello Thomas


I assume you have changed your website from http to https or use SSL encryption on your website.

If that's true please change following ....

vam_header.php

vam_index_header.php

Search all entries in the HEAD AERA with http and change them to https


Sophie

==============
END OF RESPONSE



I'm getting closer to moving my VAM from a subdomain to its dedicated domain which has an SSL already in place.  Even if using the response above and the edits to the two (2) files...

QUESTION:  After creating a NEW VIRTUAL AIRLINE link in SIMACARS... having http://HTTPS://www.blahblah.com...  will SIMACARS be able to connect to a HTTPS:?

Thanks,

Keith

4
Perhaps someone more familiar with the .PHP scripts can advise me which file I can edit to turn OFF the annoying ability for VAM to disconnect users after a period of time?  I thought it was a switch in VA Parameters... but NO... I guess.

Cheers.

Keith

5
This penalty bucket should be removed from the planned VAM updates. Here is an example reported by ACARS during my current flight EDDF-VAPO over 3hrs into the flight climbing up to initial cruise of FL370...

2018-07-22 16:36:01OVERSPEED  KIAS: 278 Altitude 36588 feet AGL
2018-07-22 16:36:22 RECOVER FROM OVERSPEED  KIAS: 278 Altitude 36569 feet AGL
2018-07-22 16:59:26OVERSPEED  KIAS: 278 Altitude 34960 feet AGL
2018-07-22 16:59:27 RECOVER FROM OVERSPEED  KIAS: 278 Altitude 34961 feet AGL
2018-07-22 16:59:27OVERSPEED  KIAS: 279 Altitude 34961 feet AGL
2018-07-22 17:00:02 RECOVER FROM OVERSPEED  KIAS: 278 Altitude 33219 feet AGL


... the WX Engine - FSGlobal Real Weather  injects winds aloft data into the sim on a station by station crossing schedule along the route. It is the WX injection that introduces the sudden changes... not the virtual pilot.

Even in the real world, such wind direction/speeds fluctuations can rattle the KIAS indicator.   Pilots can ONLY react to those situations... but they do happen.

Why have a a penalty imposed on a virtual pilot/flight at the instant the airspeed indicator is affected?  When even the real world pilot can only REACT... meaning... the condition has already happened?

This makes no sense - from a Sim point of view.   A real world pilot would NEVER induce an overspeed condition!  Neither would a real world pilot fly INTO a known DOWNDRAFT... all the pilot can do is REACT after the condition occurs.

ACARS does not provide a reaction time window.     It just kicks a PENALTY.    Some see this as making the sim experience 'as real as it gets'.   It's is a distraction honestly!  It detracts from an otherwise decent experience of enjoying a simulated flight.

It's a frustration to me (a virtual pilot) and my GM - a real-world captain - thinks these types of penalties are just totally ridiculous.

I hope Alex (VAM Developer) is paying attention to these issues.

I also log my flights on projectFLY.  None of these penalties are broadcast for the entire flight pirep.

I'm also noticing that with projectFLY's Landing Rate?  I touch down at -118/fpm on rojectFLY's measurements scale.  The exact same flight using SIMACARS is reported in excess of -100/fpm.  So project FLY reports -118/fpm and SIMACARS reports -218/fpm for the exact same flight... using Simconnect or FSUIPC variables.  I don't get that discrepancy!  The variances are NOT all with such a wide range. However there is a sizeable variance between both platforms.

Cheers,

Keith

6
Bug reports / Google Maps error just popped up
« on: July 19, 2018, 06:42:47 AM »
Google

"This page can't load Google Maps correctly"

"Do you own this website"

... and on the underlying map...

"For development purposes only"


There was a previous error posted that required removing a SPACE from the Key.

Anyone cares to explain what this is all about?

Cheers,

Keith

7
Bug reports / Copy 'n Paste large body of txt caused VAM to crash
« on: July 07, 2018, 03:37:26 AM »
Hello Alex.  There are two (2) situations I've encountered with VAM. One I mentioned before somewhere - "Why does VAM time out... causing the user to log back in..."

So, as I begin to build the SOP for the VA... I realize that (it happened) that instead of taking my time (in VAM) to create the SOP and when it times out... I loose all of the additions text, I used Notepad to write the text... save it...  then copy 'n paste the text into the "Web Configurations" RULES section. I first have to copy it into a special pop-up before the system accepts the text then moves it into the RULES section. No problem so far.

No problem if I TYPE one or two lines into "Web Configurations" RULES section.  But when I copy a large amount of text from the notepad file and paste it into "Web Configurations"  RULES section - AND - SUBMIT (so I don't loose it) I get the following error...

Forbidden

You don't have permission to access /vamcore/WebConfigurations/edit/1 on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.



BTW... The error reports a 404 Error... but the Browser tab shows 403 Forbidden.

How can I fix this?

I am logged in as Administrator and I can do everything else as Administrator - including type one or two line into RULES section.  But only the large copy 'n paste action causes this problem



Thanks

Keith 1085341

8
Alex,

Is it possible you can give the option to manually load #PAX and #CARGO into SIMACARS - instead of - randomly picking PAX and CARGO by the system?

REASON:  If VAM is used to manage operation (other than mainstream air carriers)... for example a Business Jet or Helicopter Service ... the flight may only have 5 PAX, 2 CREW and maybe 500lbs of cargo.

Also the COST of the flight will be higher per Client/Trip and CARGO COST may be insignificant.

My better understanding (now) of VAM causes me to believe that the PAX/CARGO is being randomized in SIMACARS.    Again... maybe good for Delta, United, Flybe, Lufthansa and those VAs... but not so much for a G650 or a C750 or a B412EP.   Does that make sense?

I've been testing VAM 'beta' for a different implementation and I'm 90% closer to launch date.  So those are just some of the remaining 10% 'concerns' I'm trying to get sorted out.

Been in the Sim Community over 10 years and last check... almost 14,000 VATSIM® Pilot hours, a bit over 1,000 VATSIM® ATC hours and also a VATSIM ATO Inst.   So, I've seen the good, the not so good and the 'who did that' over the years.

I built a couple SQL scripts that I run up against some of the VAM tables to clean up some of the incorrect 'values' flagged by SIMACARS 1.4.1... No problem.

Here's a quick Photoshop banner I cooked up for the Team to review as we get closer...  https://pbs.twimg.com/media/DhMDuwGUEAEOFc_.jpg


Cheers,

Keith

9
Here is an observation I made a few minutes ago while preparing images that'll represent the Tour image and the Award image (for the respective Tour).  The .PHP file name is "tour_detail.php" in the VAM folder.  Lines 52 and 55 based on my display of the code.

a) I prepare each image (Tour and Award) in Photoshop with a width = 150px and height = 100px at 72dpi resolution - the standard resolution for web display. They are in .PNG format and they look fantastic in Photoshop as well as when opened via any other method.

b) I import them into VAM/images/awards then edit the Tours page... pointing to them.  Everything works... the images display.

c) The display quality is absolutely terrible however! The resolution is terrible!

So, I tracked down the .PHP script and lines mentioned above. The img src SIZE attribute is set (in code) at "100%".   When I change the value to 50%... things look a lot better.  Reducing the value further to 25% AND... the images begin to look as crisp and sharp as the original - comparing VAM to Photoshop on my dual-monitor setup.  The side effect however IS... all the BLANK space to the right within the TD / TR specs... due to the header... "TOUR DETAILS"

Alex.  I know you're FILLED with responsibilities... baby... job... life, etc.  But, if you have a chance to examine the above 'impact' on an otherwise very robust VA Manager, kindly do so.

I chose to keep the setting at 25% because that's what looks good the me.   Remember also, the proposed VAM UPDATES may very well overwrite that .PHP file. But, at least, I'll know where to go make the edits if the .PHP file is overwritten.

IMPORTANT: The same changes have to be made in the  "tour_detail_pilot.php"


ANOTHER OPTION: remove (just) the 'SIZE' parameter... being careful to retain the rest of the formatting on each line works just as well... assuming your images aren't huge


Cheers,

Keith

10
Bug reports / Overspeeding at FL350
« on: June 27, 2018, 05:03:11 PM »
Why would that be a critical event when external WX engines can inject varying wind directions and velocities into the sim at any time.  It's another RED FLAG that impacts a flight score for pilots.

Here is a PAUSE and an OVERSPEED  example from SIMACARS in today's flight EHRD-OMAD/OMDB:

2018-06-27 08:27:00 SIM PAUSED
2018-06-27 08:27:00 SIM UNPAUSED
2018-06-27 08:40:18OVERSPEED  KIAS: 291 Altitude 35172 feet AGL
2018-06-27 08:40:20 RECOVER FROM OVERSPEED  KIAS: 290 Altitude 35258 feet AGL

IMHO... not a critical issue when I know the PAUSE is caused by WX injection.  The OVERSPEED is the sim reacting to (again) WX reported varying wind direction and speed.


Cheers,

Keith

11
Bug reports / Airport database problem
« on: June 23, 2018, 10:51:28 AM »
I'm doing a Dash 8 run from FAOR - FQBR.  Either SIM ACARS 1.4.1 or VAM has FAOR all discombobulated!   So... SIM ACARS has already penalized me for departing from the WRONG airport.   Here is what VAM displays on the Flight Map:       FAOR  Olifants River Bridge Landing Strip     It should be O R Tambo Int'l.

This is not the only inaccuracy. There was an earlier flight I did where the ALTN was not in the database and things got pretty 'wonky' as well.


Keith

12
Searched the Subject:... found some attempts to correct the error...

Suddenly I'm unable to Send Report from Sim ACARS 1.4.1 which I was able to do 2 days ago.

Cannot send from logbook either.

Commenting out those two lines in the code didn't work.

Alex... is there an explanation for this sudden break in the code?  51 flights... 2 days off... and no longer able to file pirep?

Cheers,

Keith

13
Suggestions to add to VAM and SIM ACARS / Operations suggestions
« on: June 14, 2018, 10:56:43 PM »
a) VAM ACARS unable to detect taxi lights ON during taxi on PMDG B77LR and Eaglesoft CitationX.... maybe others

b) LIGHTS ON below/above 10,000' FLAG duration is too sensitive based on workflow in a non-shared cockpit. Increase the window limit UP/DOWN as the pilot may have other critical tasks to perform at or around 10,000'

c) speed restraint BELOW 10,000' should also have a wider window... WX injection into the sim can produce KIAS that may be influenced by the injection process and NOT a fault of the pilot. Ex: in the Boeing A/C sped restraint is set to 245kts/10,000 and in certain WX conditions that works... in other WX situations (or because of Simconnect) the pilot is penalized for a CRITICAL flag the moment KIAS goes above 250kts

d) REFUEL Penalty when NO refueling has taken place.  Not everytime... but it has happened

f) PAUSE flag...  Pretty weird behavior.  FSX/Simconnect/FSGlobalRealWeather requires from 1 sec up to 4sec sometimes to inject real world weather into the sim... OR... FSX may desire to refresh itself and reload scenery indexes... WHAM... there goes a PAUSE flag for a 1sec-5sec system/simconnect generated condition? Really? Who pauses for 5sec??

g) The LIVE FLIGHTS map needs to display a worldwide map with NO FOCUS on the planes or the departure ICAO UNTIL a user decides to click the 'plane'. Then it should allow tracking the plane and such... not what it currently does where the page refresh wipes out any sort of tracking

h) TIME OUT! Why does VAM kick the pilot out? Period! I don't understand this at all!

i) SSL Certificate compliance - I just (today) paid for SSL encryption for the domain I've already purchased (which hasnt been launched until some improvements has been made) so the update needs to address ths new Goodle mandated security level

Honestly? VAM is quite a robust platform for a VA.  I mean that!!!  I've been running it (and a Business Charter Jet Operations) for about 3 months. I've flown 47 flights in a range of sims from Majestic DH8D thru TU-154M Freeware and everything in between. I bring 13,818 Vatsim Pilot hours and 1,054 Vatsim Controller hours as well as a Vatsim P3 rating and a Vatsim ATO Instructor Cert. So, I have a decent idea about hard work and the payoff.

This is not a GRIPE! This is merely my feedback. Please regard it as such.

Thank you,

Keith

14
Bug reports / Majestic Dash 8
« on: June 01, 2018, 07:31:09 PM »
Is it possible to look at where/how VAM is getting the 'values' it publishes? Understanding the MJC (FDE) operates on the 'outside' of FSX... I mean...

a) unable to detect Dash8 engine start Left/Right... Simacars doesn't write it to the log
b) unable to detect Dash8 taxi light being ON... shows as a penalty - taxiing w/o taxi light ON

A similar error (PMDG Trip7) does not send or acars doesn't catch the taxi light ON for taxi? 

Also... After landing... what are the parameters VAM uses to detect taxi mode?  Reason is... a taxi SPEED penalty while still on the active?  Is there a way to customize this behavior w/o having to mess around with .PHP?  Does that make sense?

Thank you,

Keith

15
Please consider changing the behavior of the Live Flights Map (Google API) to behave as follows...

a) Instead of immediately displaying the flight's DEPARTURE ICAO (Lat/Lon readings) - for that pilot/flight - how about displaying a World Map View which is completely zoom-able showing all VA-specific and/or VATSIM®/IVAO® specific plane ICONS

b) Clicking on any plane ICON will then display the DATA for that flight as well as offer the ability to TRACK the flight

The current setup (display) is constantly refreshed and the refresh ALWAYS re-centers the map at the DEPARTURE ICAO airport - even when the plane is 6000nm away from the departure airport.

An example of what I'm talking about is the RADAR MAP used by ProjectFly© and even Flightradar24©.


Cheers,

Keith

Pages: [1] 2