ARC-210 #929
Replies: 10 comments 19 replies
Mine does not show anything in the display (update: helps if you turn it on!)
Wouldn't hurt, but I'd rather have the changes need to remove the patches for the 7 seg displays.
possibly, but if they've pulled the same trick with the GUIDs then it would be a "probably not". |
multiswitch("ARC-210 Squelch Switch", devices.VOLUME_MANAGER, VOL_CTRL.arc_sql, 532, {-1, 1}, 2) |
multiswitch("ARC-210 Operational Mode Switch", devices.VOLUME_MANAGER, VOL_CTRL.arc_op_mode, 543, {0, 1}, 1/6) |
multiswitch("ARC-210 Frequency Mode Switch", devices.VOLUME_MANAGER, VOL_CTRL.arc_q_mode, 545, {0, 1}, 1/6) |
multiswitch("ARC-210 100 MHz Selector", devices.VOLUME_MANAGER, VOL_CTRL.arc_rcu_1, 542, {0, 1}, 1/3) |
knob_360("ARC-210 Channel Selector", VOL_CTRL.arc_channel, 544, 0.2, nil, devices.VOLUME_MANAGER) |
|
New build 17/1/26: Toolbox Arc-210 |
The only thing I would dispute is the "Intermittent". I needed to add a few more bindings to have this work as it is supposed to. The problem also exists on the A-10C II ARC-210.
I have not been able to reproduce this
Not seen this myself, but it is possible that this is a timing issue caused by the amount of display data being passed to Helios. This should all be processed in sequence, but maybe if the display data is changing quickly, a problem happens (just speculating). I'll keep my eyes open for this. |
|
-Operation Mode switch- On "takeoff at senaki" just after hitting "fly". In-game Arc-210 is set on Position 2 ( TR) . Helios arc-210 stays on Position 4 until one of the knobs is moved. Then the positions sync.
|
|
In this most recent build:
|



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Squelch/ On/off switch- reversed values.. - Output functioning but for some reason I'm not getting inputs
- Operational Mode Rotary switch- reversed values
- Frequency Mode Rotary Switch - reversed values
- All Frequency Selector Rotary Switches- reversed values
- Channel selector- Currently an axis. I believe it needs to be an Encoder
- Display- I did not realize the Arc-210 actually functioned. Should I beg ASC for a viewport, or do you think an adaptation of the a-10c2 text display is possible? I think you mentioned that MIGHT be an option early on. The init files are very similar but there are some differences.
All reactions