Hi there,
I have a Teledyne Dalsa Shad-o-Cam 1501 X-Ray detector GigE camera, that I would want to program in LabVIEW, as most of my other codes are already done in LabVIEW. The camera works fine using Sapera CamExpert and ShadoCam software. When I add the camera in NI MAX, I get this error: IMAQdx Error | Error 0xBFF69011 | Unable to get attribute
Following troubleshooting guide here, and after running CameraValidator.exe /ATTRIBUTES
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YM6JCAW&l=en-NZ
I come accross few attributes failing (see report and files attached az zip):
- AcquisitionAttributes::AdvancedEthernet::BandwidthControl::PeakBandwidthInternal
Current value: 2500 ERROR: (Hex 0xBFF69011) Unable to get attribute.
- Attribute: CameraAttributes::FileAccessControl::FileAccessBuffer
Minimum: ERROR: (Hex 0xBFF69011) Unable to get attribute.
Maximum: ERROR: (Hex 0xBFF69011) Unable to get attribute.
Increment: ERROR: (Hex 0xBFF69011) Unable to get attribute.
- Attribute: CameraAttributes::FileAccessControl::deviceUserBuffer
Minimum: ERROR: (Hex 0xBFF69011) Unable to get attribute.
Maximum: ERROR: (Hex 0xBFF69011) Unable to get attribute.
Increment: ERROR: (Hex 0xBFF69011) Unable to get attribute.
Based on some of the other discussions with similar issues, by commenting out these parameters in the xml files, they can be ignored and the camera can open in NI MAX.
I can comment out FileAccessBuffer and deviceUserBuffer in the xml file but I cannot find the setting for PeakBandwidthInternal to comment.
Can someone please help with this, anyb thoughts and advice will be appreciated!
Thanks.