Skip to content

Conversation

@ksterne
Copy link
Contributor

@ksterne ksterne commented Nov 30, 2019

@sshepherd, I tested this additional code on fhr between 435 and 5 on 20191128 and see the timing's coming out pretty good. There's some wiggle on the start of the beam sounding that I haven't quantified yet, but it's not an iterative delay like we're experiencing now.

I don't see any of the rxonly code for changing the cpid here, so I wouldn't suggest merging this until you've pushed changes from the radar back to this repo. (Something you should do sooner than later if you'd like to have a backup for your code) At least you can see the changes that you'd need to make and where from this pull request. You should be able to test this out during common time as it doesn't have break CT guidelines/rules if you keep the integration and beam times down to do a full scan.

@egthomas
Copy link
Member

@ksterne the cv_dev branch may be a more appropriate target for this pull request rather than the cv_ops branch, since cv_dev contains all of the other bistatic/triggering updates. At least that's my impression from the commit histories.

@ksterne
Copy link
Contributor Author

ksterne commented Dec 2, 2019

Sounds good, I'd taken a guess as it's hard to tell which branch is appropriate here. @sshepherd can you comment on which branch I should target this pull request to...or even if you'd like to merge this in?

@sshepherd
Copy link

sshepherd commented Dec 2, 2019 via email

@sshepherd
Copy link

sshepherd commented Apr 7, 2020 via email

@egthomas
Copy link
Member

egthomas commented Apr 7, 2020

It may be worth noting the Site***StartScan and Site***EndScan functions are slightly different between the FH and CV site libraries. For example, at CV this code block

smsg.type=SET_ACTIVE;
TCPIPMsgSend(sock, &smsg, sizeof(struct ROSMsg));
TCPIPMsgRecv(sock, &rmsg, sizeof(struct ROSMsg));

is called at the end of SiteCv*EndScan, while for FH it is called within SiteFh*StartScan.

@sshepherd
Copy link

sshepherd commented Apr 8, 2020 via email

@sshepherd
Copy link

sshepherd commented Apr 8, 2020 via email

@ksterne
Copy link
Contributor Author

ksterne commented Apr 14, 2020

There's probably lots we could do to improve things. I'm game for any of them, but it seems as though this has veered away from the original topic. That and I'm guessing @sshepherd got it running without git. So, I think this PR can be closed?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants