Reproduction Parts / Cabinets

minwah

Active member
Feedback
3 (100%)
Credits
238CR
I'm also interested in what other cabinets might be in the works. I'd like a replica Sprint One cabinet but I doubt that would be a very popular choice!

The Quantum cabinets look amazing. Out of interest, are people populating these with the proper guts? I'd think it's very difficult to get the parts (monitor especially) without taking from another machine.
 

Ordyne

Active member
vacBacker
Feedback
5 (100%)
Credits
1,280CR
minwah said:
I'm also interested in what other cabinets might be in the works. I'd like a replica Sprint One cabinet but I doubt that would be a very popular choice!

The Quantum cabinets look amazing. Out of interest, are people populating these with the proper guts? I'd think it's very difficult to get the parts (monitor especially) without taking from another machine.

Yep the ones I did are all having vector monitors and quantum PCB's, theyre fully kitted out to hold all the Amplifone boards.
 

Ordyne

Active member
vacBacker
Feedback
5 (100%)
Credits
1,280CR
Black Atari Cabarets are probably next along with Outrun Dlx (USA) and Track & Field.

I need to look at what sort of interest there is in things like Atari system II, I want to do them but only with board that is black one side and white the other.
 

Ordyne

Active member
vacBacker
Feedback
5 (100%)
Credits
1,280CR
Funhouse71 said:
Ordyne said:
Funhouse71 said:
I see your capable of producing the Atari System 1 control panels, are you also able to do the Namco System 1 controls panels for Galaga 88, Pacmania etc?.

If so what do you charge for making these up?

Craig.

For the Atari build cabinets? If so yes, as you probably already know its not much different.

Price would be same as the system 1 which are £80+ shipping/VAT each - powdercoated in black.

I should point out that these have the correct radius on the front bend, I bought some from the states which turned out to be incorrect and look a right pig on a machine :(

Yes that's correct Craig the Namco Sys 1 (Atari Ireland made cabs)

The control panels are very similar to the Atari Sys 1 CP's but the Namco Sys 1 CP's are just over an inch less in cab width and about half inch shorter in cab depth where the curve starts.

Also you are probably aware but the curve for the Atari Sys 1 is a slight sharper curve than the Namco one so reproducing the same curve will not align with the profile of the cab sides around the CP area on the Namco cab.

Need to set the press up for the big radius and do a test one, hopefully I have theses confirmed this week.

namcosys1.png


Ordyne2021-08-09 14:11:40
 

tronads

Active member
Feedback
5 (100%)
Credits
444CR
Looks like a fantastic service you have going on there.
The RIP2DMD case looks good....but can I ask....how on earth did you get the Weather working....I tried and tried and failed miserably.
 

Funhouse71

Active member
vacBacker
Feedback
6 (100%)
Credits
981CR
Ordyne said:
Funhouse71 said:
Ordyne said:
Funhouse71 said:
I see your capable of producing the Atari System 1 control panels, are you also able to do the Namco System 1 controls panels for Galaga 88, Pacmania etc?.

If so what do you charge for making these up?

Craig.

For the Atari build cabinets? If so yes, as you probably already know its not much different.

Price would be same as the system 1 which are £80+ shipping/VAT each - powdercoated in black.

I should point out that these have the correct radius on the front bend, I bought some from the states which turned out to be incorrect and look a right pig on a machine :(

Yes that's correct Craig the Namco Sys 1 (Atari Ireland made cabs)

The control panels are very similar to the Atari Sys 1 CP's but the Namco Sys 1 CP's are just over an inch less in cab width and about half inch shorter in cab depth where the curve starts.

Also you are probably aware but the curve for the Atari Sys 1 is a slight sharper curve than the Namco one so reproducing the same curve will not align with the profile of the cab sides around the CP area on the Namco cab.

Need to set the press up for the big radius and do a test one, hopefully I have theses confirmed this week.

namcosys1.png

Great stuff Craig!
smiley20.gif


When you have it all confirmed that its set up correctly I'll PM you with details of the panels I want created if that's ok?

Cheers,

Craig.
 

Ordyne

Active member
vacBacker
Feedback
5 (100%)
Credits
1,280CR
Funhouse71 said:
Great stuff Craig!
smiley20.gif


When you have it all confirmed that its set up correctly I'll PM you with details of the panels I want created if that's ok?

Cheers,

Craig.

Yes no problem
smiley20.gif


Ordyne2021-08-10 09:05:05
 

Ordyne

Active member
vacBacker
Feedback
5 (100%)
Credits
1,280CR
tronads said:
Looks like a fantastic service you have going on there.
The RIP2DMD case looks good....but can I ask....how on earth did you get the Weather working....I tried and tried and failed miserably.

With help from Chunksin !! Did you enter your info into the config manually?
 

tronads

Active member
Feedback
5 (100%)
Credits
444CR
Yeah, I entered values as below (values slightly altered)

Display Time (ms): 3500

OpenWeatherMap API Key: xxx885212a9c21b8fb5193d643xxx74

Country: GB

Zip Code: 2649nnn

Text Color (R,G,B): 255,255,0
 

tronads

Active member
Feedback
5 (100%)
Credits
444CR
Thanks Rich, I will give that a go.
I just did a compare with the file in sittu and only one function was different :

function Verif_meteo_ip () {

heure=$(date +%H | sed 's/^0*//')

if [ "$heure" != "$heure_old" ] && [ ! -z "$OpenWeather_ID" ]

then

Largeur_ecran=$(($Panel_XSize * $Panel_XNumber))

Hauteur_ecran=$(($Panel_YSize * $Panel_YNumber))

/opt/RPI2DMD/RPI2DMD_Weather -i "$OpenWeather_ID" -z "$OpenWeather_ZipCode" -c "$OpenWeather_Country" -X "$Largeur_ecran" -Y "$Hauteur_ecran" -C "$Weather_Text_color"

fi

heure_old="$heure"

However, I am unable to change the postcode as its a numeric only field on the Gui.

EDIT..... hard coded the postcode in place of "$OpenWeather_ZipCode" and it's working :)

Thanks again.... now I just need to figure out how to put it in proper temperature, its defaulted to Celsius.

tronads2021-08-10 13:51:01
 

Ordyne

Active member
vacBacker
Feedback
5 (100%)
Credits
1,280CR
tronads said:
Thanks Rich, I will give that a go.
I just did a compare with the file in sittu and only one function was different :

function Verif_meteo_ip () {

heure=$(date +%H | sed 's/^0*//')

if [ "$heure" != "$heure_old" ] && [ ! -z "$OpenWeather_ID" ]

then

Largeur_ecran=$(($Panel_XSize * $Panel_XNumber))

Hauteur_ecran=$(($Panel_YSize * $Panel_YNumber))

/opt/RPI2DMD/RPI2DMD_Weather -i "$OpenWeather_ID" -z "$OpenWeather_ZipCode" -c "$OpenWeather_Country" -X "$Largeur_ecran" -Y "$Hauteur_ecran" -C "$Weather_Text_color"

fi

heure_old="$heure"

However, I am unable to change the postcode as its a numeric only field on the Gui.

EDIT..... hard coded the postcode in place of "$OpenWeather_ZipCode" and it's working :)

Thanks again.... now I just need to figure out how to put it in proper temperature, its defaulted to Celsius.

You need to enter the post code in the config file, the UI will not let you enter letters.
 

tt_rage

User
vacBacker
Feedback
6 (100%)
Credits
76CR
Ordyne said:
I should point out that these have the correct radius on the front bend, I bought some from the states which turned out to be incorrect and look a right pig on a machine :(

Oh no! Were they a bad batch, or do US System 1 control panels have different specs?

The reason I ask is I have also taken delivery of US-made Sys-1 control panels, but I haven't attached them to the cab yet.

edit: Hmmm - I might have the wrong end of the stick here. I have imported US-made control panels for Atari System 1 cabs, but you guys are talking about Namco System 1 CPs/cabs, right?
tt_rage2021-08-11 16:43:43
 

Ordyne

Active member
vacBacker
Feedback
5 (100%)
Credits
1,280CR
tt_rage said:
Ordyne said:
I should point out that these have the correct radius on the front bend, I bought some from the states which turned out to be incorrect and look a right pig on a machine :(

Oh no! Were they a bad batch, or do US System 1 control panels have different specs?

The reason I ask is I have also taken delivery of US-made Sys-1 control panels, but I haven't attached them to the cab yet.

edit: Hmmm - I might have the wrong end of the stick here. I have imported US-made control panels for Atari System 1 cabs, but you guys are talking about Namco System 1 CPs/cabs, right?

Not sure what happened to my reply as I did make one
smiley3.gif


I cant speak for them all but the ones I bought had been made to the wrong radius. It's a mile off
smiley5.gif
 

backflipper

Active member
Feedback
4 (100%)
Credits
748CR
I am the proud owner of one of these cabs.
Honestly Ordyne doesn’t make a cab that kinda looks like the original he is making exact clones of the original. Down to the number of staples.

These are insanely good cabinets.backflipper2021-08-14 14:01:30
 

Ordyne

Active member
vacBacker
Feedback
5 (100%)
Credits
1,280CR
backflipper said:
I am the proud owner of one of these cabs.
Honestly Ordyne doesn’t make a cab that kinda looks like the original he is making exact clones of the original. Down to the number of staples.

These are insanely good cabinets.

Your cheque is in the post
smiley4.gif
 
Top