
ark1320
Members-
Posts
670 -
Joined
-
Last visited
-
Days Won
17
Everything posted by ark1320
-
log lvars.lua and P3Dv5 HF1
ark1320 replied to ark1320's topic in FSUIPC Support Pete Dowson Modules
I tried turning on VSync and TB but unfortunately still get the flickering. I don't use ViewGroups. Al -
log lvars.lua and P3Dv5 HF1
ark1320 replied to ark1320's topic in FSUIPC Support Pete Dowson Modules
I did post on the L-M forum and they reported they are aware of the problem and are working on it. I've now determined the menu flicker rate is proportional to FPS. When I have FPS locked at 30 in the sim I get the flicker about every 11.6 seconds. If I lock the FPS at 60 and use a default a/c so I can get about 60 FPS on average, the menu flickers about every 5.7 seconds. If I lock the FPS at 15, the menu flickers about every 22.8 seconds. So double the actual FPS and the flicker rate doubles; half the actual FPS and the flicker rate is half. I have VSYNC and TB off. As for the Enhanced Atmospherics (Beta) texture option, I also get small white flashing at times. I guess that's why it's only a Beta. Al -
log lvars.lua and P3Dv5 HF1
ark1320 replied to ark1320's topic in FSUIPC Support Pete Dowson Modules
Pete, thanks for the info. I am using the latest version of the log lvars script and "Message Text" is ticked. I think the issue is there is something strange going on display-wise with P3Dv5HF1 on my system. I use the sim in window mode, and about every 11 secs or so the P3D menu bar across the top of the screen is apparently being updated for some reason because the menu labels like Options, Tools, Views, World, Navigation, etc flicker, although the aircraft display itself does not flicker. A couple of other users have reported this as well on the AVSIM P3D forum. So I suspect this updating may be interfering with the log lvars display, and using the ipc.setdisplay(SET_PCTS, 10,10,20,20) in the log lvars display loop lets the script regain control of the display window. Putting ipc.setdisplay(SET_PCTS, 10,10,20,20) outside the display loop, such as at the top of the script, does not work. At least that's my theory for now. I have been using FSUIPC for many years and really do appreciate the wonderful support you, and now also John, provide -- none do it better! Al -
I have been unable to get the log lvars.lua script to completely work in P3Dv5 HF1. I am using the add-ons.xlm method with FSUIPC6 and have set up an identical structure to that which I use in P3Dv4.5 HF3 where the log lvars script does work. I wondering if some change between P3Dv4.5 HF3 and P3Dv5 HF1 is causing a display problem , or if I'm doing something wrong. When I try to run the log lvars script no window opens on the screen (although I do get a log lvars.log file). EDIT: I have now found that if I add the instruction ipc.setdisplay(SET_PCTS, 10,10,20,20) before the existing ipc.display(disp) instruction in the log lvars.lua script I do get a scrolling lvar window display. So apparently the added instruction is triggering the display somehow (or maybe it is a positioning issue). In any case, this is not needed in P3Dv4. Are some of the window display 'rules' different in P3Cv5 HF1 compared to P3Dv4.5 HF3? Thanks, Al
-
Lua scripts and the add-on.xml method
ark1320 replied to ark1320's topic in FSUIPC Support Pete Dowson Modules
Hi Tom, Thanks for clearing things up for me. As you said, the key question when setting up the add-on xml structure is to ask yourself "where does the FSUIPC6.dll expect files to be?". So in case it helps others, here are two structures that I found work where the overall add-on is called FSUIPC6 in the Prepar3D v4 Add-ons ( or Prepar3D v5 Add-ons ) directory. Structure 1 So here all the FSUIPC6 files are on the same level as the add-on.xml file itself, along with the two Lua files (I've only shown two of my 50+ Lua files here). In other words (and as you said) the contents of the 'old' modules folder is simply moved to the same level as the add-on.xml file. In this case the add-on.xml file looks like this: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <SimBase.Document Type="AddOnXml" version="4,0" id="add-on"> <AddOn.Name>FSUIPC6</AddOn.Name> <AddOn.Description>Flight Simulator Universal Inter-Process Communication version 6</AddOn.Description> <AddOn.Component> <Category>DLL</Category> <Path>FSUIPC6.dll</Path> </AddOn.Component> </SimBase.Document> Structure 2 Here all the FSUIPC files and Lua files from structure 1 have been moved inside a Modules folder, and so we need to change the <Path> entry to point to where the FSUIPC6.dll file is. The add-on.xml now looks like this: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <SimBase.Document Type="AddOnXml" version="4,0" id="add-on"> <AddOn.Name>FSUIPC6</AddOn.Name> <AddOn.Description>Flight Simulator Universal Inter-Process Communication version 6</AddOn.Description> <AddOn.Component> <Category>DLL</Category> <Path>Modules\FSUIPC6.dll</Path> </AddOn.Component> </SimBase.Document> In both structures above the FSUIPC6.dll, FSUIPC6.ini and Lua files are all 'together' at the same level as the FSUIPC6.dll file expects -- just as you advised. I happen to prefer the structure with the Modules folder. It seems a bit neater to me, probably because I have a lot of Lua files. If you see any issues with the above please advise, and thanks again for the help! Al -
I use a lot of Lua scripts and am trying to figure out how best to use the add-on.xml method with the scripts. Do I need to move all the Lua scripts out of the 'typical' models folder in the sim's directory to the add-on.xml location in the documents directory? I tired to simply point to the sim's modules folder with an add-on xml component entry like: <AddOn.Component> <Category>Scripts</Category> <Path>C:\P3Dv4\Modules</Path> </AddOn.Component> but that didn't work. I also tried to add a modules folder to the FSUIPC6 add-ons file structure but that also didn't work. What is the best way to incorporate Lua scripts with the add-on xml method? Thanks, Al
-
NAV1 CDI and GS Needle Offsets
ark1320 replied to ark1320's topic in FSUIPC Support Pete Dowson Modules
Hi Thomas, Thanks for the reply. I do understand the numerical precision differences in the offsets, but I don't think the above quote is correct. The P3D SDK shows the max values for both NAV CDI:index and HSI CDI NEEDLE as + - 127, and for both NAV GSI:index and HSI GSI NEEDLE as + - 119. So given numerical precision aside, I think there is a typo in the FSUIPC5 documentation for offset 2AB0 which is currently listed as 2AB0 4 NAV1 glideslope needle (GSI), 32-bit float value, –127.0 up to +127.0 down. According to the SDK the values should be + - 119.0. In summary, the lateral needle range is + - 127, and the vertical needle range is + - 119. Or else I'm really not understanding something. Thx, Al -
The FSUIPC5.15 Offsets Status documentation shows: 0C48 1 NAV1 Localiser Needle: –127 left to +127 right 0C49 1 NAV1 Glideslope Needle: –119 up to +119 down 2AAC 4 NAV1 course deviation needle (CDI), 32-bit float value, –127.0 left to +127.0 right 2AB0 4 NAV1 glideslope needle (GSI), 32-bit float value, –127.0 up to +127.0 down Two questions regarding the above: 1. Are offsets 0C48 and 2AAC essentially the same except for the number format/precision? and likewise 2. Are offsets 0C49 and 2AB0 essentially the same except for the number format/precision and the range specified in 2AB0 should be + - 119 as in 0C49 (i.e., the + - 127 in 2AB0 is a typo)? I do realize full scale CDI deviation for a VOR signal is 4 times that for a localiser in terms of degrees, but I'm assuming the sim accounts for this and both full scale deviations will be represented by the + - 127 values. Thanks, Al
-
P3Dv4.5 Lua Script Display Question
ark1320 replied to ark1320's topic in FSUIPC Support Pete Dowson Modules
Ok, understand. My scripts do make good use of both the single line and multi-line display facilities. As an aside, although there is almost no meaningful information available yet, I fully expect the ability to write scripts will be just as important in the new MSFS sim as it is in P3D. So I'm really hopeful that in about a year or so from now I will be able to go on line and BUY the new FSUIPC6 for MSFS at SimMarket!! Best, Al -
Hi Pete or John, I am using Win10, P3Dv4.5, and FSUIPC5.15 A lot of my Lua scripts display values either on the 'green bar' display, or in a simconnect window. For a particular Lua script, I am trying to find a way so that the value it displays remains displayed and is not overwritten by the displays of my other Lua scripts. In FSX there was the 'setowndisplay' option, but unless something has recently changed my understanding is this does not work in FSUIPC5 because there is only one simconnect display window shared by all scripts. Is this still the case or is there a way to prevent a value displayed from one particular Lua script from being overwritten by the displays of other Lua scripts? Thx, Al
-
Can FSUIPC Distinguish Between Two Keyboards?
ark1320 replied to ark1320's topic in FSUIPC Support Pete Dowson Modules
I now have a new update! It seems HIDMacros WILL work with the latest version of P3D4.5 (which includes HF2 I assume) if you make sure to run HIDMacros in Administrative mode. I discovered this after spending most of the day trying some other more complicated SimConnect file approaches that have worked for others to get HIDmacros to work with P3Dv4. Maybe Lockheed Martin made some changes in the latest P3D update ? Al -
Can FSUIPC Distinguish Between Two Keyboards?
ark1320 replied to ark1320's topic in FSUIPC Support Pete Dowson Modules
To update and close the loop a bit for anyone else who tries HIDmacros, it turns out it does work pretty much as expected with FSUIPC in FSX. However, I have NOT been able to get it to work in P3Dv4.5 which was the sim I was initially trying it in. Al -
Can FSUIPC Distinguish Between Two Keyboards?
ark1320 replied to ark1320's topic in FSUIPC Support Pete Dowson Modules
Unfortunately, I have not been able to get HIDmacros to send an altered keystroke to FSUIPC. For example, I can get HIDmacros to send the n key when the A key is pushed on the 2nd keyboard, but although Win10 does get the altered keystroke (n), FSUIPC grabs the original key (A). Al UPDATE 23Oct19: HIDmacros does seem to work with FSUIPC in FSX, but NOT in P3Dv4.5. -
Can FSUIPC Distinguish Between Two Keyboards?
ark1320 replied to ark1320's topic in FSUIPC Support Pete Dowson Modules
Reinhard, John, Thanks very much for the info! I played with HIDmacros a bit. One thing I discovered is it initially seems FSUIPC grabs (traps) a key stroke before HIDmacros does, which presents some problems because, if I understand it correctly, FSUIPC either 'takes some action' based on the key if it has been assigned, or passes it directly on to the sim (P3Dv4.5 in this case). So neither FSUIPC or the sim sees the result of the HIDmacro modification. I will keep experimenting a bit. Al Edit: Now, if a future version of FSUIPC could distinguish between two keyboards/keypads that would be VERY useful indeed! 😉 -
Can FSUIPC Distinguish Between Two Keyboards?
ark1320 replied to ark1320's topic in FSUIPC Support Pete Dowson Modules
OK, thanks John. I was hoping it might be possible to make use of the Vendor and Product ID info that a USB HID device provides in order to distinguish between two different keyboards, or between a keyboard that includes a numberpad and a separate external numberpad, especially if the devices were from different manufacturers. Al -
CSV File String Variable Formatting in a Lua Script
ark1320 replied to ark1320's topic in FSUIPC Support Pete Dowson Modules
Makes sense, thanks! Al -
Hi Pete, I can't seem to find how to specify the formatting of string variables for a CSV file using, I assume, the newline \n character. I know how to do it with numerical variables, but am not having any luck with string variables. For example, using something like file:write(string.format("%-3s %-6s %-5s ", str_var1, \n str_var2, \n str_var3 \n )) I want to end up with the value of each string variable on a separate line in the CSV file but can't seem to get the syntax correct. Thanks for any suggestions, Al
-
At the end of a flight I'd like to use a Lua script to save a small number of offset values (fuel tank quantities) to be read and loaded at the next sim session. As far as I can tell there are no special facilities for this in the FSUIPC lua library, so I assume I will need to learn how to use standard Lua io methods for reading and writing files. If anyone has any recommendations on how best to proceed or where to look for good examples, that would be most appreciated. Thanks, Al
-
Yes, I understand. I'm familiar with negative number representation. Thanks, Al
-
Hello Pete, Does n= ipc.readLvar() assume a particular data format for the value n read (byte, word, floating point, etc), or does it just default to the Lvar's format? I'm asking because if I read an Lvar value and then want to write it to an offset with ipc.writeXX(0x1234, n), I need to decide what XX is (UB, SW, DBL, etc). Best for the holidays, Al
-
Ah, it was the single line vs multi-line difference that I didn't understand. Thanks very much for clearing that up. Al
-
Hi Pete, It seems in P3Dv4.3 that sometimes the code ipc.writeSTR(0x3380, " text ") ipc.writeSW(0x32FA, n) writes to the sim's 'Green Bar', and other times to the common Simconnect window. Is there a way to force the output text to the "Green Bar", and to know to which type of display window the output will go? Thx, Al FSUIPC5.141e Win10
-
OK, yes, I use the Window mode with P3D4, so that explains why it didn't work. Not really important in the scheme of things right now. I will send you an email now so you can respond on Monday at your convenience. Thanks, Al
-
Sure, glad to help. I can just uncomment the ipc.setdisplay() commands in my scripts to test things. Maybe ipc.setdisplay(SET_PERCENTS: x, y, cx, cy) The : after PERCENTS implies the x,y,cx,cy parameters are percentages, at least to me. 😊 BTW, the RestoreSimcWindows=Yes option does not seem to work for me -- another P3Dv4 casualty I guess. Al