-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Add channels from two device(#51) #72
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
Conversation
# Conflicts: # Daqifi.Desktop.IO/Messages/Consumers/MessageConsumer.cs # Daqifi.Desktop/MainWindow.xaml # Daqifi.Desktop/View/AddprofileDialog.xaml.cs # Daqifi.Desktop/ViewModels/DaqifiViewModel.cs
# Conflicts: # Daqifi.Desktop.IO/Messages/Consumers/MessageConsumer.cs
…aqifi/daqifi-desktop into 51-add-channels-from-2-devices * '51-add-channels-from-2-devices' of https://github.com/daqifi/daqifi-desktop: chore: Try to update whole project in .net 8 (#67) Managed two device channel list and profile settings # Conflicts: # Daqifi.Desktop.IO.Test/Messages/Decoders/ProtobugDecoderTests.cs # Daqifi.Desktop.IO.Test/Messages/MessageTypes/DaqifiOutMessageTests.cs # Daqifi.Desktop.IO/Daqifi.Desktop.IO.csproj # Daqifi.Desktop.IO/Messages/Consumers/MessageConsumer.cs # Daqifi.Desktop.IO/Messages/Decoders/ProtobufDecoder.cs # Daqifi.Desktop.IO/Messages/MessageTypes/DaqifiOutMessage.cs # Daqifi.Desktop.IO/Messages/MessageTypes/ProtobufMessage.cs # Daqifi.Desktop/ConnectionManager.cs # Daqifi.Desktop/Device/AbstractStreamingDevice.cs # Daqifi.Desktop/Models/AddProfileModel.cs # Daqifi.Desktop/View/Flyouts/UpdateProfileFlyout.xaml # Daqifi.Desktop/ViewModels/DaqifiViewModel.cs
tylerkron
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of this works and some doesn't. I can add multiple devices, configure device settings, add channels and save that as a profile. All of that works great. However, I can't actually stream with two devices.
For example, I added a real DAQiFi device and added a simulator device. Only one device's data gets shown / logged. Is this expected and you'd handle streaming in another ticket. or should this work as part of this ticket?
|
Only 1 device is still getting captured on the live graph and logged data. To reproduce:
|

feat:
1.Add two device
2.Add channel from two device
3.Save settings of two device and ,
4.Profile activation supports two device