-
Notifications
You must be signed in to change notification settings - Fork 0
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
CW4 Identification Surveillance Response System #126
Comments
今日の無線サイエンスセミナー in 東京大学で出た案として、読み取った文字列をzLogにコピーする機能 |
リストがクリックされたことを確認 https://pkg.go.dev/github.com/scroot/winc#ListView.SelectedIndex コールサインをzLog側にセット reiwa.RunDelphi(`op.Put(MainForm.CallsignEdit, "Text", "Callsign")`) ということ??? |
そのクリックされたものがコールサイン or RCVDなのかは区別しないといけない
この3つができれば「読み取った文字列をzLogにコピーする機能」の骨格はできそう |
reiwa.RunDelphi(`op.Put(MainForm.CallsignEdit, "Text", "Callsign")`)
reiwa.RunDelphi(`op.Put(MainForm.NumberEdit, "Text", "RCVD")`) これで、コールサインとコンテストナンバーを入力することが可能ということを手持ちで確認 |
作った reiwa.RunDelphi(`op.Put(MainForm.CallsignEdit, "Text", Callsign)`) ではだめで、これではzLog内部の変数としてCallsignがあるとzLog内部で思われてしまうので、 reiwa.RunDelphi(`op.Put(MainForm.CallsignEdit, "Text","` +Callsign+`")`) という適切に文字列を結合してあげる必要がある
https://gist.github.com/jucky154/9e2333afe2be6b4d628ce757308a859d cwListener.mp4 |
プラスで気がついた問題点 |
モールス信号の自動解読はTwitterでも注目を集めていますね。このままリリース可能な水準まで基本性能と基本機能を強化した後で、CW4ISRを名乗るからには、自動交信への対応も進めたい。JavaScript等のマクロ言語にも対応すれば、唯一無二の交信支援環境になります。 |
構想
#124 で完成したモールス信号解読の技術とリグコントロールを積極的に活用し、周波数帯の監視及び自動応答の機能を有するプラグインを実現する。
要素
動作
The text was updated successfully, but these errors were encountered: