DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

How can i write to or read from the digital I/O of the SPIDER8 with DIADEM?

We have the problem that we haven't found out yet how to activate the digital I/O of the HBM SPIDER8 hardware with DIADEM 6.0.
0 Kudos
Message 1 of 2
(3,678 Views)
The digital input is supported since DIAdem 3.02 the output since DIAdem 7.0.

Maybe that the problem is the following:
- Analog input will be measured on channel 0 up to 7
- Digital input will be measured on channel 8 as word

So if you would like to measure bit 3 you must add a
F(x)-block with this function getb(d,3).

I hope this will help you.

Greetings

Walter
0 Kudos
Message 2 of 2
(3,678 Views)