GE Healthcare
Revision 1
Job Card ELE A021 - Networking Connection and Configuration
For V3 Control Stations type the following lines (separated by carriage returns):
#!/bin/sh
# Section for routing
echo Starting route service
route add net <network number> <gateway address>
#
# Section for autoneg
echo Setting for no autoneg
ndd -set /dev/nge0 adv_autoneg_cap 0
where <network number> is the address to be accessed through the gateway, and <gateway
address> is the IP of the gateway (router) indicated by the administrator.
Note:
Typing the "echo" lines help you to locate any possible faults during boot in case of mistyping the
router or auto negotiation information.
Note:
The example above includes sections for both declaring a router and disabling auto negotiation.
Type one or both sections according to your requirements.
Chapter 7
Service Information and Procedures Class A 2385072-16-8EN
If the maximum speed supported by the hospital switch port
connected to the Control Station is less than that of the nge0
interface, add appropriate commands from Table 1 on
page 655 on each new line to disable the faster speeds that
are not supported.
If the hospital switch port does not support 1000 Mbit/s full
duplex, but supports all other speeds add the following line:
ndd -set /dev/nge0 adv_1000fdx_cap 0
If the hospital switch port does not support 1000 Mbit/s full
duplex and 1000 Mbit/s half duplex, but supports all other
speeds add the following two lines:
ndd -set /dev/nge0 adv_1000fdx_cap 0
ndd -set /dev/nge0 adv_1000hdx_cap 0
If the hospital switch port does not support 1000 Mbit/s full
duplex, 1000 Mbit/s half duplex and 100 Mbit/s full duplex,
but supports all other speeds add the following three lines:
ndd -set /dev/nge0 adv_100Ofdx_cap 0
ndd -set /dev/nge0 adv_1000hdx_cap 0
ndd -set /dev/nge0 adv_100fdx_cap 0
If the hospital switch port does not support 1000 Mbit/s full
duplex, 1000 Mbit/s half duplex, 100 Mbit/s full duplex and
100 Mbit/s half duplex, but supports all other speeds add the
following four lines:
ndd -set /dev/nge0 adv_100Ofdx_cap 0
ndd -set /dev/nge0 adv_1000hdx_cap 0
ndd -set /dev/nge0 adv_100fdx_cap 0
ndd -set /dev/nge0 adv_100hdx_cap 0
Page no. 660
Senographe DS
JC-ELE-A-021.fm
Need help?
Do you have a question about the Senographe DS and is the answer not in the manual?
Questions and answers
G.E.Essential l have recently bought What is the full weight.of the mamo Full weight of the console and other İtem's also measurements of each item with the main machine please All this Shipping Company required
The GE Senographe DS mammography machine is shipped in three crates with the following dimensions and weights:
- Crate 1 (Gantry, Generator Cabinet, and ramp):
- Dimensions: 2066 mm (81.34 in) depth × 848 mm (33.39 in) width × 2292 mm (90.24 in) height
- Mass: 641 kg (1410.2 lbs)
- Crate 2 (Control Station):
- Dimensions: 1110 mm (43.70 in) depth × 770 mm (30.31 in) width × 1850 mm (72.83 in) height
- Mass: 210.5 kg (464.07 lbs) for truck transport (without side covers and lid)
- Mass: 223.5 kg (492.73 lbs) for plane/boat transport (with side covers and lid)
- Crate 3 (Detector):
- Dimensions: 872 mm (34.33 in) depth × 2270 mm (89.37 in) width × 260 mm (10.24 in) height
- Mass: 104.4 kg (229.68 lbs)
### Total Mass:
- For truck transport: 641 + 210.5 + 104.4 = 955.9 kg (2104.95 lbs)
- For plane/boat transport: 641 + 223.5 + 104.4 = 968.9 kg (2133.61 lbs)
These values include the gantry, generator cabinet, control station, detector, and all related components.
This answer is automatically generated