BLU-100 boot status
renlyd
Posts: 6
I have a rather complex logic circuit in a BLU-100 design which I use with the logic outputs and control inputs. But for the circuit to work, I need a pulse or a constant high level, that comes on when the BLU-100 is bootet up and ready. This pulse or constant high triggers a part of the logic circuit and starts an external unit. But the external unit may not start until I am sure, the BLU-100 is bootet up and ready.
I used all logic outputs and control inputs, so a hardware solution is not an option.
Any good ideas?
I used all logic outputs and control inputs, so a hardware solution is not an option.
Any good ideas?
0
Comments
In the logic processor, try the object 'device monitor'. This will go high when the device you want to monitor is up and running. Typically one would use this to monitor other devices on the network, but nothing to stop you using it to monitor itself.
D.
Place a Logic Pulse in your logic design. Set it's properties to \"Type: Start-Up\". This will make the object output a pulse when the BLU-100 processor has finished booting.
/Chris