Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AJS-37 Viggen: values out of range #366

Open
charliefoxtwo opened this issue Oct 7, 2023 · 0 comments
Open

AJS-37 Viggen: values out of range #366

charliefoxtwo opened this issue Oct 7, 2023 · 0 comments
Assignees

Comments

@charliefoxtwo
Copy link
Member

charliefoxtwo commented Oct 7, 2023

This one seemed to only occur once at the start of the mission

Util.lua: value 414.000000 is too large for address 1078 mask 511

These three seem to constantly appear

Util.lua: value -5967.000000 is too small for address 1540 mask 65535
Util.lua: value -1.000000 is too small for address 17934 mask 8192
Util.lua: value -1.000000 is too small for address 18070 mask 128

1078 mask 511

CommonData HDG_DEG. I suspect since this only happened once at the start of the mission, it's not a huge deal as it probably had something to do with the correct data not being available yet.

1540 mask 65535

NS430 NS430_VOL_PUSH_ID_VOL. Not sure what's going on here yet. Does the viggen support the NS430?

17934 mask 8192

AJS37 MISSILE_SELECT_BUTTON. Input for this command does not seem to work in dcs-bios at all. The output appears correct.

18070 mask 128

AJS37 MISL_SEL_BTN. This appears to be the same as the above button, however input does (sort of) work, in that setting state to 0 or 1, or calling inc or dec, will all toggle the button on and then off. The Toggle command, however, does not work at all. There does not appear to be any way to hold the button down, in-game or otherwise. The output appears correct.

DCS-BIOS.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants