CMTM 4 sample not working/loading

postman2010

New member
CMTM error message

Hello, I intalled the assets to use the CMTM system 4 and can´t get this system to work. I´m trying on a basic route built by me, there´re 2 industries and a portal basic.
What am I missing?:confused:
 
Last edited:
It gives me this error message:

error.jpg
 
Any way you can post your config? I might be able to shed some light on it.


Ok. The route is a small switching layout for testing purposes. There are 2 local tracks(LOCAL and IND1) and an ECS track(ECS1). I start with only a boxcar and one record.


numrecs "1"
ecstracks "ECS1"
localtracks "LOCAL,IND1"
destinationcheck "0"
printtrackmarklist "0"
cmtm0 "1234567,ECS1,XBG,x,x,IND1,empty,x,1,PORTAL,load,x,x"
 
Ok. The route is a small switching layout for testing purposes. There are 2 local tracks(LOCAL and IND1) and an ECS track(ECS1). I start with only a boxcar and one record.


numrecs "1"
ecstracks "ECS1"
localtracks "LOCAL,IND1"
destinationcheck "0"
printtrackmarklist "0"
cmtm0 "1234567,ECS1,XBG,x,x,IND1,empty,x,1,PORTAL,load,x,x"

Is the box car on the ECS track? And is the box car setup properly? Such that i its config its listed as XBG in the car type? Also, did you clone the CMTMS4 HTLM asset, or just start a new file with just that data soup?
 
Is the box car on the ECS track? And is the box car setup properly? Such that i its config its listed as XBG in the car type? Also, did you clone the CMTMS4 HTLM asset, or just start a new file with just that data soup?


Yes, the boxcar is on the ECS track. Checked the car config file and it´s a XBG car. The HTML asset has been modificated, input the data for my test route.
 
Ok....humm....

This here is what my full config looks like:
username "Easy CMTMSystem4 HTML"
trainz-build 3.1
category-region "US"
category-era "1940s;1950s;1960s;1970s;1980s"
kind "html-asset"
description "Test"
author "Jib"
contact-email "null"
category-class "ZX"

thumbnails
{
0
{
image "preview.jpg"
width 240
height 180
}
}

string-table
{
html-pages-button-prev "<a href='live://pages/prev'><img src='images/button_back.tga' mouseover='images/button_back_mouseover.tga' width=32 height=32></a>"
html-pages-button-prev-disabled "<img src='images/button_back_disabled.tga' width=32 height=32>"
html-pages-button-next "<a href='live://pages/next'><img src='images/button_next.tga' mouseover='images/button_next_mouseover.tga' width=32 height=32></a>"
html-pages-button-next-disabled "<img src='images/button_next_disabled.tga' width=32 height=32>"
html-pages-button-done "<a href='live://pages/done'><img src='images/button_tick.tga' mouseover='images/button_tick_mouseover.tga' width=32 height=32></a>"
html-pages-button-done-disabled "<img src='images/button_tick_disabled.tga' width=32 height=32>"
html-page-0 "route-ops-descriptions"
html-page-1 "cmtm-explain1"
html-page-2 "cmtm-explain2"
html_error_derail_1 "Derailment detected!"
html_error_derail_2 "This session must be completed without derailing any train. Please try again."
html_error_spad_1 "Red signal passed!"
html_error_spad_2 "You must not pass red signals. This session is now terminated. Please try again."
html_error_speeding_1 "Speeding detected!"
html_error_speeding_2 "You must not exceed the posted speed limits. This session is now terminated. Please try again."
html_success_1 "Session completed!"
html_warning_speeding_1 "Speeding detected!"
html_warning_speeding_2 "You must keep your speed within 15mph when switching in the yard. Continued speeding will terminate the session."
}

extensions
{
cmtmdata-soup-32711
{
numrecs "1"
ecstracks "ECS1"
localtracks "IND1"
destinationcheck "1"
printtrackmarklist "0"
cmtm0 "1234567,ECS1,XBG,x,x,IND1,empty,x,1,PORTAL,load,x ,x"

}
}

kuid-table
{
general-goods <kuid:-3:10013>

}
kuid <kuid:344263:100143>

But there error suggests something else. Is the car on the ECS track with out any spline points between it and the track mark? I have found that if you track looks like this:
= represents track
X represents track mark
O represents spline points

===O====X====O===

Then any thing in red is considered industry track by CMTMS. And if the car is say on the spline point, it might not register as "at the industry."
 
Ok....humm....

This here is what my full config looks like:


But there error suggests something else. Is the car on the ECS track with out any spline points between it and the track mark? I have found that if you track looks like this:
= represents track
X represents track mark
O represents spline points

===O====X====O===

Then any thing in red is considered industry track by CMTMS. And if the car is say on the spline point, it might not register as "at the industry."

I think you´re right. The car on the ECS track is with out any spline points between it and the track mark.

====CAR====X====O===
 
Try placing the car right on the track mark, and make sure the track is long enough between the spline points for it. See if that helps. Looking at your screen shot, I think there might be a typo in your soup, or a car not on the mark.
 
Back
Top