grpc-device icon indicating copy to clipboard operation
grpc-device copied to clipboard

gRPC server providing remote access to NI device driver APIs.

Results 34 grpc-device issues
Sort by recently updated
recently updated
newest added

Linux RT needs to be updated to point to the new grpc-device release. Update the following lines in `recipes-ni/ni-grpc-device/ni-grpc-device_git.bb` in [ni/meta-nilrt](https://github.com/ni/meta-nilrt) - PV = "2.5.0" - SRCBRANCH = " main...

The current CMakeLists logic assumes that you want to build against the libraries distributed within the submodules, except in rare CROSSCOMPILING cases that are not fully functional. Refactor the CMakeLists...

The purpose of this 'issue' is to include a new wiki page for an 'NI gRPC Device Migration Guide' to help users with gRPC adoption. The guide includes important gRPC...

In many cases a vector is declared on the stack and the data is copied unnecessarily. Examples: - The input int32 array of values in `NiRFmxInstrService::SetAttributeI32Array` - The output float64...

``` [ RUN ] NiFgenDriverApiTest.AllocateNamedWaveform_WriteNamedWaveformF64_WaveformWrittenSuccessfully unknown file: Failure C++ exception with description "MAX: (Hex 0x80040303) Internal error: The requested object was not found in the configuration database. Please note the...

The following test has intermittently failed in the past: https://github.com/ni/grpc-device/actions/runs/5602661994/job/15212880954 ``` [ RUN ] NiFgenDriverApiTest.SetAttributeViBoolean_GetAttributeViBoolean_ValueMatches unknown file: Failure C++ exception with description "MAX: (Hex 0x80040303) Internal error: The requested object...

Saw in [this PR build](https://github.com/ni/grpc-device/actions/runs/5615198415/job/15245404691): ``` [ RUN ] NiRFmxInstrDriverApiTests.GetNIRFSASession_SelfTest_Succeeds unknown file: error: C++ exception with description "The digitizer returned the following error: Status Code: -223552" thrown in the test...

Found in [this PR build](https://github.com/ni/grpc-device/actions/runs/5615198415/job/15245404691): ``` [ RUN ] NiRFmxWCDMADriverApiTests.ModAccMarkerModeFromExample_FetchData_DataLooksReasonable D:\a\grpc-device\grpc-device\source\tests\system\nirfmxwcdma_driver_api_tests.cpp(330): error: Expected: (0.0) < (mod_acc_fetch_reference_waveform_response.reference_waveform(0).real()), actual: 0 vs -0.00393637 [ FAILED ] NiRFmxWCDMADriverApiTests.ModAccMarkerModeFromExample_FetchData_DataLooksReasonable (18462 ms) ``` [AB#2463495](https://dev.azure.com/ni/94b22d7b-ad7b-4f5e-88f0-867910f91c94/_workitems/edit/2463495)

Tried to run the script in https://github.com/ni/grpc-device/blob/main/examples/nirfsg/getting-started-single-tone-generation.py Earlier it was connecting perfectlz and working good.It stops connecting to the server after a windows update? How to solve the issue? [AB#2331719](https://dev.azure.com/ni/94b22d7b-ad7b-4f5e-88f0-867910f91c94/_workitems/edit/2331719)

An override was added for SetRuntimeEnvironment to `source/codegen/metadata/niswitch/functions_addon.py`. The next time that `source/codegen/metadata/niswitch/functions.py` is updated, it will include SetRuntimeEnvironment and the override should be removed. [AB#2461689](https://dev.azure.com/ni/94b22d7b-ad7b-4f5e-88f0-867910f91c94/_workitems/edit/2461689)