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

Monitor communication between real equipment #249

Open
bariskarkar opened this issue Apr 24, 2023 · 0 comments
Open

Monitor communication between real equipment #249

bariskarkar opened this issue Apr 24, 2023 · 0 comments

Comments

@bariskarkar
Copy link

There are real BC and RTs in the system. I want to monitor the communication between them. The LV-222-555-555 card supports BM, but there is nothing related to this in the custom device. As a solution, I thought about adding a simulated BC and adding the messages I want to monitor to the simulated BC, without adding them to the frames. This way, when a real BC sends a RT to BC message, the RT will respond to it and the simulated device I added will read it. However, I'm not sure if the custom device is constantly doing a read or just doing a read after a send. Will this idea solve my problem or should I take a different approach? If I can make it work like BM this way, what should I write in the scheduleIDRef section in the HW file? I can't create an empty frame. Would adding all the messages I want to monitor to a frame and writing 'loop count 1' solve my problem or should I create a dummy message and send it to solve my problem?

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

No branches or pull requests

1 participant