RIP 30 TCP/IP setup 
Author Message
 RIP 30 TCP/IP setup

I am having trouble setting the internetnumber on a recently purchased
Linotronic RIP30. The user manual says this has to be done by a Linotype
tech. Right. Somebody help me out here.

My guess is that there are two ways to do this. (1) Connect a serial terminal
to the serial maintenance port, and access a boot PROM menu. (2) Use
postscript commands. So far I can't get any start menu to show up. But using
LaserTalk, I found there are the following commands:

ethernetaddr
setethernetaddr
internetnumber
setinternetnumber

This is postscript level 52.3, revision 906.

These postscript commands do not work the way I expected. Normally the
commands without "set" would return the current value, but these expect
something passed to them. And normally the ones with set would accept
either a single decimal number, or a set of numbers, but I usually end up
with type errors.

Does someone have the specs on these commands?
Or is someone familiar with any means of setting the IP number? (I can't
settle for one that Linotype has "built in," e.g. 97.03.0.2.)

--rich



Tue, 14 Apr 1998 03:00:00 GMT  
 RIP 30 TCP/IP setup

Quote:

> I am having trouble setting the internetnumber on a recently purchased
> Linotronic RIP30. The user manual says this has to be done by a Linotype
> tech. Right. Somebody help me out here.

> ethernetaddr
> setethernetaddr
> internetnumber
> setinternetnumber

> These postscript commands do not work the way I expected. Normally the

I don't have the manuals for a Lino RIP, but I can guess.

The ones you expect to return the address probably do, but you probably
need to provide a string on the stack.  So maybe something like
"32 string internetnumber" would leave a string on the stack containing
the IP address.  You might try clearing the stack and then calling one
of those operators to see if you get a stack underflow.

Unless Lino has changed their TCP/IP communication option, I think you will
find it fairly useless.  I know that Linos used to use TFTP to accept files
using TCP/IP, and with TFTP you are limited to 32767 blocks of 512 bytes
(block number is contained in a 16-bit signed int), so that put a limit
of 16MB on the size of file you can send via TCP/IP.




Tue, 14 Apr 1998 03:00:00 GMT  
 RIP 30 TCP/IP setup

That's it! Took less than a minute. Thanks very much.

Here's the script then:

serverdict begin 0 exitserver
statusdict begin
32 string internetnumber
=                               %% verify number: in my case: wrong
(204.253.233.42) setinternetnumber
=                               %% verify number: correct
quit

--rich


Quote:

>> I am having trouble setting the internetnumber on a recently purchased
>> Linotronic RIP30. The user manual says this has to be done by a Linotype
>> tech. Right. Somebody help me out here.

>> ethernetaddr
>> setethernetaddr
>> internetnumber
>> setinternetnumber

>> These postscript commands do not work the way I expected. Normally the

>I don't have the manuals for a Lino RIP, but I can guess.

>The ones you expect to return the address probably do, but you probably
>need to provide a string on the stack.  So maybe something like
>"32 string internetnumber" would leave a string on the stack containing
>the IP address.  You might try clearing the stack and then calling one
>of those operators to see if you get a stack underflow.

>Unless Lino has changed their TCP/IP communication option, I think you will
>find it fairly useless.  I know that Linos used to use TFTP to accept files
>using TCP/IP, and with TFTP you are limited to 32767 blocks of 512 bytes
>(block number is contained in a 16-bit signed int), so that put a limit
>of 16MB on the size of file you can send via TCP/IP.





Wed, 15 Apr 1998 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. TCP/IP versus OSI

2. Obtaining MAC TCP/IP address through PostScript

3. Setting TCP/IP addresses

4. Looking for a simple TCP/IP Port Monitor for Windows NT or 95/98

5. TCP/IP from Javascript (or ActiveX) to a server

6. TCP/IP protocol, Laserwriter 8500 and Control-D

7. TCP-IP Question

8. TCP/IP / Winsock...

9. Changing TCP/IP Properties

10. TCP/IP / Winsock...

11. Setting TCP\IP Properties with WMI

12. ActiveX error when adding tcp/ip printer port?

 

 
Powered by phpBB® Forum Software