Here are further details on how to accomplish this until it makes it to a Wiki. This pertains to using the PC Controller in a standalone environment and not integrated into a hub. PC Controller v5.39. This was tested using a Red Switch.
Step 1 - Obtain all of the DSK except for the first 5 digits. (This isn’t necessary, but you may want to do it so you can confirm what follows.)
Add the device to the PC Controller. When prompted, add the device as S2_Authenticated only. In the Preparing Inclusion dialog that pops up when you first add the switch, uncheck S0 and S2_Unauthenticated. Click OK.
An Enter DSK dialog will open asking you to enter the first 5 digits of the DSK. That’s what you will obtain in the next step, so you don’t have that now. Just make a note of the remaining portion of the DSK. Click Cancel.
Step 2 - Remove the device from the PC Controller. If the device does not disappear from the Network Management page of the PC Controller, you can click on Reset on that page to clear it, leaving you with only the PC Controller object in Network Management.
Step 3 - Open the PC Controller log from the button in the lower right.
Step 4 - Add the device to the PC Controller. This time, select only S0 in the Preparing Inclusion dialog.
Step 5 - After the device adds, review the log. Near the top, probably the 2nd entry after the Add Node Started entry is an entry entitled Rx_Public_Key_Report. After the + sign, you will see a long hex string starting with 0x00. You will disregard that first 0x00. What follows in hex pairs (i.e. 2 hex values) is the DSK, followed by more hex that isn’t relevant here.
So to obtain your DSK (the first five digits, really, as you already have the rest), you are going to convert, 2 hex values at a time, into decimal (i.e. numbers). If you are unfamiliar with how to convert hex to decimal, you can use RapidTables, linked below.
So for example, lets say that your entry starts with 00EEE795EA and continues with more hex values. Disregard the 0x00. Convert the 0xEEE7 into decimal. That will be 61159 and that is the first set of digits for your DSK.
To confirm that you are proceeding down the right path, you can continue to covert the rest of the hex, 2 values at a time, and confirm that those values match what you saw in step one. So in this example, you convert 0x95EA and convert it into decimal 38378. Look at what you noted in step 1 and it should match. You can keep working your way through two hex values at a time and you’ll find that the decimal you convert will match the reset of the DSK. There is more hex after that, but you won’t need to do anything with that.
NOTES:
1 - You won’t see “0x” anywhere in the PC Controller or in the RapidTables/other converter. It’s just how you identify a value that follows as hex when you are writing something.
2 - If your decimal conversion returns only four digits, add a “0” to the beginning so that you have 5 digits.
That’s it. Remove the device from the PC Controller when you’re done.