here are the 10 first log messages :
> 1. ibfind(gpib)
> Process ID: 0x00000898 Thread ID: 0x0000087C
> Start Time: 17:02:02.022 Call Duration: 00:00:00.015
> ibsta: 0x8000 iberr: 0 ibcntl: -535560139(0xe0140035)
> 2. ibrsc(?board?, 1)
> Process ID: 0x00000898 Thread ID: 0x0000087C
> Start Time: 17:02:02.037 Call Duration: 00:00:00.000
> ibsta: 0x8000 iberr: 23 ibcntl: 0(0x0)
> 3. ibsic(?board?)
> Process ID: 0x00000898 Thread ID: 0x0000087C
> Start Time: 17:02:02.037 Call Duration: 00:00:00.000
> ibsta: 0x8000 iberr: 23 ibcntl: 0(0x0)
> 4. ibsre(?board?, 1)
> Process ID: 0x00000898 Thread ID: 0x0000087C
> Start Time: 17:02:02.037 Call Duration: 00:00:00.000
> ibsta: 0x8000 iberr: 23 ibcntl: 0(0x0)
> 5. ibeos(?board?, 0x0000)
> Process ID: 0x00000898 Thread ID: 0x0000087C
> Start Time: 17:02:02.037 Call Duration: 00:00:00.000
> ibsta: 0x8000 iberr: 23 ibcntl: 0(0x0)
> 6. ibeot(?board?, 1)
> Process ID: 0x00000898 Thread ID: 0x0000087C
> Start Time: 17:02:02.037 Call Duration: 00:00:00.000
> ibsta: 0x8000 iberr: 23 ibcntl: 0(0x0)
> 7. ibpad(?board?, 0)
> Process ID: 0x00000898 Thread ID: 0x0000087C
> Start Time: 17:02:02.037 Call Duration: 00:00:00.000
> ibsta: 0x8000 iberr: 23 ibcntl: 0(0x0)
> 8. ibsad(?board?, 0 (0x0))
> Process ID: 0x00000898 Thread ID: 0x0000087C
> Start Time: 17:02:02.037 Call Duration: 00:00:00.000
> ibsta: 0x8000 iberr: 23 ibcntl: 0(0x0)
> 9. ibconfig(?board?, IbcREADDR (0x0006), 1 (0x1))
> Process ID: 0x00000898 Thread ID: 0x0000087C
> Start Time: 17:02:02.037 Call Duration: 00:00:00.000
> ibsta: 0x8000 iberr: 23 ibcntl: 0(0x0)
10. ibdev(0, 1, 0 (0x0), T300ms (10), 1, 0x0000)
Process ID: 0x00000898 Thread ID: 0x0000087C
Start Time: 17:02:02.037 Call Duration: 00:00:00.016
ibsta: 0x100 iberr: 0 ibcntl: 0(0x0)
To do this I wasn't using the VISA tool, and after trying using it, with the NI-SPY tool I didn't get any error messages... So I was wondering if I absolutely need to use VISA to control the board with Matlab??
Because Matlab allows us to choose between either options.
Another question, can we manually configure the NRFD (Not ready for data) property or is it just a read-only flag??
My porblem is that I can not communicate with the board because this flag is not asserted...
thanks