LX-800 to T10 Upgrade Procedure: Difference between revisions
Created page with "<p>The T10 is a small, high-performance, embedded computer system on a single STD-Bus board. It integrates several popular I/O options including six serial ports, digital I/O, M.2 SSD storage, USB, display port and network. The T10 is based upon an Intel Atom E900 (Apollo Lake-1) processor, supporting up to 8 GB LPDDR4 2400 MT/s system memory.</p> The T10 is designed to replace the LX-800 in the STD bus cage of our APU-102. The document herein describes the procedure of..." |
|||
| Line 45: | Line 45: | ||
#Insert the T10 board into the STD bus cage and install ribbon cables. | #Insert the T10 board into the STD bus cage and install ribbon cables. | ||
{| style="border-collapse: collapse; width: 600px; margin-left: auto; margin-right: auto;" border=" | {| style="border-collapse: collapse; width: 600px; margin-left: auto; margin-right: auto;" border="2px" cellpadding="2px" | ||
|- | |- | ||
| style="width: 86.0883px; background-color: rgb(230, 126, 35);" | <p style="text-align: center;" >''' '''<span style="color: rgb(255, 255, 255);" >'''ATTENTION:'''</span></p> | | style="width: 86.0883px; background-color: rgb(230, 126, 35);" | <p style="text-align: center;" >''' '''<span style="color: rgb(255, 255, 255);" >'''ATTENTION:'''</span></p> | ||
| Line 51: | Line 51: | ||
|} | |} | ||
<p><br></p>[[image:img1736485127634.png|300px|center|frameless]][[image:img1736499105198.png|300px|center|frameless]] | <p><br></p>[[image:img1736485127634.png|300px|center|frameless]][[image:img1736499105198.png|300px|center|frameless]] | ||
== '''Install parameters on T10''' == | == '''Install parameters on T10''' == | ||
Revision as of 14:36, 10 January 2025
The T10 is a small, high-performance, embedded computer system on a single STD-Bus board. It integrates several popular I/O options including six serial ports, digital I/O, M.2 SSD storage, USB, display port and network. The T10 is based upon an Intel Atom E900 (Apollo Lake-1) processor, supporting up to 8 GB LPDDR4 2400 MT/s system memory.
The T10 is designed to replace the LX-800 in the STD bus cage of our APU-102. The document herein describes the procedure of replacing the LX-800 with the T10.
Parts:
- 402268: T10 (Wayside Processor Board)
Other:
- Laptop computer with capability to connect to APU-102 via ethernet port.
- Communication program such as Tera Term, HyperTerminal, Secure CRT, or any program that supports ZMODEM. This excludes Putty.
Upgrade Procedure
Save Parameters From the LX-800
- Connect to the APU-102 through the ethernet port.
- Log in to the supervisor menu.
- Enter the <ep> command to edit parameters.
ATTENTION: |
Be very cautious while editing parameters. Make sure to only make changes listed here. |
- Enter the <df> command to begin a file download.
- Enter a name for the new file.
- For example purposes, “upgrade.prm” will be used in this document.
- Copy all the parameters to the upgrade.prm file by entering
<zsend upgrade.prm>. - Once completed, note down the name given to the file, as the file will be transferred to the T10 later.
- Enter the <dp> command to display parameters.
- Navigate to Session 1 in the display parameters menu.
- Enter “3” to access AEI Report Connect.
- Locate the AccessFileName parameter and make note of what value it is set to. This is one of the files to transfer to the T10.
- For example purposes, “PALFTPC2.ACC” will be used in this document.
- Note down another file to transfer later. This file should have the same name as the file set in the AccessFileName parameter, but with a different file extension.
- For an FTP configured site, note the file extension as “.INI”.
e.g. PALFTPC2.INI - For an SFTP configured site, note the file extension as “.BAT”
e.g. PALFTPC2.BAT
- For an FTP configured site, note the file extension as “.INI”.
- Enter “8” to access the Ports parameter menu.
- Navigate to Ethernet.
- Note down all information listed to check against the uploaded file later.
- Enter the <zsend> command with the value DNSTableFileName is set to.
- For example, <zsend dns.dat> will send “dns.dat”.
Remove the LX-800 and Install T10
- Power down the APU-102.
- Remove all ribbon cables from the LX-800 and pull the board from the STD bus cage.
- Insert the T10 board into the STD bus cage and install ribbon cables.
ATTENTION: |
The “Component Side” is the side with the WIN SYSTEMS SOM on it.The 50 pin header is on the “BOTTOM SIDE” of the PCB with respect to a STD Card cage. |


Install parameters on T10
- Log in to supervisor menu.
- Confirm the files uploaded from the LX-800 are under the correct filename using the <dir> command.
- For example, <dir upgrade.prm> will search for “upgrade.prm”.
- Enter the <ep> command to edit parameters.
- Load the new parameters file onto the T10 using the <LF> command.
- For example, “LF upgrade.prm” will load “upgrade.prm”.
- Use the <Esc> key to navigate back to the supervisor menu.
- Enter <shell commit> to commit your changes.
- Reboot the APU-102.
- Log in to supervisor menu.
- Use the <zrec> command to receive the following files:
- Enter the filename noted from DNSTableFileName.
For example, <zrec dns.dat> - Enter the filename noted from AccessFileName.
For example, <zrec PALFTPC2.ACC> - Enter the corresponding AccessFileName .INI or .BAT file noted.
For example, <zrec PALFTPC2.INI> or <zrec PALFTPC2.BAT>.
- Enter the filename noted from DNSTableFileName.
Functionality Test
To be Added.....