Thank you for ansering.
Example one:
Only one MCP is connectet to CS0
On the first ADC Node I select CS0, and on the second ADC Node CS1
Now I get on the first Node the correct reading.
On the second Node I get a new reading from the MCP.
If i set all chip select to CS1, I get a "0" value on both ADC Nodes. ( because no second MCP is connected)
Example two:
Only one MCP is connectet to CS1
I get the same result as bevor but with CS0 and CS1 swapt.
It seams to me that the CS from the first node I createt will be used to select the CS for all other ADC Nodes
Here is my Node Red flow:
[{"id":"fa657575.0358f","type":"pimcp3008","z":"c5b27365.6557c","name":"","dev":"3008","pin":0,"dnum":"0","bus":"1","x":510,"y":80,"wires":[["357ac5e8.42bd3a"]]},{"id":"e208d23.3a62b3","type":"inject","z":"c5b27365.6557c","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":230,"y":80,"wires":[["fa657575.0358f"]]},{"id":"357ac5e8.42bd3a","type":"debug","z":"c5b27365.6557c","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":760,"y":80,"wires":[]},{"id":"eea3cda2.ccad88","type":"pimcp3008","z":"c5b27365.6557c","name":"","dev":"3008","pin":0,"dnum":"1","bus":"1","x":510,"y":120,"wires":[["df7ba289.d5d95"]]},{"id":"dd7ae34c.e13bb8","type":"inject","z":"c5b27365.6557c","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":230,"y":120,"wires":[["eea3cda2.ccad88"]]},{"id":"df7ba289.d5d95","type":"debug","z":"c5b27365.6557c","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":760,"y":120,"wires":[]}]
Node Red version [1.3.4 Maintenance Release]