Setup Multi-Nodes (Optional)

Note This is only needed if you are using the RapidSequencerRT feature.

1. INtime (NodeB)

1.1 - Create New Node

(1.1.1) Open the Intime Configuration tool and select Node Management.

(1.1.2) Click the "New Node" button and:

  • Set Node name NodeB

  • Select Node type Local

  • Click "OK"

1.2 - Configure Kernel

(1.2.1) Select "Kernel" tab and:

  • Set the Kernel memory (in MB) 512

  • Set the Kernel Clock Rate (in us) 50

  • Click "Save".

1.3 - Configure Auto Load Settings

(1.3.1) Select "Auto Load" tab and:

  • Check the "Enable Auto Load" checkbox.

  • Enable the "Network" setting.

1.4 - Configure the NIC

(1.4.1) Select "Network" tab and:

  • Click on the 3-dots to the right of "NIC list" setting.

  • Select type "Virtual Ethernet (ven)".

  • Check the "Enable DHCP" checkbox.

  • Press "OK".

  • Restart PC.

2. Networking Setup

2.1 - Configure Internet Connection Sharing (ICS) Settings

(2.1.1) Navigate to Control Panel\Network and Internet\Network Connections. (See below)

(2.1.2) Right-click on your newly created INtime Ethernet Driver and select "Properties".

(2.1.3) Select the "Sharing" tab and:

  • Check the "Allow other network users to connect.." checkbox.

  • Select your TenAsys Virtual Ethernet Adapter.

  • Press OK.

2.2 - Windows 10 Internet Connection Sharing (ICS) Reboot Fix

NOTE Windows 10 has an issue where it loses its sharing settings (set up above) after a reboot. To prevent this from happening, windows recommends adding a registry key and changing some service properties. For more info visit Microsoft's docs and/or this article.

(3.2.1) Open "Command Prompt" as Admin.

STEP 1 - Create a new DWORD registry subkey

(3.2.3) Enter the command REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\SharedAccess /v EnableRebootPersistConnection /t REG_DWORD /d 1

STEP 2 - Change the Service Internet Connection Sharing (ICS) Startup type to Automatic

(3.2.2) Enter the command sc config SharedAccess start=auto

Last updated