QUOTE(oldgearhead @ Jan 30 2006, 04:28 PM) [snapback]27664[/snapback]
OK, I am getting a headache from some simple RSLinx mental block. Exactly how do you set the station numbers. Do you create separate drivers for both the PC and the PLC? How? Must they be created under the same heading such as AB_KT-2. I just re-visited the RSTrainer for RSLinx and the sample program creates one driver, and as if by majic, both the PC(Workstation) and the SLC appears!! Isn't the driver that is configured in Linx for the PC, and dosn't RSLinx simply locate the PLC on the network. If that is the case, do you change the station number by right clicking on the PLC and edit something?????
You need only configure one driver, and this driver corresponds to the hardware in your computer that you are using to get on the DH+ network. If it is a laptop with a PCMK, you set up the PCMK driver. If it is a desktop with a KTX, you set up the driver for the KTX. you do not have to worry about a driver for anything else other than your computer. The "driver" in the SLC, PLC, panelview, etc. is pre-installed in the device's firmware. It is always present, you never have to add or delete it. When you first power the device up, you will notice that it goes through several initialization and testing steps. The driver is automatically loaded into memory during that step.
Node numbers, station numbers, etc... Every device (computer, PLC, panelview, etc) must have a unique ID number. In some places it is called the "station" number, other places it is called a "node", possibly other names are used elsewhere. It is all the same thing, just a unique identification means for each and every device participating on a network so things don't get confused. When you first configure the driver on your computer in RSLinx, you assign the computer its node number. When you first power up a SLC or PLC processor, it defaults to node 1. You can change that when you enter or modify a program and download the program to the PLC, **OR** when you go online with an already-download program and make an online modification. You **CANNOT** make this change through RSLinx. RSLinx lets you see but not touch (so to speak). Panelviews default to node 2 and you can change that number by downloading a program to it or by entering the panelview's built-in configuration menu and changing it there.
Don't worry about passthru ID numbers. Passthru is what it is called when you use the PLC to bridge between networks. In other words, you can plug into the DH+ port on the PLC, and download to a panelview that is on that PLC's RIO link. Or on a SLC, you can bridge between DH+ on channel 1 and DH485 on channel 0. Suffice it to say that is an advanced technique that you probably don't need to think about right now.
And yes, it does seem like magic when you've been struggling with comms problems and suddenly see other nodes on the "Who" screen :)