I am developing a program to read and request parameters from a bus with J1939. I know that in order to request PGNs I need to have an address, which is claimed in the address claim procedure. I have some questions about this.
First, do the node addresses change often or are they static?
Second, does my program, as an external test equipment application, need to do the address claim procedure every time the bus is turned on, or can I store the ID that I get from the address claim procedure for my application forever?
As for the address claim procedure, what is a suitable NAME field for my application? What I'm trying to do is setup a monitoring system of different parameters of the bus, like speed, fuel, pedal position, etc. My guess is that there wont be enough ECUs to fill all the 255 available addresses, but I can't confirm how many there are so I may need a NAME. It is not a product, hence wont be mass produced and will only work in our facilities.