0% found this document useful (0 votes)
296 views86 pages

02 MAN REF SAI-Transmitters EN

Melter toledo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
296 views86 pages

02 MAN REF SAI-Transmitters EN

Melter toledo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 86

Standard Automation Interface (SAI)

Reference Guide
Transmitters & Terminals
Contents
1 Introduction ................................................................................. 1-1
2 Status Bits................................................................................... 2-1
2.1. Device Status Bits ......................................................................... 2-1
2.1.1. Device-Specific Bits ............................................................................................. 2-3
2.2. RedAlert Alarms ............................................................................ 2-3
2.3. Secondary Scale Status.................................................................. 2-5
2.3.1. Unit Bits ............................................................................................................. 2-6
2.3.2. Range Bits .......................................................................................................... 2-6
2.4. Alarm Status 2nd Group .................................................................. 2-7
2.4.1. Application-Specific Soft Alarms ............................................................................ 2-8
2.5. Target Status Group ....................................................................... 2-9
2.6. Load Cell Groups .......................................................................... 2-9
2.6.1. Load Cell Group 1 ............................................................................................... 2-9
2.6.2. Load Cell Group 2 ............................................................................................. 2-10
2.7. Last Error Message Status Group .................................................. 2-10
2.8. Custom Application Status Groups ................................................ 2-10
2.8.1. Custom Application Status Group 1 ..................................................................... 2-10
2.8.2. Custom Application Status Group 2 ..................................................................... 2-12
2.9. I/O Status Groups ........................................................................ 2-13
2.10. Comparator Status Groups ........................................................... 2-14
2.10.1. Comparator Status Group 1 ................................................................................ 2-15
2.10.2. Comparator Status Group 2 ................................................................................ 2-15

3 SAI Status Block Command List .................................................... 3-1


4 Cyclic Command List for Floating Point Block ................................ 4-1
4.1. Cyclic Commands – IND360 Dynamic Application ............................ 4-7
4.2. Cyclic Commands – IND360 Tank Vessel Application ...................... 4-11
4.3. Cyclic Commands – IND360 Fill Dose Application .......................... 4-12
4.4. Cyclic Commands – IND360 Rate Control Application ..................... 4-16

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 1
5 Acyclic Command List .................................................................. 5-1
5.1. Acyclic Commands – IND360 Dynamic Application ........................ 5-11
5.2. Acyclic Commands – IND360 Tank Vessel Application .................... 5-19
5.3. Acyclic Commands – IND360 Fill Dose Application ......................... 5-25
5.4. Acyclic Commands – IND360 Rate Control Application .................... 5-33
6 Frequently Asked Questions .......................................................... 6-1
6.1. What is the easiest way to get my SAI device communicating with my automation
system? ....................................................................................... 6-1
6.2. What are the Assembly Instance Values for each device covered in this manual?
.................................................................................................. 6-2
6.3. How can I tell if my cyclic command executed successfully? .............. 6-3
6.4. Is it possible to read gross weight and net weight at the same time? ... 6-3
6.5. Bit 15 of my Floating Point Block Response is High. What does this mean?
.................................................................................................. 6-4
6.6. I still don't quite understand how SAI works. What other resources are available?
.................................................................................................. 6-5

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 2
1 Introduction
This manual is one of several available that explains the Standard Automation Interface (SAI). Each
manual covers SAI in a slightly different way explained in the chart below. The SAI manuals needed
for use with your device can be found on the downloads page of your SAI device at www.mt.com

SAI Manual File Name (xx = Revision) Uses for Manual


Standard Automation 30588288_Rxx_MAN_UG_SAI Explains SAI in detail in a general
Interface User's Guide _EN.pdf sense. No information specific to
your SAI device.
Standard Automation 305787511_xx_MAN_REF_SA Explains what status information
Interface Reference Guide I-Transmitters_EN.pdf and commands are supported by
– Transmitters & Terminals specific terminals and transmitters.
Can be used as a reference for a
programmer.
Standard Automation 305787512_xx_MAN_REF_SA Explains what status information
Interface Reference Guide - I-APW_EN.pdf and commands are supported by
APW specific high precision APW scales.
Can be used as a reference for a
programmer.

30587511| 02| 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 1-1
2 Status Bits
2.1. Device Status Bits
The device status is a composite status word that contains individual bits to indicate the state of various
scale or device-specific binary values. The device status bits are always a part of the Floating Point Block
(Measuring Block) so no matter the SAI block format in use (1 block, 2 block or 4 block), this information
is always available. The 16 bits include the following information:

ACT350 POWERCELL

IND360 POWERCELL
ACT350 Precision

IND360 Precision
IND360 Analog
ACT350 DIO
ACT350
Device-specific
Bit Value Description
0 Sequence bit 0 Used as sequence toggle bits. When X X X X X X X
commands are sent by the control system,
the device changes the value of the
sequence bits as an indication that the
command has been seen and acted on.
Sequence bits are used during a sequence
of commands to ensure that there have
been no sequencing errors in the request
and the response of data. They are updated
on every new command.
1 Sequence bit 1
2 Heart beat Toggles between 0 and 1 (1 sec.) to X X X X X X X
ensure that the device is operational and
updating data in Words 0, 1 and 2.

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 2-1
ACT350 POWERCELL

IND360 POWERCELL
ACT350 Precision

IND360 Precision
IND360 Analog
ACT350 DIO
ACT350
Device-specific
Bit Value Description
3 Data OK This bit gets set to 0 when the device is still X X X X X X X
operational, but the value being reported
cannot be guaranteed to be valid.
The following conditions cause the Data OK
bit to be set to 0:
• Device is powering up
• Device is in setup mode
• Device is in test mode
• Over capacity condition occurs
o When the A/D converter
is at its limit
o Product dependent over
capacity that occurs
when the device
determines it cannot trust
the weight
• Under capacity condition occurs
o When the A/D converter
is at its limit
o Product dependent under
capacity that occurs
when the device
determines it cannot trust
the weight
4 RedAlert Alarm The alarm condition indicates a system X X X X X X X
condition error. More information about the specific
alarm can be found in the section 2.2,
RedAlert Alarms.
1 = Application fault; predictive diagnostics
alarm triggered or command cannot be
executed as requested.
5 Center of zero 1 = Gross weight value is at a value of X X X X X X
zero +/- one quarter of a weight and
measures verification interval denoted as
"e".
6 Motion 1 = Weight is unstable. X X X X X X X
7 Net Mode 1 = Net weight instead of gross weight is X X X X X X X
reported.
8 Alternate 1 = An alternate weight unit, other
weight unit than the primary unit
is in use.

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 2-2
ACT350 POWERCELL

IND360 POWERCELL
ACT350 Precision

IND360 Precision
IND360 Analog
ACT350 DIO
ACT350
Device-specific
Bit Value Description
9 Device- X
specific bit 1
10 Device-
specific bit 2
11 Device- These bits are used to provide device-
specific bit 3 specific status information e.g. I/O or
application status. Refer to section 2.1.1,
12 Device- Device-Specific Bits to see how different
specific bit 4 devices utilize these bits.
13 Device-
specific bit 5
14 Device-
specific bit 6
15 Device-
specific bit 7

2.1.1. Device-Specific Bits

Device-specific Bit ACT350POWERCELL


1 Runflat 0 = not triggered, 1 = triggered
2 --
3 --
4 --
5 --
6 --
7 --

2.2. RedAlert Alarms


RedAlert Alarms are sent by default as Status Group1 when using the SAI 2 block or 8 block formats. This
information is not available if using the SAI 1 block format. See section 3 of this document for all status
commands that return the RedAlert Alarms.

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 2-3
ACT350 POWERCELL

IND360 POWERCELL
ACT350 Precision

IND360 Precision
IND360 Analog
ACT350 DIO
ACT350
Bit Red Alert Description
0 Calibration error 1 = Weight data can no longer be trusted X X X
due to loss of calibration data or an
algorithm running in the product to detect
weighing irregularities.
1 Out of A/D range 1 = Weight data can no longer be trusted X X X
over/under due to loss of data or mechanical damage
of the weigh module.
2 Checksum failure 1 = A checksum analysis of memory does X X X X X X X
not yield the expected result.
3 Weight blocked 1 = Weight data does not change X X X X X
appreciably over a defined period of time.
4 Single sensor 1 = One or more of the connected sensors X X X X
communication failure are not working properly.
(LC missing)
5 Customer defined 1 = Weight is equal to or greater than the X X X X X
overload maximum load allowed. Although overload
is a conditional limit, it can lead to bigger
errors such as mechanical breakage or
personal injury.
6 Customer defined 1 = Weight is equal or less than the X X X X X
underload minimum load allowed.
7 Network failure (all Applicable only on multi-cell networks. X X
cells) 1 = Failure of the entire network. No cells
are responding.
8 Zero out of range 1 = A control system attempted a zero X X X X X X
command but the device did not accept the
command because the weight is outside the
specified limits or the weights and measure
limits.
9 Symmetry errors Applicable only for products with TraxDSP
function which detects significant errors
between load cells and their peers.
1 = A symmetry error has been detected.
10 Temperature errors (LC 1 = Sensor is outside of the allowed
temperature out of temperature range. The weight value can be
normal temperature) affected or the components can prematurely
fail.

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 2-4
11 Weights and measures 1 = The product is no longer in compliance X X X X X
failure with weights and measure regulations.
12 Foreign device 1 = A foreign device is attached to the
detected system or any similar algorithm limits.
13 Test mode 1 = Device is in a mode in which live data X X X X X X
is being replaced with special test data.
14 Analog LC Error 1 = Analog Sensor Error detected by X X
measuring system total resistance
15 Unused

2.3. Secondary Scale Status


These status bits are sent by default as Status Group 2 when using either the SAI 2 block or 8 block
formats. This information is not available if using the SAI 1 block format. See section 3 of this document for
all status commands that return the Secondary Scale Status. The 16 bits include the following information:

ACT350 POWERCELL

IND360 POWERCELL
ACT350 Precision

IND360 Precision
IND360 Analog
ACT350 DIO
ACT350
Scale Status
Bit Group Description
0 Unit Bit 1 X X X X X X X
1 Unit Bit 2 Unit bits are used to indicate the weight
unit. Refer to "Unit Bits" table below for
2 Unit Bit 3 more information.
3 Unit Bit 4
4 MinWeigh Error 1 = Scale is below acceptable minimum
weighing range.
5 Range bit 1 Range bits are used to indicate weight
6 Range bit 2 range or interval based on the values
shown. See "Range Bits" table below for
more information.
7 In Set Up 1 = Sensor is in setup mode. X X X X X X X
8 Power Up Zero 1 = Scale has not been able to complete X X X X X X
Failure its power-up restore / reset of zero.
9 GWP out of 1 = Scale has a GWP out of tolerance
Tolerance error.
10 Smart5 Level 4 Imminent failure according to Smart5 X X X
definition
Note: Smart5 is not supported for ACT350
devices.

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 2-5
ACT350 POWERCELL

IND360 POWERCELL
ACT350 Precision

IND360 Precision
IND360 Analog
ACT350 DIO
ACT350
Scale Status
Bit Group Description
11 Smart5 Level 3 Out of specification according to X X X
Smart5 definition
Note: Smart5 is not supported for
ACT350 devices.
12 Smart5 Level 2 Predictive Alarm according to X X X
Smart5 definition
Note: Smart5 is not supported for
ACT350 devices.
13 LFT Switch On 1 = weights and measures switch is X X X
enabled for transactional weighing
14 Open Unused
15 Open Unused

2.3.1. Unit Bits

Unit Bit 1 Unit Bit 2 Unit Bit 3 Unit Bit 4 Value


0 0 0 0 g
0 0 0 1 kg
0 0 1 0 lb
0 0 1 1 t
0 1 0 0 ton
0 1 0 1 lboz*
0 1 1 0 otz*
0 1 1 1 dwt*
1 0 0 0 oz*
1 0 0 1 mg*
1 0 1 0 µg*
1 0 1 1 cus*
*Only available for IND360 Precision

2.3.2. Range Bits

Range bit 1 Range bit 2 Value


0 0 Range/Interval 1
0 1 Range/Interval 2
1 0 Range/Interval 3

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 2-6
Range bit 1 Range bit 2 Value
1 1 Reserved

2.4. Alarm Status 2nd Group


These status bits are available when using either the SAI 2 block or 8 block formats. This information is not
available if using the SAI 1 block format. Please note that this group is not sent by default. A status
command that returns this group must be sent. See section 3 of this document for all status commands that
return the Alarm Status 2nd Group. The 16 bits include the following information:

ACT350 POWERCELL

IND360 POWERCELL
ACT350 Precision

IND360 Precision
IND360 Analog
ACT350 DIO
ACT350
Bit Soft Alarm Description
0 Rate of change Product, application or customer defines a weight
/ time
scenario as a method of assurance that the scale
is
detecting weight
1 Communication 1 = The communication of a device which is
errors connected to a sensor is not working according to
specification.
2 Over and under 1 = A device which supports dynamic X
voltage (s) measurements of system power has over or under
voltage.
3 Weight drift 1 = A strain gauge sensor has either a broken
bridge or is damaged by water or lightning.
4 Breach 1 = The enclosure of the sensor has been X
compromised and is therefore vulnerable to
environmental influences, e.g. moisture or water.
In most cases, a failure will occur if the breach is
not corrected or if the sensor is not replaced.
5 Calibration expired 1 = The maximum number of transactions or a
time limit before a preventive service or
recalibration has been reached.
The alarm will toggle on N+1 weighing
transactions.

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 2-7
ACT350 POWERCELL

IND360 POWERCELL
ACT350 Precision

IND360 Precision
IND360 Analog
ACT350 DIO
ACT350
Bit Soft Alarm Description
6 Application defined 0 X X
7 Application defined 1 X
8 Application defined 2 X
9 Application defined 3 X
10 Application defined 4 Refer to section 2.4.1, Application-Specific Soft X
11 Application defined 5 Alarms for more information
12 Application defined 6
13 Application defined 7
14 Application defined 8
15 Application defined 9

2.4.1. Application-Specific Soft Alarms

ACT350 POWERCELL IND360 POWERCELL


Application Defined Over current – network current > 1A 1 = in RunFlat mode
0
Application Defined LC overload weight between 101%
1 and 150%
Application Defined LC overload weight >150%
2
Application Defined Load cells are not the same type
3
Application Defined LC temperature out of operation range
4
Application Defined None
5
Application Defined None
6
Application Defined None
7
Application Defined None
8
Application Defined None
9

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 2-8
2.5. Target Status Group
These status bits are target application bits sent when a status block command that contains this status
word in its combination is sent in the Write Status command word. Please note that no devices covered by
this manual currently support the target status group.

2.6. Load Cell Groups


The load cell group status bits are used to display critical errors for individual attached devices such as
POWERCELL load cells. Load cell group 2 is an extension of load cell group 1. These status bits are
available when using either the SAI 2 block or 8 block formats. This information is not available if using the
SAI 1 block format. Please note that this group is not sent by default. A status command that returns this
group must be sent. See section 3 of this document for all status commands that return the Load Cell
Groups. The 16 bits include the following information:

2.6.1. Load Cell Group 1

ACT350 POWERCELL

IND360 POWERCELL
ACT350 Precision

IND360 Precision
IND360 Analog
ACT350 DIO
ACT350

Bit Data
0 Error on attached device 1 X X
1 Error on attached device 2 X X
2 Error on attached device 3 X X
3 Error on attached device 4 X X
4 Error on attached device 5 X X
5 Error on attached device 6 X X
6 Error on attached device 7 X X
7 Error on attached device 8 X X
8 Error on attached device 9 X X
9 Error on attached device 10 X X
10 Error on attached device 11 X X
11 Error on attached device 12 X X
12 Error on attached device 13 X X
13 Error on attached device 14 X X
14 Error on attached device 15 X
15 Error on attached device 16 X

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 2-9
2.6.2. Load Cell Group 2
No devices covered in this manual currently support this group.

2.7. Last Error Message Status Group


No devices covered in this manual currently support this group.

2.8. Custom Application Status Groups


These bits give information relating to the run status or an alarm status of an application within the device.
For more information on how to use the custom application for the ACT350 DIO, please refer to the user
manual for that product. For more information on how to use the custom applications for IND360, please
see the specific application manual for IND360.

2.8.1. Custom Application Status Group 1


These bits give information relating to the run status of an application within the device. For more
information on how to use the custom application for the ACT350 DIO, please refer to the user manual for
that product. For more information on how to use the custom applications for IND360, please see the
specific application manual for IND360. These status bits are available when using either the SAI 2 block or
8 block formats. This information is not available if using the SAI 1 block format. Please note that this group
is not sent by default. A status command that returns this group must be sent. See section 3 of this
document for all status commands that return the Custom Application Status Group 1. The 16 bits include
the following information:
ACT350 POWERCELL

IND360 Rate Control


IND360 Tank Vessel
ACT350 Precision

IND360 Fill Dose


IND360 Dynamic

Custom
ACT350 DIO

application
ACT350

status bits,
Bit group 1
0 Application None New Data Available None None Run Run Run Run
defined 0 1 = triggered
weight is available
1 Application None OK (ready for next None None Refill Refill Front PE Complete
defined 1 object)
Finished last
weighing process,
can start next
process

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 2-10
ACT350 POWERCELL

IND360 Rate Control


IND360 Tank Vessel
ACT350 Precision

IND360 Fill Dose


IND360 Dynamic
Custom

ACT350 DIO
application

ACT350
status bits,
Bit group 1
2 Application None Up Scale None None Upper Alarm On Scale Dump
defined 2 Weighing object is Limit Entirely
coming onto the
scale
3 Application None On scale None None Lower None Rear PE Refill
defined 3 Weighing object is Limit
on the scale
4 Application None Weighing start None None Alarm None Complete Pause
defined 4 Start the weighing
or calibration
process
5 Application None Weighing over None None None None Ready Fast
defined 5 End the weighing Feed
or calibration
process
6 Application None OK (no error) None None None None Zero State Fine
defined 6 No error in Feed
weighing process
7 Application None Long object None None None None Empty Spill
defined 7 Object is too long State
and cannot be
weighed
8 Application None Short Distance None None None None Alarm Upper
defined 8 Distance between Limit
objects is too small
and cannot be
weighed
9 Application None Photo Occlusion None None None None None Lower
defined 9 Front Limit
Front light barrier is
blocked. The
process should be
stopped and the
light barrier should
be cleared

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 2-11
ACT350 POWERCELL

IND360 Rate Control


IND360 Tank Vessel
ACT350 Precision

IND360 Fill Dose


IND360 Dynamic
Custom

ACT350 DIO
application

ACT350
status bits,
Bit group 1
10 Application None Flag of update zero None None None None None Alarm
defined 10 1 = PLC can send
zero command to
clear the zero
11 Application None None None None None None None None
defined 11
12 Application None None None None None None None None
defined 12
13 Application None None None None None None None None
defined 13
14 Application None None None None None None None None
defined 14
15 Application None None None None None None None None
defined 15

2.8.2. Custom Application Status Group 2


These bits give information relating to the alarm status of an application within the device. For more
information on how to use the custom applications for IND360, please see the specific application manual
for IND360. These status bits are available when using either the SAI 2 block or 8 block formats. This
information is not available if using the SAI 1 block format. Please note that this group is not sent by
default. A status command that returns this group must be sent. See section 3 of this document for all
status commands that return the Custom Application Status Group 2. The 16 bits include the following
information:
ACT350 POWERCELL

IND360 Rate Control


IND360 Tank Vessel
ACT350 Precision

IND360 Fill Dose


IND360 Dynamic

Custom
ACT350 DIO

application
ACT350

status bits,
Bit group 2
0 Application None None None None Lower Flow Front PE Filling
defined 0 Limit Calibration Timeout Autotare
Alarm Failed Fault
1 Application None None None None Upper Control Rear PE Filling Fault
defined 1 Limit Rate Below Timeout
Alarm Lower Limit

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 2-12
ACT350 POWERCELL

IND360 Rate Control


IND360 Tank Vessel
ACT350 Precision

IND360 Fill Dose


IND360 Dynamic
Custom

ACT350 DIO
application

ACT350
status bits,
Bit group 2
2 Application None None None None Parameter Control PE Logic Dosing Fault
defined 2 Invalid Rate Over Error
Upper Limit
3 Application None None None None Parameter Refill Out Weighing Process
defined 3 Logic Error Time Timeout
4 Application None None None None None Out of Flow Weighing Refill
defined 4 Tolerance Timeout Timeout
5 Application None None None None None Control Objects Over +
defined 5 Abnormal Exceeded Tolerance
6 Application None None None None None Flow Over Under -
defined 6 Abnormal Weight Tolerance
7 Application None None None None None Parameter Under Parameter
defined 7 Invalid Weight Invalid
8 Application None None None None None Parameter Timed Zero Parameter
defined 8 Logic Error Logic Error
9 Application None None None None None None Parameters None
defined 9 Invalid
10 Application None None None None None None Parameter None
defined 10 Logic Error
11 Application None None None None None None None None
defined 11
12 Application None None None None None None None None
defined 12
13 Application None None None None None None None None
defined 13
14 Application None None None None None None None None
defined 14
15 Application None None None None None None None None
defined 15

2.9. I/O Status Groups


On devices which support physical I/O, the status groups contain a combination of input and output status
bits for I/O.

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 2-13
Devices which do not support physical I/O may have variables and logic to virtually represent inputs and
outputs within the device. If the device does not support I/O groups, an invalid command response is sent
for any unsupported I/O groups. These status bits are available when using either the SAI 2 block or 8 block
formats. This information is not available if using the SAI 1 block format. Please note that this group is sent
by default as status group 3 if no other status commands have been executed. See section 3 of this
document for all status commands that return the I/O Status Groups. The 16 bits include the following
information:

The input and output status bits reflect the state of the associated inputs and outputs, 1 = on, 0 = off.

ACT350 ACT350 ACT350 IND360 IND360 IND360


Bit Data ACT350 DIO POWERCELL Precision Analog POWERCELL Precision
0 In 1 X X X X X X
1 In 2 X X X X X X
2 In 3 X X X X X X
3 In 4 X X X
4 In 5 X X X
5 In 6
6 In 7
7 In 8
8 Out 1 X X X X X X
9 Out 2 X X X X X X
10 Out 3 X X X X X X
11 Out 4 X X X X X X
12 Out 5 X X X X X X
13 Out 6 X X X
14 Out 7 X X X
15 Out 8 X X X

2.10. Comparator Status Groups


The Comparator status group bits indicate whether the corresponding comparator for the device is high or
low. These status bits are available when using either the SAI 2 block or 8 block formats. This information
is not available if using the SAI 1 block format. Please note that this group is not sent by default. A status
command that returns this group must be sent. See section 3 of this document for all status commands that
return the Comparator Status Groups. The 16 bits include the following information:

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 2-14
2.10.1. Comparator Status Group 1

ACT350 ACT350 ACT350 IND360 IND360 IND360


Bit Data ACT350 DIO POWERCELL Precision Analog POWERCELL Precision
0 Comparator 1 X X X X X X
1 Comparator 2 X X X X X X
2 Comparator 3 X X X X X X
3 Comparator 4 X X X X X X
4 Comparator 5 X X X X X X
5 Comparator 6 X X X
6 Comparator 7 X X X
7 Comparator 8 X X X
8 Comparator 9
9 Comparator 10
10 Comparator 11
11 Comparator 12
12 Comparator 13
13 Comparator 14
14 Comparator 15
15 Comparator 16

2.10.2. Comparator Status Group 2


Note that none of the devices in this manual currently support this group

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 2-15
3 SAI Status Block
Command List
By default, Status Block Command = 0 when using SAI 2 block and 8 block formats. Status block
commands are not available when SAI 1 block format is used. If Status Block information other than the
default information is required, simply issue the command from the table below that returns the necessary
data. The most recently executed Status Block Command executed can be confirmed by checking the Status
Block Response Value. The response value will either match the most recently executed command or will
indicate an error executing the command if bit 15 of the response is high.

ACT350 POWERCELL

IND360 POWERCELL
ACT350 Precision

IND360 Precision
IND360 Analog
ACT350 DIO
ACT350
Value Description
0 Word 0 RedAlert Alarms
Word 1 Secondary Scale Status X X X X X X X
Word 2 I/O Group 1
1 Word 0 RedAlert Alarms
Word 1 Secondary Scale Status X X X X X X X
Word 2 I/O Group 1
2 Word 0 Target Group
Word 1 Comparator Group 1 X X X X X X X
Word 2 Comparator Group 2
4 Word 0 Target Group
Word 1 I/O Group 2 X
Word 2 Load Cell Group 1
12 Word 0 Customer App Status 1
Word 1 Customer App Status 2 X X X
Word 2 I/O Group 1
16 Word 0 Comparator Group 1
X X X X X X X
Word 1 Comparator Group 2

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 3-1
Word 2 I/O Group 1
21 Word 0 RedAlert Alarms
Word 1 Alarm Status 2nd Group X X X X X X X
Word 2 Secondary Scale Status
23 Word 0 Alarm Status 2nd Group
Word 1 I/O Group 1 X
Word 2 Customer App Status 1
24 Word 0 Load Cell Group 1
Word 1 Load Cell Group 2 X
Word 2 Customer App Status 1
100 Report last error code X X X X

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 3-2
4 Cyclic Command List for
Floating Point Block
The chart below shows which floating-point cyclic commands are supported by specific devices. In
the case of IND360, some cyclic commands are available for specific applications, but not the
base unit. These commands have been separated into the tables found in Sections 4.1 – 4.4.

To issue a cyclic read command, set the floating point block command equal to the command
found in the read column of the table below. Verify the command was executed successfully by
monitoring the response value of the floating point block. If the command was executed
successfully, the response value = the command. The result of the read command will be available
in the floating point block measuring value. If not executed successfully, bit 15 of the response
value will be high. A cyclic read command will continue to update the value being read until a
different floating point block command is sent.

To issue a cyclic write command, enter the value to be written in the floating point block command
value and then set the floating point block command equal to the command found in the write
column of the table below. Verify the command was executed successfully by monitoring the
response value of the floating point block. If the command was executed successfully, the response
value = the command value. If not executed successfully, bit 15 of the response value will be high.
A cyclic write command will execute one time.

Please note that a cyclic command cannot be executed twice in a row. If required, send a "no-op"
(command = 2000) command between the first and second instances of the command.
ACT350 POWERCELL

IND360 POWERCELL
ACT350 Precision

IND360 Precision
IND360 Analog
ACT350 DIO
ACT350

Read Write Description


0 N/A Gross weight – rounded X X X X X X X
1 N/A Gross weight – rounded X X X X X X X
2 N/A Tare weight – rounded X X X X X X X
3 N/A Net weight – rounded X X X X X X X
5 N/A Gross weight - internal resolution X X X X X X X
6 N/A Tare weight - internal resolution X X X X X X X

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 4-1
ACT350 POWERCELL

IND360 POWERCELL
ACT350 Precision

IND360 Precision
IND360 Analog
ACT350 DIO
ACT350
Read Write Description
7 N/A Net weight - internal resolution X X X X X X X
Weight unit (number representing unit
9 N/A X X X
from chart)
14 N/A Net weight - alternative weight path
Gross weight of each POWERECELL in
16 N/A X
displayed resolution
Net weight of each POWERCELL in
17 N/A X
displayed resolution
20 N/A Read target weight (display unit)
40 240 Report/Write comparator 1 limit X X X X X X X
41 241 Report / Write Comparator 1 High Limit X X X
42 242 Report/Write comparator 2 limit X X X X X X X
43 243 Report / Write Comparator 2 High Limit X X X
44 244 Report/Write comparator 3 limit X X X X X X X
45 245 Report / Write Comparator 3 High Limit X X X
46 246 Report/Write comparator 4 limit X X X X X X X
47 247 Report / Write Comparator 4 High Limit X X X
48 248 Report/Write comparator 5 limit X X X X X X X
49 249 Report / Write Comparator 5 High Limit X X X
50 250 Report/Write comparator 6 limit X X X
51 251 Report / Write Comparator 6 High Limit X X X
52 252 Report/Write comparator 7 limit X X X
53 253 Report / Write Comparator 7 High Limit X X X
54 254 Report/Write comparator 8 limit X X X
55 255 Report / Write Comparator 8 High Limit X X X
Report general stability timeout [s]
83 N/A
Parameter: 0 – 65535 seconds
Report/Write observation time for zero
84 284 X X
Parameter: 0.1 – 4.0 Seconds
Report/Write tolerance for zero
85 285 X X
Parameter: 0.25 – 1000 digits

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 4-2
ACT350 POWERCELL

IND360 POWERCELL
ACT350 Precision

IND360 Precision
IND360 Analog
ACT350 DIO
ACT350
Read Write Description
Report/Write observation time for tare
86 286 X X
Parameter: 0.1 – 4.0 Seconds
Report/Write tolerance for tare
87 287 X X
Parameter: 0.25 – 1000 digits
Report/Write observation time for weighing
88 288 X X
Parameter: 0.1 – 4.0 Seconds
Report/Write tolerance for weighing
89 289 X X
Parameter: 0.25 – 1000 digits
Report weighing mode

90 290 X X
Parameter: 0 = Universal Weighing
2 = Fix Filter
Report weighing environment

Parameter: 0 = Very Stable


91 291 1 = Stable X X
2 = Standard
3 = Unstable
4 = Very Unstable
Report filter cut-off frequency

92 292 Parameter: 0 = Predefined frequency X X


used, changeable over weighing
environment
0.001 Hz – 20.0 Hz = Cutoff Frequency
95 295 Report/Write Zero adjustment count X X
Report/Write weight readability

Parameter: 0 = 1 digit
1 = 10 digits
96 296 X
2 = 100 digits
3 = 1000 digits
4 = 2 digits
5 = 5 digits

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 4-3
ACT350 POWERCELL

IND360 POWERCELL
ACT350 Precision

IND360 Precision
IND360 Analog
ACT350 DIO
ACT350
Read Write Description
97 N/A Internal temperature in °C
Report filter cut-off frequency for dosing
98 N/A
path
Write Preset tare (display unit)
N/A 201 X X X X X X X
Parameter: Pre-tare weight (float 32)
placed in floating point value
220 N/A Write target weight (display unit)
Write general stability timeout [s]
283 N/A
Parameter: 0 – 65535 seconds
Write filter cut-off frequency for dosing
298 N/A
path
N/A 400 Tare when stable X X X X X X X
N/A 401 Zero when stable X X X X X X X
N/A 402 Clear tare X X X X X X X
N/A 403 Tare immediately X X X X X X X
N/A 404 Zero immediately X X X X X X X
N/A 500 Run filling application
N/A 501 Pause filling application
N/A 502 Resume filling application
N/A 510 Apply Comparators X X X X X X X
N/A 1000 Force all outputs OFF X X X X X X X
1506 N/A Validate (confirm) adjustment X X
Span adjustment value 1 – xLow, used in
1706 N/A X X
5 point linearity adjustment
Span adjustment value 2 – Low, used in
1707 N/A X X
5 and 4 point linearity adjustment
Span adjustment value 3 – Middle, used
1708 N/A X X
in 5, 4 and 3 point linearity adjustment
Span adjustment value 4 – High, used in
1709 N/A X X
all forms of span adjustment
Alarm bit – write value of bit when in test
N/A 1900 X X X X X X X
mode
Motion bit – write value of bit when in test
N/A 1901 X X X X X X X
mode

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 4-4
ACT350 POWERCELL

IND360 POWERCELL
ACT350 Precision

IND360 Precision
IND360 Analog
ACT350 DIO
ACT350
Read Write Description
Net mode bit – write value of bit when in
N/A 1902 X X X X X X X
test mode
Center of zero bit – write value of bit when
N/A 1903 X X X X X X X
in test mode
Alt weight bit – write value of bit when in
N/A 1904 X X X X X X X
test mode
Device bit 1 – write value of bit when in
N/A 1905 X X X X X X X
test mode
Device bit 2– write value of bit when in
N/A 1906 X X X X X X X
test mode
Device bit 3– write value of bit when in
N/A 1907 X X X X X X X
test mode
Device bit 4– write value of bit when in
N/A 1908 X X X X X X X
test mode
Device bit 5– write value of bit when in
N/A 1909 X X X X X X X
test mode
Device bit 6– write value of bit when in
N/A 1910 X X X X X X X
test mode
Device bit 7– write value of bit when in
N/A 1911 X X X X X X X
test mode
Performance Mode

Parameter:
0 – send performance count at A/D rate
N/A 1912 X X X X X X X
1 – send performance count at 1 mese
interval
n – send performance count at n mese
interval
No operation command – used to test
N/A 2000 X X X X X X X
command
2002 N/A Continue to next step in sequence X X X
2003 N/A Continue to next step in sequence X X X
Abort sequence … response value means
2004 N/A X X X X X X X
abort in process
After step failure, retries previous step in
2005 N/A X X X
sequence
After step failure, skips step and advances
2006 N/A X X X
to next in sequence
2045 N/A Step successful, next value X X X X X X X

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 4-5
ACT350 POWERCELL

IND360 POWERCELL
ACT350 Precision

IND360 Precision
IND360 Analog
ACT350 DIO
ACT350
Read Write Description
2046 N/A Step successful X X X X X X X
Command has been received and is being
2047 N/A X X X X X X X
evaluated (in process)
N/A 8080h Start cyclic test mode X X X X X X X
N/A 8888h Stop cyclic test mode X X X X X X X

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 4-6
4.1. Cyclic Commands – IND360 Dynamic
Application
The cyclic commands listed below are for use with the IND360 Dynamic application. Please note that these
same commands will not necessarily be supported or may work differently if used with anything other than
the IND360 Dynamic application. Please see the section specific to the application installed on your device
if using something other than the IND360 Dynamic application. More details about the IND360 Dynamic
Application can be found in the IND360 Dynamic Application Manual.

IND360 POWERCELL

IND360 Precision
IND360 Analog
Read Write Description
Photoeye Mode

101 301 Parameter: X


0 = Dual photoeye
1 = Single Photoeye
Installation Position

102 302 Parameter: X


0 = Front
1 = Rear
Multiple Objects

103 303 Parameter: X


0 = False
1 = True
Burr Time
104 304 X
Parameter: 1-1000 ms
Interval Time
105 305 X
Parameter: 1-1000 ms
Object Length
106 306 X
Parameter: < Belt Length
Belt Speed
107 307 X
Parameter: 1-10000 rpm

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 4-7
IND360 POWERCELL

IND360 Precision
IND360 Analog
Read Write Description
Belt Length
108 308 X
Parameter: 1-5000 cm
Photoeye Polarity

109 309 Parameter: X


0 = High Level
1 = Low Level
Min. Weighing Time
110 310 X
Parameter: 1-5000 ms
Max. Weighing Time
111 311 X
Parameter: Min. Weighing Time – 10000 ms
Filter Mode

112 312 Parameter: X


0 = Automatic
1 = Manual
Filter Parameter
113 313 X
Parameter: 1-1000 ms
Compensation Management

114 314 Parameter: X


0 = Disable
1 = Enable
115 315 Weight 1 – Dynamic Application X
116 316 Weight 2 – Dynamic Application X
117 317 Weight 3 – Dynamic Application X
118 318 Weight 4 – Dynamic Application X
119 319 Weight 5 – Dynamic Application X
Factor 1 – Dynamic Application
120 320 X
Parameter: 0.1-9

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 4-8
IND360 POWERCELL

IND360 Precision
IND360 Analog
Read Write Description
Factor 2 – Dynamic Application
121 321 X
Parameter: 0.1-9
Factor 3 – Dynamic Application
122 322 X
Parameter: 0.1-9
Factor 4 – Dynamic Application
123 323 X
Parameter: 0.1-9
Factor 5 – Dynamic Application
124 324 X
Parameter: 0.1-9
Completed Time Signal
125 325 X
Parameter: 1-5000 ms
Match Weighing Time
126 326 X
Parameter: Weighing Time – 5000 ms
Object Counts
127 N/A X
Parameter: 0-5
Total Counts
128 N/A X
Parameter: 0-99,999,999
129 N/A Dynamic Weight X
130 N/A Real Weighing Time X
Valid Weight Counts
138 N/A X
Parameter: 0-99,999,999
Invalid Weight Counts
139 N/A X
Parameter: 0-99,999,999
Control Command – Dynamic Application

N/A 336 Parameter: X


0 = Stop
1 = Run

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 4-9
IND360 POWERCELL

IND360 Precision
IND360 Analog
Read Write Description
Clear Statistics
N/A 337 X
Parameter: 1 = clear
Zero State
140 340 X
Parameter: 0-100 d
Empty State
141 341 X
Parameter: 0-1000d
Over Weight
142 342 X
Parameter: 0-capacity
Under Weight
143 343 X
Parameter: 0-capacity
Photoeye Timeout
144 344 X
Parameter: 0-5000 ms
Dynamic Zero Enable

146 346 Parameter: X


0 = Disable
1 = Enable
Dynamic Zero Threshold
147 347 X
Parameter: 0-capacity
Dynamic Zero Delay
148 348 X
Parameter: 1-999 ms
Dynamic Zero Interval
149 349 X
Parameter: 1-999 ms

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 4-10
4.2. Cyclic Commands – IND360 Tank Vessel
Application
The cyclic commands listed below are for use with the IND360 Tank Vessel application. Please note that
these same commands will not necessarily be supported or may work differently if used with anything other
than the IND360 Tank Vessel application. Please see the section specific to the application installed on your
device if using something other than the IND360 Tank Vessel application. More details about the IND360
Tank Vessel Application can be found in the IND360 Tank Vessel Application Manual.

IND360 POWERCELL

IND360 Precision
IND360 Analog
Read Write Description
Target Source
101 301 X X X
Parameter: 0 – Tank Capacity
Tank Capacity
102 302 X X X
Parameter: 0 – Scale Capacity
Upper Limit
103 303 X X X
Parameter: 0 – Tank Capacity
Lower Limit
104 304 X X X
Parameter: 0 – Upper Limit
Lower Limit Alarm
105 305 X X X
Parameter: 0 – Lower Limit
Over Limit Alarm
106 306 X X X
Parameter: 0 – Tank Capacity
107 N/A Current Weight X X X
108 N/A Percentage of tank filled based on capacity X X X
Clear Statistics

Parameter:
N/A 309 X X X
0 = Disable
1 = Enable (Will automatically disable once
complete)

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 4-11
IND360 POWERCELL

IND360 Precision
IND360 Analog
Read Write Description
Lower Limit Counts
110 N/A X X X
Parameter: 0 – 99,999,999
Upper Limit Counts
111 N/A X X X
Parameter: 0 – 99,999,999
Refill Counts
112 N/A X X X
Parameter: 0 – 99,999,999
Control Command

N/A 313 Parameter: X X X


0 = Stop
1 = Run

4.3. Cyclic Commands – IND360 Fill Dose


Application
The cyclic commands listed below are for use with the IND360 Fill Dose application. Please note that these
same commands will not necessarily be supported or may work differently if used with anything other than
the IND360 Fill Dose application. Please see the section specific to the application installed on your device
if using something other than the IND360 Fill Dose application. More details about the IND360 Fill Dose
Application can be found in the IND360 Fill Dose Application Manual.
IND360 POWERCELL

IND360 Precision
IND360 Analog

Read Write Description


Work Mode

101 301 Parameter: X


0 = Fill Dump
1 = Refill Dose

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 4-12
IND360 POWERCELL

IND360 Precision
IND360 Analog
Read Write Description
Feed Speeds

Parameter:
102 302 0 = One Speed X
1 = Two Speed
2 = Three Speed
Output Type

103 303 Parameter: X


0 = Concurrent
1 = Independent
Complete Mode

104 304 Parameter: X


0 = Weight Mode
1 = Time Mode
Clear Statistics

Parameter:
N/A 306 X
0 = Disable
1 = Enable (Will automatically disable once
complete)
Target Source

107 307 Parameter: X


0 = Gross
1 = Net
Target
108 308 X
Parameter: 0 - Capacity
Spill
109 309 X
Parameter: 0 - Capacity
Fine Feed
110 310 X
Parameter: 0 - Capacity

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 4-13
IND360 POWERCELL

IND360 Precision
IND360 Analog
Read Write Description
Fast Feed
111 311 X
Parameter: 0 - Capacity
Heel Weight
112 312 X
Parameter: 0 - Capacity
+ Tolerance
113 313 X
Parameter: 0 - Capacity
- Tolerance
114 314 X
Parameter: 0 - Capacity
Upper Limit
115 315 X
Parameter: 0 - Capacity
Lower Limit
116 316 X
Parameter: 0 - Capacity
Container Tare Max
117 317 X
Parameter: 0 - Capacity
Container Tare Min
118 318 X
Parameter: 0 - Capacity
Inhibit Time
119 319 X
Parameter: 0 – 9.99 seconds
Stable Time
120 320 X
Parameter: 0 – 9.99 seconds
Complete Time
121 321 X
Parameter: 0 – 9.99 seconds
Control Timeout
122 322 X
Parameter: 0 – 99.99 seconds

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 4-14
IND360 POWERCELL

IND360 Precision
IND360 Analog
Read Write Description
Process Timeout
123 323 X
Parameter: 0 – 99.99 seconds
Self Learning Mode

Parameter:
124 324 X
0 = None
1 = Spill Learning
2 = All Learning
Spill Adjust Period
125 325 X
Parameter: 1 - 9
Spill Adjust Factor
126 326 X
Parameter: 0.1 – 0.9
Spill Adjust Range
127 N/A X
Parameter: 0 - Capacity
Control Reliability

Parameter:
129 329 3 = 93.32% X
4 = 99.379%
5 = 99.977%
6 = 99.9997%
Learning Samples
130 330 X
Parameter: 6, 9, 12, 15, 9999
Adjust Factor
131 331 X
Parameter: 0.1 – 0.9
132 N/A Filling Dosing Weight X
133 N/A Min Cycle Time X
134 N/A Max Cycle Time X
135 N/A Total Cycle Weight X
136 N/A Total Buckets X

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 4-15
IND360 POWERCELL

IND360 Precision
IND360 Analog
Read Write Description
137 N/A Valid Buckets X
Control Command

Parameter:
N/A 338 X
0 = Stop
1 = Run
2 = Pause

4.4. Cyclic Commands – IND360 Rate Control


Application
The cyclic commands listed below are for use with the IND360 Rate Control application. Please note that
these same commands will not necessarily be supported or may work differently if used with anything other
than the IND360 Rate Control application. Please see the section specific to the application installed on
your device if using something other than the IND360 Rate Control application. More details about the
IND360 Rate Control Application can be found in the IND360 Rate Control Application Manual.
IND360 POWERCELL

IND360 Precision
IND360 Analog

Read Write Description


Flow Target
101 301 X
Parameter: 0.1 – Rated Flow
Flow Control Mode

Parameter:
102 302 0 = Flow Control Mode X
1 = Fixed Frequency Control Mode
2 = Rapid Cal
3 = Step Cal

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 4-16
IND360 POWERCELL

IND360 Precision
IND360 Analog
Read Write Description
Refill Control Mode

Parameter:
103 303 X
0 = Fixed Frequency
1 = Follow Mode
2 = Level Switch Mode
Upper Limit
104 304 X
Parameter: 0 - Capacity
Lower Limit
105 305 X
Parameter: 0 - Capacity
Control Rate Upper Limit
106 306 X
Parameter: 0 - 1
Control Rate Lower Limit
107 307 X
Parameter: 0 - 1
Rated Flow
108 308 X
Parameter: 0.1 – 99,999
Control Filter
109 309 X
Parameter: 0 - 9
Flow Filter
110 310 X
Parameter: 0 - 9
Control Tolerance
111 311 X
Parameter: 0 - 1
Flow Tolerance
112 312 X
Parameter: 0 - 1
Test Time
113 313 X
Parameter: 0 – 9,999 Seconds

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 4-17
IND360 POWERCELL

IND360 Precision
IND360 Analog
Read Write Description
Flow Stability Range
114 314 X
Parameter: 0 - 20
Flow Stability Time
115 315 X
Parameter: 0 - 20
Start Delay Time
116 316 X
Parameter: 0 – 9,999
Refill Delay Time
117 317 X
Parameter: 0 – 9,999
PID Mode

118 318 Parameter: X


0 = Auto PID
1 = Manual PID
Proportional Term (P)
119 319 X
Parameter: 0 – 255
Intergral Term (I)
120 320 X
Parameter: 0 – 255
Derivative Term (D)
121 321 X
Parameter: 0 – 255
Control Rate Factor
122 322 X
Parameter: 0 – 2
Refill Control Rate Factor
123 323 X
Parameter: 0 – 2
Refill Control Rate Target
124 324 X
Parameter: 0 - 1

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 4-18
IND360 POWERCELL

IND360 Precision
IND360 Analog
Read Write Description
Control Rate Target
125 325 X
Parameter: 0 - 1
Rapid Cal. Time
126 326 X
Parameter: 10 - 60
20% Flow Rate
127 N/A X
Parameter: 0 – 99,999
40% Flow Rate
128 N/A
Parameter: 0 – 99,999
60% Flow Rate
129 N/A X
Parameter: 0 – 99,999
80% Flow Rate
130 N/A X
Parameter: 0 – 99,999
100% Flow Rate
131 N/A X
Parameter: 0 – 99,999
132 N/A Control Rate X
333 Refill Time
133 X
Parameter: 0 – 9,999 seconds
134 N/A Flow X
136 N/A Cumulant X
137 N/A Work Cumulant X
138 N/A Test Cumulant X
Control Command

N/A 339 Parameter: X


0 = Stop
1 = Run

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 4-19
IND360 POWERCELL

IND360 Precision
IND360 Analog
Read Write Description
Clear Totalization

N/A 340 X
Parameter:
1 = Clear

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 4-20
5 Acyclic Command List
The chart below shows acyclic commands that can be sent and which devices support specific commands. In the case of IND360, some commands are supported only for versions of the device with applications built-in and not the
base versions. These application specific acyclic commands have been separated into the tables found in Sections 5.1 – 5.4.

To send an acyclic command, use the information for the command corresponding to your automation protocol (EtherNet/IP, PROFIBUS DP or PROFINET). All devices covered by this manual provide sample code and detailed
engineering notes for each automation protocol with examples of acyclic commands. Sample code and engineering notes can be found on www.mt.com on your device's downloads page.

ACT350 POWERCELL

IND360 POWERCELL
EIP Instance Values

ACT350 Precision

IND360 Precision
PROFIBUS Index

PROFINET slot +

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS slot

EIP Attribute #

ACT350 DIO
Description

Read/Write
Command

Data Type

ACT350
subslot
Gross weight - rounded Gross weight data in defined resolution read Float 32 1 0x14 0x300 0x01 0x01 0, 1 0x2000 X X X X X X X
Gross weight - rounded Gross weight data in defined resolution read Float 32 1 0x15 0x300 0x01 0x02 0, 1 0x2001 X X X X X X X
Tare weight - rounded Tare weight data in defined resolution read Float 32 1 0x16 0x300 0x01 0x03 0, 1 0x2002 X X X X X X X
Net weight - rounded Net weight data in defined resolution read Float 32 1 0x17 0x300 0x01 0x04 0, 1 0x2003 X X X X X X X
Gross weight - internal resolution Gross weight data in internal resolution read Float 32 1 0x18 0x300 0x01 0x05 0, 1 0x2004 X X X X X X X
Tare weight - internal resolution Tare weight data in internal resolution read Float 32 1 0x19 0x300 0x01 0x06 0, 1 0x2005 X X X X X X X
Net weight - internal resolution Net weight data in internal resolution read Float 32 1 0x1A 0x300 0x01 0x07 0, 1 0x2006 X X X X X X X
Zero adjustment count (Read) Zero Register read/ write Float 32 1 0x20 300 0x01 12 0,1 0x2007 X X
Report Tare operation status (used when triggering tare from acyclic interface)

Tare procedure status bits read UInt 16 1 0x1F 0x300 0x01 0x16 0, 1 0x2008 X X X X X X X
Parameter: 0 = tare procedure complete
1 = tare procedure in process
Report Zero operation status (used when triggering zero from acyclic interface)

Zero procedure status bits read Uint 16 1 0x24 0x300 0x01 0x17 0, 1 0x2009 X X X X X X X
Parameter: 0 = zero procedure complete
1 = zero procedure in process
Weight Unit Weight unit (number representing unit from Scale Status Group 2) read/ write byte, 1 1 0x99 0x300 0x01 0x18 0, 1 0x200A X X X X X X
Tare when stable Tare when within motion limit write Uint 8 1 0x1C 0x300 0x01 0x09 0, 1 0x2010 X X X X X X X
Tare immediately Motion not checked, tare executed write Uint 8 1 0x1E 0x300 0x01 0x10 0, 1 0x2011 X X X X X X X
Clear tare Motion not checked, clear tare executed write Uint 8 1 0x1D 0x300 0x01 0x11 0, 1 0x2012 X X X X X X X
Zero when stable Zero when within motion limit write Uint 8 1 0x22 0x300 0x01 0x14 0, 1 0x2013 X X X X X X X
Zero immediately Motion not checked, zero executed write Uint 8 1 0x23 0x300 0x01 0x15 0, 1 0x2014 X X X X X X X

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-1
ACT350 POWERCELL

IND360 POWERCELL
EIP Instance Values

ACT350 Precision

IND360 Precision
PROFIBUS Index

PROFINET slot +

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS slot

EIP Attribute #

ACT350 DIO
Description

Read/Write
Command

Data Type

ACT350
subslot
Write tare register (Preset Tare)
Preset tare (display unit) write Float 32 1 0x1B 0x300 0x01 0x08 0, 1 0x2020 X X X X X X X
Parameter: Pre-tare weight (float 32)
Turn all internal & external outputs OFF Forces all outputs OFF write byte, 1 1 0x26 0x301 0x01 0x02 0, 1 0x2031 X X X X X X X
Report scale status group Scale status group according to specification in Section 2.1 of this document read Short, 2 1 0x27 0x302 0x01 0x01 0, 1 0x2040 X X X X X X X
Alarm status group Application Specific Errors according to specification in Section 2.4 of this document read Short, 2 1 0x28 0x302 0x01 0x02 0, 1 0x2041 X X X X X X X
Report RedAlert group RedAlert status according to specification in Section 2.2 of this document read Short, 2 1 0x29 0x302 0x01 0x03 0, 1 0x2042 X X X X X X X
Report scale status group Scale Status Group 2 according to specification in Section 2.3 of this document read Short, 2 1 0x2A 0x302 0x01 0x04 0, 1 0x2043 X X X X X X X
Model type part 1 Identification (main ID) read String 160 1 0x2B 0x303 0x01 0x01 0, 1 0x2050 X X X X
Model type part 2 Identification # 2 read String 160 1 0x2C 0x303 0x01 0x02 0, 1 0x2051 X X X X
Model type part 3 Identification # 3 read String 160 1 0x2D 0x303 0x01 0x03 0, 1 0x2052 X X X X
Software OS version Software OS Version read String (36 byte) 1 0x2E 0x303 0x01 0x04 0, 1 0x2053 X X X X X X X
Fieldbus stack version Fieldbus Stack version read String (36 byte) 1 0x2F 0x303 0x01 0x05 0, 1 0x2054 X X X X X X X
Software application version Software Apps Version read String (36 byte) 1 0x30 0x303 0x01 0x06 0, 1 0x2055 X X X X
SAI version SAI specification version number read String (36 byte) 1 0x31 0x303 0x01 0x07 0, 1 0x2056 X X X X X X X
Serial number Device main serial number read String (36 byte) 1 0x33 0x303 0x01 0x08 0, 1 0x2057 X X X X
Device identification user configurable ID read String (36 byte) 1 0x34 0x303 0x01 0x09 0, 1 0x2058 X X
Query of the remaining weighing ranges Remaining Weighing Ranges read String 36 1 0x35 0x303 0x01 0x10 0, 1 0x2059 X X
Get initial zero information Initial zero information read String 60 1 0x36 0x303 0x01 0x11 0, 1 0x205A X X
Start adjustment with internal weight Start Internal Adjustment write Byte, 1 1 0x80 0x410 0x01 0x01 0, 1 0x4001 X X
Start adjustment with external weight Start External Adjustment write Byte, 1 1 0x81 0x410 0x01 0x02 0, 1 0x4002 X X
Start customer standard calibration Start User Standard Adjustment write Byte, 1 1 0x82 0x410 0x01 0x03 0, 1 0x4003 X X
Cancel adjustment / test (Abort Test Function /
Abort Test Function / Adjustment write Byte, 1 1 0x83 0x410 0x01 0x04 0, 1 0x4004 X X X X X X X
Adjustment)
Start test with internal weight Start Test Function with internal weight write Byte, 1 1 0x84 0x410 0x01 0x05 0, 1 0x4005 X X
Start test with external weight Start Test Function with external weight write Byte, 1 1 0x85 0x410 0x01 0x06 0, 1 0x4006 X X
Adjustment and test status Information Adjustment / Test status read Byte, 2 1 0x86 0x410 0x01 0x07 0, 1 0x4007 X X X X X X X
Test deviation Adjustment / Test value read Float 32 1 0x87 0x410 0x01 0x08 0, 1 0x4008 X X
Set external adjustment weight and start adjust
External adjustment weight write Float 32 1 0x88 0x410 0x01 0x09 0, 1 0x4009 X X X X X X X
Parameter: Weight in unit selected according to Scale Status Group 2

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-2
ACT350 POWERCELL

IND360 POWERCELL
EIP Instance Values

ACT350 Precision

IND360 Precision
PROFIBUS Index

PROFINET slot +

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS slot

EIP Attribute #

ACT350 DIO
Description

Read/Write
Command

Data Type

ACT350
subslot
Number of points of linearity to be used
Parameter: 0 = None
Number of linearity ranges 1 = 3 points of linearity read/ write Byte, 2 1 0x89 0x410 0x01 0x0A 0, 1 0x400A X X X X X
2 = 4 points of linearity
3 = 5 points of linearity
Zero Adjustment Resets the zero (absolute reference) write byte, 1 1 0x8A 0x410 0x01 0x0B 0, 1 0x400B X X X X X
Span Adjustment Value 1 xLow Used in 5 point linearity adjustment read/ write Float 32 1 0x8C 0x410 0x01 0x0C 0, 1 0x400C X X X X X
Span Adjustment Value 2 Low Used in 5 point and 4 point linearity adjustment read/ write Float 32 1 0x8D 0x410 0x01 0x0D 0, 1 0x400D X X X X X
Span Adjustment Value 3 Middle Used in 5, 4 and 3 point linearity adjustment read/ write Float 32 1 0x8E 0x410 0x01 0x0E 0, 1 0x400E X X X X X
Span Adjustment Value 4 High Used in all forms of span adjustment read/ write Float 32 1 0x8F 0x410 0x01 0x0F 0, 1 0x400F X X X X X
Validate (Confirm) Adjustment Validate Adjustment read/ write byte, 1 1 0x90 0x410 0x01 0x10 0, 1 0x4010 X X X X X
Get currently requested external calibration weight during ongoing adjustment or
Requested weight read Float 32 1 0x91 0x410 0x01 0x11 0, 1 0x4011 X X
calibration procedure
Set external calibration test weight unless default shall be used
External test weight write Float 32 1 0x92 0x410 0x01 0x12 0, 1 0x4012 X X
Parameter: Weight in unit selected according to Scale Status Group 2
Span Adjustment Counts 1 xLow Used with Span adjustment value to read/write calibration read/ write long, 4 1 0x93 0x410 0x01 0x13 0, 1 0x4013 X X X X X
Span Adjustment Counts 2 Low Used with Span adjustment value to read/write calibration read/ write long, 4 1 0x94 0x410 0x01 0x14 0, 1 0x4014 X X X X X
Span Adjustment Counts 3 Middle Used with Span adjustment value to read/write calibration read/ write long, 4 1 0x95 0x410 0x01 0x15 0, 1 0x4015 X X X X X
Span Adjustment Counts 4 High Used with Span adjustment value to read/write calibration read/ write long, 4 1 0x96 0x410 0x01 0x16 0, 1 0x4016 X X X X X
Set number of steps & begin step calibration Set number of steps and begin step calibration write byte, 1 1 0x97 0x410 0x01 0x17 0, 1 0x4017 X X X X X
Sets weight value for current step in calibration &
Set weight value for current step in calibration and starts step write Float 32 1 0x98 0x410 0x01 0x18 0, 1 0x4018 X X X X X
starts step
Calfree triggers CalFree calibration start write byte, 2 1 0x9B 0x410 0x01 0x1A 0, 1 0x401A X X X
Calfree cell capacity parameter for CalFree read/ write Float 32 1 0x9C 0x410 0x01 0x1B 0, 1 0x401B X X X
Calfree unit parameter for CalFree read/ write Byte, 1 1 0x9D 0x410 0x01 0x1C 0, 1 0x401C X X X
Calfree cell output parameter for CalFree read/ write Float 32 1 0x9E 0x410 0x01 0x1D 0, 1 0x401D X X X
CalFree Plus Trigger CalFree Plus calibration start read/ write Byte, 2 1 0x9F 0x410 0x01 0x1E 0, 1 0x401E X X
Get temporary weight in step mode Set weight value for current step in calibration and starts step read float, 4 1 0x8B 0x410 0x01 0x1F 0, 1 0x401F X X X
Enable / Disable step control C5 Read/ write Byte, 1 1 0x8B 0x410 0x01 0x1F 0, 1 0x401F X X
Zero adjustment count Resets the zero (absolute reference) read/ write long, 4 1 0xE5 0x410 0x01 0x20 0, 1 0x4020 X X X
Sensitivity adjustment (Triggered) C8 1 -4 read/ write Byte, 1 1 0xE5 0x410 0x01 0x20 0, 1 0x4020 X X
Struct 32 (Float,
Sensitivity adjustment (Display weight) C8 7 Sensitivity adjustment (displayed weight) write 3 0x02 0x410 0x01 0x21 0, 1 0x4021 X X
Float)
Internal adjustment PBK/PFK Internal adjustement (MTCS C9, 1) write Byte, 1 3 0x03 0x410 0x01 0x22 0,1 0x4022 X

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-3
ACT350 POWERCELL

IND360 POWERCELL
EIP Instance Values

ACT350 Precision

IND360 Precision
PROFIBUS Index

PROFINET slot +

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS slot

EIP Attribute #

ACT350 DIO
Description

Read/Write
Command

Data Type

ACT350
subslot
Get temporary weight in step mode Get temporary weight in step mode Read Float 32 3 0x04 0x410 0x01 0x23 0,1 0x4023 X X
Comparator status group 1 Comparator status group 1 read short, 2 1 0xD0 0x411 0x01 0x01 0, 1 0x4051 X X X X X X X
Report # of Comparator used Read how many comparators are used read byte, 1 2 0x03 0x411 0x01 0x04 0, 1 0x4054 X X X X
Write # of Comparator used Write how many comparators are used write byte, 1 2 0x03 0x411 0x01 0x04 0, 1 0x4054 X X X X
Report/Write Comparator 1 Limit Read/Write value for comparator # 1 read/ write Float 32 2 0x04 0x411 0x01 0x05 0, 1 0x4055 X X X X X X X
Report/Write Comparator 2 Limit Read/Write value for comparator # 2 read/ write Float 32 2 0x05 0x411 0x01 0x06 0, 1 0x4056 X X X X X X X
Report/Write Comparator 3 Limit Read/Write value for comparator # 3 read/ write Float 32 2 0x06 0x411 0x01 0x07 0, 1 0x4057 X X X X X X X
Report/Write Comparator 4 Limit Read/Write value for comparator # 4 read/ write Float 32 2 0x07 0x411 0x01 0x08 0, 1 0x4058 X X X X X X X
Report/Write Comparator 5 Limit Read/Write value for comparator # 5 read/ write Float 32 2 0x08 0x411 0x01 0x09 0, 1 0x4059 X X X X X X X
Report/Write Comparator 6 Limit Read/Write value for comparator # 6 read/ write Float 32 2 0x09 0x411 0x01 0x0A 0,1 0x405A X X X
Report/Write Comparator 7 Limit Read/Write value for comparator # 7 read/ write Float 32 2 0x0A 0x411 0x01 0x0B 0,1 0x405B X X X
Report/Write Comparator 8 Limit Read/Write value for comparator # 8 read/ write Float 32 2 0x0B 0x411 0x01 0x0C 0,1 0x405C X X X
Apply Comparator trigger Instructs device to use new comparator values write byte, 1 2 0x1E 0x411 0x01 0x1F 0, 1 0x406F X X X X X X X
Report / Write Comparator 1 High Limit Comparator 1 configuration high limit read/ write Float 32 4 0x00 0x411 1 0x20 0,1 0x4070 X X X
Report / Write Comparator 2 High Limit Comparator 2 configuration high limit read/ write Float 32 4 0x01 0x411 1 0x21 0,1 0x4071 X X X
Report / Write Comparator 3 High Limit Comparator 3 configuration high limit read/ write Float 32 4 0x02 0x411 1 0x22 0,1 0x4072 X X X
Report / Write Comparator 4 High Limit Comparator 4 configuration high limit read/ write Float 32 4 0x03 0x411 1 0x23 0,1 0x4073 X X X
Report / Write Comparator 5 High Limit Comparator 5 configuration high limit read/ write Float 32 4 0x04 0x411 1 0x24 0,1 0x4074 X X X
Report / Write Comparator 6 High Limit Comparator 6 configuration high limit read/ write Float 32 4 0x05 0x411 1 0x25 0,1 0x4075 X X X
Report / Write Comparator 7 High Limit Comparator 7 configuration high limit read/ write Float 32 4 0x06 0x411 1 0x26 0,1 0x4076 X X X
Report / Write Comparator 8 High Limit Comparator 8 configuration high limit read/ write Float 32 4 0x07 0x411 1 0x27 0,1 0x4077 X X X
Read / Write Comparator 1 Source Comparator 1 source configuration read/ write Byte, 1 4 0x10 0x411 1 0x30 0,1 0x4080 X X X
Read / Write Comparator 2 Source Comparator 2 source configuration read/ write Byte, 1 4 0x11 0x411 1 0x31 0,1 0x4081 X X X
Read / Write Comparator 3 Source Comparator 3 source configuration read/ write Byte, 1 4 0x12 0x411 1 0x32 0,1 0x4082 X X X
Read / Write Comparator 4 Source Comparator 4 source configuration read/ write Byte, 1 4 0x13 0x411 1 0x33 0,1 0x4083 X X X
Read / Write Comparator 5 Source Comparator 5 source configuration read/ write Byte, 1 4 0x14 0x411 1 0x34 0,1 0x4084 X X X
Read / Write Comparator 6 Source Comparator 6 source configuration read/ write Byte, 1 4 0x15 0x411 1 0x35 0,1 0x4085 X X X
Read / Write Comparator 7 Source Comparator 7 source configuration read/ write Byte, 1 4 0x16 0x411 1 0x36 0,1 0x4086 X X X
Read / Write Comparator 8 Source Comparator 8 source configuration read/ write Byte, 1 4 0x17 0x411 1 0x37 0,1 0x4087 X X X
Read / Write Comparator 1 Active Comparator 1 active read/ write Byte, 1 4 0x20 0x411 1 0x40 0,1 0x4090 X X X
Read / Write Comparator 2 Active Comparator 2 active read/ write Byte, 1 4 0x21 0x411 1 0x41 0,1 0x4091 X X X
Read / Write Comparator 3 Active Comparator 3 active read/ write Byte, 1 4 0x22 0x411 1 0x42 0,1 0x4092 X X X
Read / Write Comparator 4 Active Comparator 4 active read/ write Byte, 1 4 0x23 0x411 1 0x43 0,1 0x4093 X X X

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-4
ACT350 POWERCELL

IND360 POWERCELL
EIP Instance Values

ACT350 Precision

IND360 Precision
PROFIBUS Index

PROFINET slot +

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS slot

EIP Attribute #

ACT350 DIO
Description

Read/Write
Command

Data Type

ACT350
subslot
Read / Write Comparator 5 Active Comparator 5 active read/ write Byte, 1 4 0x24 0x411 1 0x44 0,1 0x4094 X X X
Read / Write Comparator 6 Active Comparator 6 active read/ write Byte, 1 4 0x25 0x411 1 0x45 0,1 0x4095 X X X
Read / Write Comparator 7 Active Comparator 7 active read/ write Byte, 1 4 0x26 0x411 1 0x46 0,1 0x4096 X X X
Read / Write Comparator 8 Active Comparator 8 active read/ write Byte, 1 4 0x27 0x411 1 0x47 0,1 0x4097 X X X
Print Execute ePrint Write Uint 8 2 0x70 0x412 1 0x01 0,1 0x4101 X X X
Report custom group 1 Custom group 1 status Read Short, 2 2 0x71 0x412 1 0x02 0, 1 0x4102 X X X
Report custom group 2 Custom group 2 status read Short, 2 2 0x72 0x412 1 0x03 0, 1 0x4103 X
Voltage monitor channels View voltage monitor channels read Struct 256 1 0xB0 0x413 0x01 0x11 0, 1 0x4161
Load cycle monitor channels view load cycle monitor channels read Struct 512 1 0xB1 0x413 0x01 0x12 0, 1 0x4162
Zero deviation Query zero deviation read Float 32 1 0xB2 0x413 0x01 0x13 0, 1 0x4163
Zero deviation monitor channels view zero deviation monitor channels read Struct 256 1 0xB3 0x413 0x01 0x14 0, 1 0x4164
Temperature monitor channels view temperature monitor channels read Struct 512 1 0xB4 0x413 0x01 0x15 0, 1 0x4165
Temperature gradient Query temperature gradient read Struct 96 1 0xB5 0x413 0x01 0x16 0, 1 0x4166
Temperature gradient channels view temperature gradient channels read Struct 128 1 0xB6 0x413 0x01 0x17 0, 1 0x4167
Temperature values Query temperature value (multiple channels) read Struct 128 1 0xB7 0x413 0x01 0x18 0, 1 0x4168 X
Internal temperature Query the load cell temperature value read Float 32 1 0xB8 0x413 0x01 0x19 0, 1 0x4169
Restart device restart device - software restart write Uint 8 1 0xC9 0x413 0x01 0x2A 0, 1 0x417A X
Update CANMaster power diagnosis Send 1 command to update the voltage and current of CANMaster write byte, 1 1 0xCE 0x413 0x01 0x2E 0, 1 0x417E X
Maximum supply power for LCs Inquire maximum supply voltage for LCs in history in mV read unsigned short, 2 1 0xCF 0x413 0x01 0x2F 0, 1 0x417F X
Maximum supply current for LCs Inquire maximum supply voltage for LCs in history in mA read unsigned short, 2 1 0xEC 0x413 0x01 0x30 0, 1 0x4180 X
Inquire supply power error counts. Once over current has occurred, the error counts
Supply power error counts read unsigned short, 2 1 0xD1 0x413 0x01 0x31 0, 1 0x4181 X
would increase one. Int type, range 0~65535
Inquire supply current error counts. Once over current has occurred, the error counts
Supply current error counts read unsigned short, 2 1 0xD2 0x413 0x01 0x32 0, 1 0x4182 X
would increase one. Int type, range 0~65535
Maximum voltage of CANH Inquire maximum voltage of CANH in mv read short, 2 1 0xD3 0x413 0x01 0x33 0, 1 0x4183 X
Minimum voltage of CANH Inquire minimum voltage of CANH in mv read short, 2 1 0xD4 0x413 0x01 0x34 0, 1 0x4184 X
Maximum voltage of CANL Inquire maximum voltage of CANL in mv read short, 2 1 0xD5 0x413 0x01 0x35 0, 1 0x4185 X
Minimum voltage of CANL Inquire minimum voltage of CANL in mv read short, 2 1 0xD6 0x413 0x01 0x36 0, 1 0x4186 X
Current supply power for LCs Inquire the current supply power for LCs read short, 2 1 0xD7 0x413 0x01 0x37 0, 1 0x4187 X
Current supply current for LCs Inquire the current supply current for LCs read short, 2 1 0xD8 0x413 0x01 0x38 0, 1 0x4188 X
Send 1 to update the current VIN_LC,VIN_ COM,V_ SHIELD voltage of LCs, every LC need
Update LCs voltage diagnosis write byte,1 1 0xD9 0x413 0x01 0x39 0, 1 0x4189 X
one second to update data
VIN_LC of LCs Inquire the current VIN_LC voltage of LCs in mV read long*1 4,56 1 0xDA 0x413 0x01 0x3A 0, 1 0x418A X
Temperature of LCs Inquire the current temperature of every LC in ℃ read long*1 4,56 1 0xDB 0x413 0x01 0x3B 0, 1 0x418B X

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-5
ACT350 POWERCELL

IND360 POWERCELL
EIP Instance Values

ACT350 Precision

IND360 Precision
PROFIBUS Index

PROFINET slot +

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS slot

EIP Attribute #

ACT350 DIO
Description

Read/Write
Command

Data Type

ACT350
subslot
VIN_COM of LCs Inquire the current VIN_COM voltage of every LC in mV read long*1 4,56 1 0xDC 0x413 0x01 0x3C 0, 1 0x418C X
V_SHIELD of LCs Inquire the current V_SHIELD voltage of every LC in mV read long*1 4,56 1 0xDD 0x413 0x01 0x3D 0, 1 0x418D X
Send 1 to update the current gas sensor value of LCs, every LC need maximum six
Update LCs gas diagnosis write byte, 1 1 0xDE 0x413 0x01 0x3E 0, 1 0x418E X
seconds to update data
Gas concentration of LCs Inquire the current gas sensor value of LCs as percentage read long*1 4,56 1 0xDF 0x413 0x01 0x3F 0, 1 0x418F X
Send 1 to update the current capacity, unit & sw version of LCs. Every LC needs one
Update LCs information write byte, 1 1 0xE0 0x413 0x01 0x40 0, 1 0x4190 X
second to update data
Inquire the current communication error counts of every LC. If normal at first then LC
Communication error counts of LCs communication error occurs, the error counts would increase one. Int type, range read long*1 4,56 1 0xE1 0x413 0x01 0x41 0, 1 0x4191 X
0~65535
Inquire the current overload normal range counts of every LC. If weight is normal at first
Overload normal range counts of LCs then overload between 101% ~ 150% of LC normal capacity occurs, the error counts read long*1 4,56 1 0xE2 0x413 0x01 0x42 0, 1 0x4192 X
would increase one. Int type, range 0~65535
Inquire the current overload operate range counts of every LC. If weight is normal at first
Overload operate range counts of LCs then overload larger than 150% of LC normal capacity occurs, the error counts would read long*1 4,56 1 0xE3 0x413 0x01 0x43 0, 1 0x4193 X
increase one. Int type, range 0~65535
Inquire the current temperature beyond normal range counts of every LC. Once first
Temperature beyond normal range counts of LCs normal then temperature beyond LC normal range happened, the error counts would read long*1 4,56 1 0xE4 0x413 0x01 0x44 0, 1 0x4194 X
increase one. Int type, range 0~65535
Inquire the current temperature beyond operate range counts of every LC. If normal at
Temperature beyond operate range counts of LCs first then temperature beyond LC operate range occurs, the error counts would increase read long*1 4,56 1 0xE5 0x413 0x01 0x45 0, 1 0x4195 X
one. Int type, range 0~65535
Inquire the current temperature beyond operate range counts of every LC after
Temperature beyond operate range counts of LCs temperature RunFlat trigger. If normal at first then temperature beyond LC operate range
read long*1 4,56 1 0xE6 0x413 0x01 0x46 0, 1 0x4196 X
after temperature RunFlat trigger occurs, the error counts would increase one. Int type, range 0~65535. The operate
ranges differ by LC type (index 736)
Cable / PLC / Device failure. Each time fieldbus loses connection, count increases by
PLC communication failure count read unsigned short, 2 1 0xE7 0x413 0x01 0x47 0, 1 0x4197 X
one
Scale overload count Scale overload count read unsigned short, 4 1 0xE8 0x413 0x01 0x48 0, 1 0x4198 X
Scale calibration count Scale calibration count read unsigned short, 4 1 0xE9 0x413 0x01 0x49 0, 1 0x4199 X
Scale zero command count Scale zero command count read unsigned short, 4 1 0xEA 0x413 0x01 0x4A 0, 1 0x419A X
Scale zero command failed count Scale zero command failed count read unsigned short, 4 1 0xEB 0x413 0x01 0x4B 0, 1 0x419B X
Automatic prefilling Automatic prefilling configuration read/write Struct 32 1 0xEF 0x414 0x01 0x01 0, 1 0x4201
Material filling duration Material filling duration configuration read/write Uint 16 1 0xF0 0x414 0x01 0x02 0, 1 0x4202
Automatic refilling Automatic refilling configuration read/write Uint 8 1 0xF1 0x414 0x01 0x03 0, 1 0x4203
Target weight Target weight configuration read/ write Struct 128 1 0xF2 0x414 0x01 0x04 0, 1 0x4204
Optimization function Optimization function configuration read/ write Struct 24 1 0xF3 0x414 0x01 0x05 0, 1 0x4205
Weight monitor function Weight monitor function configuration read/ write Struct 480 1 0xF4 0x414 0x01 0x06 0, 1 0x4206

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-6
ACT350 POWERCELL

IND360 POWERCELL
EIP Instance Values

ACT350 Precision

IND360 Precision
PROFIBUS Index

PROFINET slot +

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS slot

EIP Attribute #

ACT350 DIO
Description

Read/Write
Command

Data Type

ACT350
subslot
Time monitor function Time monitor function configuration read/ write Struct 320 1 0xF5 0x414 0x01 0x07 0, 1 0x4207
Filter stability criteria Filling stability criteria configuration read/ write Struct 64 1 0xF6 0x414 0x01 0x08 0, 1 0x4208
Filing phase Filling phase configuration read/ write Struct 480 1 0xF7 0x414 0x01 0x09 0, 1 0x4209
Automatic tare Automatic tare configuration read/ write Struct 192 1 0xF8 0x414 0x01 0x0A 0, 1 0x420A
Digital output function Digital output function configuration read/ write Struct 80 1 0xF9 0x414 0x01 0x0B 0, 1 0x420B
Emptying function Emptying function configuration read/ write Struct 48 1 0xFA 0x414 0x01 0x0C 0, 1 0x420C
Filling statistics Filling statistics read Struct 224 1 0xFB 0x414 0x01 0x0D 0, 1 0x420D
Clear filling statistics Clear filling statistics write Uint 8 1 0xFC 0x414 0x01 0x0E 0, 1 0x420E
Filling application status Filling application status read Uint 16 1 0xFD 0x414 0x01 0x0F 0, 1 0x420F
Report filling status Report filling state read Uint 8 1 0xFE 0x414 0x01 0x10 0, 1 0x4210
Control filling status control filling write Uint 8 1 0xFF 0x414 0x01 0x11 0, 1 0x4211
Report/Write low pass frequency Read/Write low pass Frequency read/ write Float 32 1 0x3C 0x415 1 0x01 0,1 0x4251 X
Report/write Stabilty Filter Stability Filter read/ write Float 32 1 0x40 0x415 1 0x05 0,1 0x4255 X
weighing filter mode

Weighing mode read/ write Float 32 1 0x41 0x415 0x01 0x06 0, 1 0x4256 X X X
Parameter: 0 = Universal weighing
2 = Fix filter
weighing filter level

Parameter: 0 = Very stable


Weighing environment 1 = Stable read/ write Float 32 1 0x42 0x415 0x01 0x07 0, 1 0x4257 X X X
2 = Standard
3 = Unstable
4 = Very unstable
Configure / Read Cut-Off frequency

Cut-off frequency read/ write Float 32 1 0x43 0x415 0x01 0x08 0, 1 0x4258 X X X
Parameter: 0 = Pre-defined frequency used, changeable over weighing environment
0.001 Hz – 20.0 Hz = Cut-off frequency
Cut-off frequency for alternate weight path Configure / Read Cut-off frequency for alternate weight path read/ write Float 32 1 0x69 0x415 0x01 0x0B 0, 1 0x4259
Read/Write customer defined overload threshold Set threshold about the customer overload in divisions read/ write Short, 2 1 0x6A 0x415 0x01 0x0C 0, 1 0x425C X X X
Read/Write customer defined underload threshold Set threshold about the customer underload in divisions read/ write Short, 2 1 0x6B 0x415 0x01 0x0D 0, 1 0x425D X X X
Offset of calibration for gravity influence
Geo code read/ write Float 32 1 0x70 0x416 0x01 0x01 0, 1 0x4301 X X X
Parameter: -1.0 – 31.0
Disable weight display 1 = weight display disabled, 0 = weight display enabled read/ write Binary 1 0x71 0x416 0x01 0x02 0, 1 0x4302
Report LFT State Shows the status of the weights and measures switch position (LFT Y/N) read Binary 1 0x73 0x416 0x01 0x04 0, 1 0x4304

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-7
ACT350 POWERCELL

IND360 POWERCELL
EIP Instance Values

ACT350 Precision

IND360 Precision
PROFIBUS Index

PROFINET slot +

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS slot

EIP Attribute #

ACT350 DIO
Description

Read/Write
Command

Data Type

ACT350
subslot
Display - Energy Saving Mode Time value for the display to turn off "Green MT feature" read/ write Float 32 1 0x78 0x416 0x01 0x09 0, 1 0x4309 X X X X X X
Factory reset Factory Reset write Short 1 0x79 0x416 0x01 0x0A 0, 1 0x430A X X
Change weight readability

Parameter: 0 = 1 d
Readability 1 = 10 d read/ write Float 32 1 0x7A 0x416 0x01 0x0B 0, 1 0x430B X X
2 = 100 d
3 = 1000 d
4=2d
5=5d
Change Display Resolution (M110) value from -6 to 6 which corresponds with different display resolutions read/ write Uint 8 1 0x7B 0x416 0x01 0x0C 0, 1 0x430C X X
Signal output frequency settings reads/sets output frequency signal read/ write Float 32 1 0x7C 0x416 0x01 0x0D 0, 1 0x430D
Reverse weighing mode sets weighing mode for loss in weight read/ write Binary 1 0x7D 0x416 0x01 0x0E 0, 1 0x430E
Sets electrical termination of RS422/RS485 lines sets electrical termination of RS422/485 lines read/ write Struct 16 1 0x7E 0x416 0x01 0x0F 0, 1 0x430F
Timeout for issued command
General timeout read/ write Float 32 1 0x46 0x417 0x01 0x01 0, 1 0x4351 X
Parameter: 0 – 65535 Seconds
Report Zero Stability time
Observation time for zero read/ write Float 32 1 0x48 0x417 0x01 0x03 0, 1 0x4353 X X
Parameter: 0.1 – 4.0 Seconds
Report Zero Stability digit [d]
Tolerance for zero read/ write Float 32 1 0x49 0x417 0x01 0x04 0, 1 0x4354 X X
Parameter: 0.25 – 1000 digits
Report Tare Stability time
Observation time for tare read/ write Float 32 1 0x4A 0x417 0x01 0x05 0, 1 0x4355 X X
Parameter: 0.1 – 4.0 Seconds
Report Tare Stability digit [d]
Tolerance for tare read/ write Float 32 1 0x4B 0x417 0x01 0x06 0, 1 0x4356 X X
Parameter: 0.25 – 1000 digits
Report Weight Stability time
Observation time for weighing read/ write Float 32 1 0x4C 0x417 0x01 0x07 0, 1 0x4357 X X
Parameter: 0.1 – 4.0 Seconds
Report Weight Stability digit [d]
Tolerance for weighing read/ write Float 32 1 0x4D 0x417 0x01 0x08 0, 1 0x4358 X X
Parameter: 0.25 – 1000 digits
Smallest calculated approvable interval value Smallest calculated approvable interval value read/ write Float 32 1 0x5A 0x417 0x01 0x15 0, 1 0x4365
d, increment Smallest available digit read/ write Float 32 1 0x5B 0x417 0x01 0x16 0, 1 0x4366 X X X X X

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-8
ACT350 POWERCELL

IND360 POWERCELL
EIP Instance Values

ACT350 Precision

IND360 Precision
PROFIBUS Index

PROFINET slot +

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS slot

EIP Attribute #

ACT350 DIO
Description

Read/Write
Command

Data Type

ACT350
subslot
Nmax (Maximal capacity) Scale/Sensor capacity read/ write Float 32 1 0x5C 0x417 0x01 0x17 0, 1 0x4367 X X X X X X
Enable / Disable auto zero function

Automatic zero tracking read/ write Byte, 1 1 0x63 0x417 0x01 0x1E 0, 1 0x436E X X X X
Parameter: 0 = Disabled
1 = Enabled
Enable / Disable zeroing mode at startup

Zeroing at start-up read/ write Byte, 1 1 0x64 0x417 0x01 0x1F 0, 1 0x436F X X X X
Parameter: 0 = Disabled
1 = Enabled
Report Raw load cell counts Filtered load cell value in counts Read Unsigned Long 1 0x66 0x417 0x01 0x21 0,1 0x4371 X X
Reports gross weight value from each individual load cell. Placed into 15 element array
of floating point values. The first element is the total gross weight for the scale. Individual Struct(Float
Report gross weight from each LC Read 2 0xB0 0x417 0x01 0x24 0,1 0x4374 X X
weight values follow in subsequent elements of the array. If not all possible load cells 32*15)
are used, a value of 0 will be reported in all unused array elements.
Reports net weight value from each individual load cell. Placed into 15 element array of
floating point values. The first element is the total net weight for the scale. Individual Struct(Float
Report net weight from each LC Read 2 0xB1 0x417 0x01 0x25 0,1 0x4375 X X
weight values follow in subsequent elements of the array. If not all possible load cells 32*15)
are used, a value of 0 will be reported in all unused array elements.
Report/Write #1 Input Polarity Determines the polarity of the input at setup. Read/ write byte, 1 2 0x10 0x418 0x01 0x01 0, 1 0x4401 X X X
Report/Write #1 Input Assignment Application dependent ex. 0=None, 1=Clear Tare, 2 = Tare, 3 = zero Read/ write byte, 1 2 0x11 0x418 0x01 0x02 0, 1 0x4402 X X X X X X
Report/Write #1 trig mode (edge) Input is triggered on the leading (1) or lagging edge(0) Read/ write Byte, 1 2 0x12 0x418 0x01 0x03 0,1 0x4403 X X X
Report/Write #2 Input Polarity Determines the polarity of the input at setup. Read/ write byte, 1 2 0x13 0x418 0x01 0x04 0, 1 0x4404 X X X
Report/Write #2 Input Assignment Application dependent ex. 0=None, 1=Clear Tare, 2 = Tare, 3 = zero Read/ write byte, 1 2 0x14 0x418 0x01 0x05 0, 1 0x4405 X X X X X X
Report/Write #2 trig mode (edge) Input is triggered on the leading (1) or lagging edge(0) Read/ write byte, 1 2 0x15 0x418 0x01 0x06 0,1 0x4406 X X X
Report/Write #3 Input Polarity Determines the polarity of the input at setup. Read/ write byte, 1 2 0x16 0x418 0x01 0x07 0, 1 0x4407 X X X
Report/Write #3 Input Assignment Application dependent ex. 0=None, 1=Clear Tare, 2 = Tare, 3 = zero Read/ write byte, 1 2 0x17 0x418 0x01 0x08 0, 1 0x4408 X X X X X X
Report/Write #3 trig mode (edge) Input is triggered on the leading (1) or lagging edge(0) Read/ write byte, 1 2 0x18 0x418 0x01 0x09 0,1 0x4409 X X X
Report/Write Output Polarity Read/Write Output polarity Read/ write byte, 1 2 0x1C 0x418 0x01 0x0D 0, 1 0x440D X X X
Report/Write #1 Output Assignment Value based on application: 0, 1, 2, 3, 4, 5,etc. Read/ write byte, 1 2 0x1D 0x418 0x01 0x0E 0, 1 0x440E X X X X X X
Report/Write #2 Output Assignment Value based on application: 0, 1, 2, 3, 4, 5,etc. Read/ write byte, 1 2 0x24 0x418 0x01 0x15 0, 1 0x4415 X X X X X X
Report/Write #3 Output Assignment Value based on application: 0, 1, 2, 3, 4, 5,etc. Read/ write byte, 1 2 0x2B 0x418 0x01 0x1C 0, 1 0x441C X X X X X X
Report/Write #4 Output Assignment Value based on application: 0, 1, 2, 3, 4, 5,etc. Read/ write byte, 1 2 0x32 0x418 0x01 0x23 0, 1 0x4423 X X X X X X
Report/Write #5 Output Assignment Value based on application: 0, 1, 2, 3, 4, 5,etc. Read/ write byte, 1 2 0x39 0x418 0x01 0x2A 0, 1 0x442A X X X X X X
Last dynamic weight value Last dynamic weight value Read Float 32 2 0x90 0x41A 0x01 0x01 0, 1 0x4501 X
Calculated number of dynamic weighments Calculated number of dynamic weighments (counts) Read Uint 32 2 0x92 0x41A 0x01 0x03 0, 1 0x4503 X
Maximum dynamic weight value Max dynamic weight Read Float 32 2 0x93 0x41A 0x01 0x04 0, 1 0x4504 X

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-9
ACT350 POWERCELL

IND360 POWERCELL
EIP Instance Values

ACT350 Precision

IND360 Precision
PROFIBUS Index

PROFINET slot +

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS slot

EIP Attribute #

ACT350 DIO
Description

Read/Write
Command

Data Type

ACT350
subslot
Minimum dynamic weight value Min dynamic weight Read Float 32 2 0x94 0x41A 0x01 0x05 0, 1 0x4505 X
Mean dynamic weight value Average dynamic weight Read Float 32 2 0x95 0x41A 0x01 0x06 0, 1 0x4506 X
Standard deviation of last 20 dynamic weighments Standard deviation of last 20 dynamic weighments Read Float 32 2 0x96 0x41A 0x01 0x07 0, 1 0x4507 X
Input setup using structure (DIN & SICS string) Input setup using structure (DIN & SICS string) read/ write Struct 2 0x41 0x418 0x01 0x32 0, 1 0x4432 X X
Manually control output ports of device. High value will force the corresponding output to
turn high.
Write Output Signal Write Byte, 1 2 0x42 0x418 0x01 0x33 0, 1 0x4433 X X
e.g. When using little Endian format, 00011101 will cause output 0, 2, 3 and 4 high.
Output 1 will be low.
Report Target weight Report Target Weight read Float 32 2 0x5F 0x419 0x01 0x10 0, 1 0x4460 X X
Report/Write #4 trig mode (edge) Input is triggered on the leading (1) or lagging edge(0) read/ write Byte, 1 3 0x22 0x418 0x01 0x43 0,1 0x4603 X X X
Report/Write #4 input Assignment Application dependent ex. 0=None, 1=Clear Tare, 2 = Tare, 3 = zero, 4… read/ write Byte, 1 3 0x21 0x418 0x01 0x42 0,1 0x4602 X X X
Report/Write #5 trig mode (edge) Input is triggered on the leading (1) or lagging edge(0) read/ write Byte, 1 3 0x25 0x418 0x01 0x46 0,1 0x4606 X X X
Report/Write #5 input Assignment Application dependent ex. 0=None, 1=Clear Tare, 2 = Tare, 3 = zero, 4… read/ write Byte, 1 3 0x24 0x418 0x01 0x45 0,1 0x4605 X X X
Report/write #6 output assignment Value based on application: 0, 1, 2, 3, 4, 5,etc. read/ write Byte, 1 3 0x27 0x418 0x01 0x48 0, 1 0x4608 X X X
Report/write #7 output assignment Value based on application: 0, 1, 2, 3, 4, 5,etc. read/ write Byte, 1 3 0x2E 0x418 0x01 0x4F 0, 1 0x460F X X X
Report/write #8 output assignment Value based on application: 0, 1, 2, 3, 4, 5,etc. read/ write Byte, 1 3 0x35 0x418 0x01 0x56 0, 1 0x4616 X X X
Read float32 Test floating point variable – always reads 123.45 – no write permitted read Float 32 1 0x0A 0x30F 0x01 0x01 0, 1 0x5000 X X X X
Write float32 Test floating point variable – no usage in device except for test write Float 32 1 0x0B 0x30F 0x01 0x02 0, 0 0x5001 X X X X
Read uint16 Test integer variable – always reads 9876 read Uint 8 1 0x0C 0x30F 0x01 0x03 0, 1 0x5002 X X X X
Write uint16 Test integer variable – no usage in device except for test write Uint 8 1 0x0D 0x30F 0x01 0x04 0, 1 0x5003 X X X X
Read string Test string variable – always read "ABCD" read String 160 1 0x0E 0x30F 0x01 0x05 0, 1 0x5004 X X X X
Write string Test string variable – always read "ABCD" write String 160 1 0x0F 0x30F 0x01 0x06 0, 1 0x5005 X X X X
Read uint32 Test long integer variable – always reads 98765 read Long 1 0x10 0x30F 0x01 0x07 0, 1 0x5006 X X X X
Write uint32 Test long integer variable – no usage in device except for test write Long 1 0x11 0x30F 0x01 0x08 0, 1 0x5007 X X X X
Read uint8 Test byte variable – always reads 56h read byte, 1 1 0x12 0x30F 0x01 0x09 0, 1 0x5008 X X X X
Write uint8 Test byte variable – no usage in device except for test write byte, 1 1 0x13 0x30F 0x01 0x10 0, 1 0x5009 X X X X

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-10
5.1. Acyclic Commands – IND360 Dynamic
Application
The acyclic commands listed below are for use with the IND360 Dynamic application. Please note that
these same commands will not necessarily be supported or may work differently if used with anything other
than the IND360 Dynamic application. Please see the section specific to the application installed on your
device if using something other than the IND360 Dynamic application. More details about the IND360
Dynamic Application can be found in the IND360 Dynamic Application Manual.

IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Photoeye Mode

READ/ Float
Parameter: 3 0xA0 0x41B 0x01 0x01 0, 1 0x4701 X
WRITE 32
0 = Dual photoeye
1 = Single Photoeye
Installation Position

Parameter: READ/ Float


3 0xA1 0x41B 0x01 0x02 0, 1 0x4702 X
WRITE 32
0 = Front
1 = Rear
Multiple Objects

READ/ Float
Parameter: 3 0xA2 0x41B 0x01 0x03 0, 1 0x4703 X
WRITE 32
0 = False
1 = True
Burr Time
READ/ Float
3 0xA3 0x41B 0x01 0x04 0, 1 0x4704 X
WRITE 32
Parameter: 1-1000 ms
Interval Time
READ/ Float
3 0xA4 0x41B 0x01 0x05 0, 1 0x4705 X
WRITE 32
Parameter: 1-1000 ms
Object Length
READ/ Float
3 0xA5 0x41B 0x01 0x06 0, 1 0x4706 X
WRITE 32
Parameter: < Belt Length
Belt Speed
READ/ Float
3 0xA6 0x41B 0x01 0x07 0, 1 0x4707 X
WRITE 32
Parameter: 1-10000 rpm

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-11
IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Belt Length
READ/ Float
3 0xA7 0x41B 0x01 0x08 0, 1 0x4708 X
WRITE 32
Parameter: 1-5000 cm
Photoeye Polarity

READ/ Float
Parameter: 3 0xA8 0x41B 0x01 0x09 0, 1 0x4709 X
WRITE 32
0 = High Level
1 = Low Level
Min. Weighing Time
READ/ Float
3 0xA9 0x41B 0x01 0x0A 0, 1 0x470A X
WRITE 32
Parameter: 1-5000 ms
Max. Weighing Time
READ/ Float
3 0xAA 0x41B 0x01 0x0B 0, 1 0x470B X
Parameter: Min. Weighing WRITE 32
Time – 10000 ms
Filter Mode

READ/ Float
Parameter: 3 0xAB 0x41B 0x01 0x0C 0, 1 0x470C X
WRITE 32
0 = Automatic
1 = Manual
Filter Parameter
READ/ Float
3 0xAC 0x41B 0x01 0x0D 0, 1 0x470D X
WRITE 32
Parameter: 1-1000 ms
Compensation Management

READ/ Float
Parameter: 3 0xAD 0x41B 0x01 0x0E 0, 1 0x470E X
WRITE 32
0 = Disable
1 = Enable
Weight 1 – Dynamic READ/ Float
3 0xAE 0x41B 0x01 0x0F 0, 1 0x470F X
Application WRITE 32
Weight 2 – Dynamic READ/ Float
3 0xAF 0x41B 0x01 0x10 0, 1 0x4710 X
Application WRITE 32
Weight 3 – Dynamic READ/ Float
3 0xB0 0x41B 0x01 0x11 0, 1 0x4711 X
Application WRITE 32
Weight 4 – Dynamic READ/ Float
3 0xB1 0x41B 0x01 0x12 0, 1 0x4712 X
Application WRITE 32
Weight 5 – Dynamic READ/ Float
3 0xB2 0x41B 0x01 0x13 0, 1 0x4713 X
Application WRITE 32

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-12
IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Factor 1 – Dynamic
Application READ/ Float
3 0xB3 0x41B 0x01 0x14 0, 1 0x4714 X
WRITE 32
Parameter: 0.1-9
Factor 2 – Dynamic
Application READ/ Float
3 0xB4 0x41B 0x01 0x15 0, 1 0x4715 X
WRITE 32
Parameter: 0.1-9
Factor 3 – Dynamic
Application READ/ Float
3 0xB5 0x41B 0x01 0x16 0, 1 0x4716 X
WRITE 32
Parameter: 0.1-9
Factor 4 – Dynamic
Application READ/ Float
3 0xB6 0x41B 0x01 0x17 0, 1 0x4717 X
WRITE 32
Parameter: 0.1-9
Factor 5 – Dynamic
Application READ/ Float
3 0xB7 0x41B 0x01 0x18 0, 1 0x4718 X
WRITE 32
Parameter: 0.1-9
Completed Time Signal
READ/ Float
3 0xB8 0x41B 0x01 0x19 0, 1 0x4719 X
WRITE 32
Parameter: 1-5000 ms
Match Weighing Time
READ/ Float
3 0xB9 0x41B 0x01 0x1A 0, 1 0x471A X
Parameter: Weighing Time – WRITE 32
5000 ms
Object Counts
Float
READ 3 0xBA 0x41B 0x01 0x1B 0, 1 0x471B X
32
Parameter: 0-5
Total Counts
Float
READ 3 0xBB 0x41B 0x01 0x1C 0, 1 0x471C X
32
Parameter: 0-99,999,999
Float
Dynamic Weight READ 3 0xBC 0x41B 0x01 0x1D 0, 1 0x471D X
32
Float
Real Weighing Time READ 3 0xBD 0x41B 0x01 0x1E 0, 1 0x471E X
32

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-13
IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Valid Weight Counts
Float
WRITE 3 0xC3 0x41B 0x01 0x24 0, 1 0x4724 X
32
Parameter: 0-99,999,999
Invalid Weight Counts
Float
WRITE 3 0xC4 0x41B 0x01 0x25 0, 1 0x4725 X
32
Parameter: 0-99,999,999
Control Command – Dynamic
Application
Float
READ 3 0xC5 0x41B 0x01 0x26 0, 1 0x4726 X
Parameter: 32
0 = Stop
1 = Run
Clear Statistics
Float
READ 3 0xC6 0x41B 0x01 0x27 0, 1 0x4727 X
32
Parameter: 1 = clear
Zero State
READ/ Float
3 0xC7 0x41B 0x01 0x28 0, 1 0x4728 X
WRITE 32
Parameter: 0-100 d
Empty State
READ/ Float
3 0xC8 0x41B 0x01 0x29 0, 1 0x4729 X
WRITE 32
Parameter: 0-1000d
Over Weight
READ/ Float
3 0xC9 0x41B 0x01 0x2A 0, 1 0x472A X
WRITE 32
Parameter: 0-capacity
Under Weight
READ/ Float
3 0xCA 0x41B 0x01 0x2B 0, 1 0x472B X
WRITE 32
Parameter: 0-capacity
Photoeye Timeout
READ/ Float
3 0xCB 0x41B 0x01 0x2C 0, 1 0x472C X
WRITE 32
Parameter: 0-5000 ms
Dynamic Zero Enable

READ/ Float
Parameter: 3 0xCD 0x41B 0x02 0x2E 0, 2 0x472E X
WRITE 32
0 = Disable
1 = Enable

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-14
IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Dynamic Zero Threshold
READ/ Float
3 0xCE 0x41B 0x03 0x2F 0, 3 0x472F X
WRITE 32
Parameter: 0-capacity
Dynamic Zero Delay
READ/ Float
3 0xCF 0x41B 0x04 0x30 0, 4 0x4730 X
WRITE 32
Parameter: 1-999 ms
Dynamic Zero Interval
READ/ Float
3 0xD0 0x41B 0x05 0x31 0, 5 0x4731 X
WRITE 32
Parameter: 1-999 ms
Input1 Assignment

Parameter:
0 = None READ/ Byte,
2 0x11 0x418 0x01 0x02 0, 1 0x4402 X
7 = Run/Stop WRITE 1
8 = Front Photo Eye
9 = Rear Photo Eye
10 = Clear Statistics
Input2 Assignment

Parameter:
0 = None READ/ Byte,
2 0x14 0x418 0x01 0x05 0,1 0x4405 X
7 = Run/Stop WRITE 1
8 = Front Photo Eye
9 = Rear Photo Eye
10 = Clear Statistics
Input3 Assignment

Parameter:
0 = None READ/ Byte,
2 0x17 0x418 0x01 0x08 0,1 0x4408 X
7 = Run/Stop WRITE 1
8 = Front Photo Eye
9 = Rear Photo Eye
10 = Clear Statistics

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-15
IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Input4 Assignment

Parameter:
0 = None READ/ Byte,
3 0x21 0x418 0x01 0x42 0,1 0x4602 X
7 = Run/Stop WRITE 1
8 = Front Photo Eye
9 = Rear Photo Eye
10 = Clear Statistics
Input5 Assignment

Parameter:
0 = None READ/ Byte,
3 0x24 0x418 0x01 0x45 0,1 0x4605 X
7 = Run/Stop WRITE 1
8 = Front Photo Eye
9 = Rear Photo Eye
10 = Clear Statistics
Output1 Assignment

Parameter:
0 = None
15 = Run/Stop
READ/ Byte,
16 = Ready 2 0x1D 0x418 0x01 0x0E 0,1 0x440E X
WRITE 1
17 = Complete
18 = Zero State
19 = Empty State
20 = Alarm
21 = Timed Zero
Output2 Assignment

Parameter:
0 = None
15 = Run/Stop
READ/ Byte,
16 = Ready 2 0x24 0x418 0x01 0x15 0, 1 0x4415 X
WRITE 1
17 = Complete
18 = Zero State
19 = Empty State
20 = Alarm
21 = Timed Zero

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-16
IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Output3 Assignment

Parameter:
0 = None
15 = Run/Stop
READ/ Byte,
16 = Ready 2 0x2B 0x418 0x01 0x1C 0, 1 0x441C X
WRITE 1
17 = Complete
18 = Zero State
19 = Empty State
20 = Alarm
21 = Timed Zero
Output4 Assignment

Parameter:
0 = None
15 = Run/Stop
READ/ Byte,
16 = Ready 2 0x32 0x418 0x01 0x23 0, 1 0x4423 X
WRITE 1
17 = Complete
18 = Zero State
19 = Empty State
20 = Alarm
21 = Timed Zero
Output5 Assignment

Parameter:
0 = None
15 = Run/Stop
READ/ Byte,
16 = Ready 2 0x39 0x418 0x01 0x2A 0, 1 0x442A X
WRITE 1
17 = Complete
18 = Zero State
19 = Empty State
20 = Alarm
21 = Timed Zero

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-17
IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Output6 Assignment

Parameter:
0 = None
15 = Run/Stop
READ/ Byte,
16 = Ready 3 0x27 0x418 0x01 0x48 0,1 0x4608 X
WRITE 1
17 = Complete
18 = Zero State
19 = Empty State
20 = Alarm
21 = Timed Zero
Output7 Assignment

Parameter:
0 = None
15 = Run/Stop
READ/ Byte,
16 = Ready 3 0x2E 0x418 0x01 0x4F 0,1 0x460F X
WRITE 1
17 = Complete
18 = Zero State
19 = Empty State
20 = Alarm
21 = Timed Zero
Output8 Assignment

Parameter:
0 = None
15 = Run/Stop
READ/ Byte,
16 = Ready 3 0x35 0x418 0x01 0x56 0,1 0x4616 X
WRITE 1
17 = Complete
18 = Zero State
19 = Empty State
20 = Alarm
21 = Timed Zero

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-18
5.2. Acyclic Commands – IND360 Tank Vessel
Application
The acyclic commands listed below are for use with the IND360 Tank Vessel application. Please note that
these same commands will not necessarily be supported or may work differently if used with anything other
than the IND360 Tank Vessel application. Please see the section specific to the application installed on your
device if using something other than the IND360 Tank Vessel application. More details about the IND360
Tank Vessel Application can be found in the IND360 Tank Vessel Application Manual.

IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Target Source
READ/ Float
3 0xA0 0x41B 0x01 0x01 0, 1 0x4701 X X X
WRITE 32
Parameter: 0 – Tank Capacity
Tank Capacity
READ/ Float
3 0xA1 0x41B 0x01 0x02 0, 1 0x4702 X X X
WRITE 32
Parameter: 0 – Scale Capacity
Upper Limit
READ/ Float
3 0xA2 0x41B 0x01 0x03 0, 1 0x4703 X X X
WRITE 32
Parameter: 0 – Tank Capacity
Lower Limit
READ/ Float
3 0xA3 0x41B 0x01 0x04 0, 1 0x4704 X X X
WRITE 32
Parameter: 0 – Upper Limit
Lower Limit Alarm
READ/ Float
3 0xA4 0x41B 0x01 0x05 0, 1 0x4705 X X X
WRITE 32
Parameter: 0 – Lower Limit
Over Limit Alarm
READ/ Float
3 0xA5 0x41B 0x01 0x06 0, 1 0x4706 X X X
WRITE 32
Parameter: 0 – Tank Capacity
Float
Current Weight READ 3 0xA6 0x41B 0x01 0x07 0, 1 0x4707 X X X
32
Percentage of tank filled based Float
READ 3 0xA7 0x41B 0x01 0x08 0, 1 0x4708 X X X
on capacity 32
Clear Statistics

Parameter: Float
WRITE 3 0xA8 0x41B 0x01 0x09 0, 1 0x4709 X X X
0 = Disable 32
1 = Enable (Will automatically
disable once complete)

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-19
IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Lower Limit Counts
Float
READ 3 0xA9 0x41B 0x01 0x0A 0, 1 0x470A X X X
32
Parameter: 0 – 99,999,999
Upper Limit Counts
Float
READ 3 0xAA 0x41B 0x01 0x0B 0, 1 0x470B X X X
32
Parameter: 0 – 99,999,999
Refill Counts
Float
READ 3 0xAB 0x41B 0x01 0x0C 0, 1 0x470C X X X
32
Parameter: 0 – 99,999,999
Control Command

Float
Parameter: WRITE 3 0xAC 0x41B 0x01 0x0D 0, 1 0x470D X X X
32
0 = Stop
1 = Run
Input1 Assignment

Parameter:
0 = None
1 = Tare
READ/ Byte,
2 = Zero 2 0x11 0x418 0x01 0x02 0, 1 0x4402 X X X
WRITE 1
3 = Print
4 = Clear Tare
6 = Silence Alarm
7 = Run/Stop
8 = Clear Statistics
Input2 Assignment

Parameter:
0 = None
1 = Tare
READ/ Byte,
2 = Zero 2 0x14 0x418 0x01 0x05 0,1 0x4405 X X X
WRITE 1
3 = Print
4 = Clear Tare
6 = Silence Alarm
7 = Run/Stop
8 = Clear Statistics

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-20
IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Input3 Assignment

Parameter:
0 = None
1 = Tare
READ/ Byte,
2 = Zero 2 0x17 0x418 0x01 0x08 0,1 0x4408 X X X
WRITE 1
3 = Print
4 = Clear Tare
6 = Silence Alarm
7 = Run/Stop
8 = Clear Statistics
Input4 Assignment

Parameter:
0 = None
1 = Tare
READ/ Byte,
2 = Zero 3 0x21 0x418 0x01 0x42 0,1 0x4602 X X X
WRITE 1
3 = Print
4 = Clear Tare
6 = Silence Alarm
7 = Run/Stop
8 = Clear Statistics
Input5 Assignment

Parameter:
0 = None
1 = Tare
READ/ Byte,
2 = Zero 3 0x24 0x418 0x01 0x45 0,1 0x4605 X X X
WRITE 1
3 = Print
4 = Clear Tare
6 = Silence Alarm
7 = Run/Stop
8 = Clear Statistics

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-21
IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Output1 Assignment

Parameter:
0 = None
1 = Center of Zero
2 = Over Capacity
READ/ Byte,
3 = Under Zero 2 0x1D 0x418 0x01 0x0E 0,1 0x440E X X X
WRITE 1
4 = Motion
5 = Net
15 = Upper Limit
16 = Lower Limit
17 = Refill
18 = Alarm
Output2 Assignment

Parameter:
0 = None
1 = Center of Zero
2 = Over Capacity
READ/ Byte,
3 = Under Zero 2 0x24 0x418 0x01 0x15 0, 1 0x4415 X X X
WRITE 1
4 = Motion
5 = Net
15 = Upper Limit
16 = Lower Limit
17 = Refill
18 = Alarm
Output3 Assignment

Parameter:
0 = None
1 = Center of Zero
2 = Over Capacity
READ/ Byte,
3 = Under Zero 2 0x2B 0x418 0x01 0x1C 0, 1 0x441C X X X
WRITE 1
4 = Motion
5 = Net
15 = Upper Limit
16 = Lower Limit
17 = Refill
18 = Alarm

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-22
IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Output4 Assignment

Parameter:
0 = None
1 = Center of Zero
2 = Over Capacity
READ/ Byte,
3 = Under Zero 2 0x32 0x418 0x01 0x23 0, 1 0x4423 X X X
WRITE 1
4 = Motion
5 = Net
15 = Upper Limit
16 = Lower Limit
17 = Refill
18 = Alarm
Output5 Assignment

Parameter:
0 = None
1 = Center of Zero
2 = Over Capacity
READ/ Byte,
3 = Under Zero 2 0x39 0x418 0x01 0x2A 0, 1 0x442A X X X
WRITE 1
4 = Motion
5 = Net
15 = Upper Limit
16 = Lower Limit
17 = Refill
18 = Alarm
Output6 Assignment

Parameter:
0 = None
1 = Center of Zero
2 = Over Capacity
READ/ Byte,
3 = Under Zero 3 0x27 0x418 0x01 0x48 0,1 0x4608 X X X
WRITE 1
4 = Motion
5 = Net
15 = Upper Limit
16 = Lower Limit
17 = Refill
18 = Alarm

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-23
IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Output7 Assignment

Parameter:
0 = None
1 = Center of Zero
2 = Over Capacity
READ/ Byte,
3 = Under Zero 3 0x2E 0x418 0x01 0x4F 0,1 0x460F X X X
WRITE 1
4 = Motion
5 = Net
15 = Upper Limit
16 = Lower Limit
17 = Refill
18 = Alarm
Output8 Assignment

Parameter:
0 = None
1 = Center of Zero
2 = Over Capacity
READ/ Byte,
3 = Under Zero 3 0x35 0x418 0x01 0x56 0,1 0x4616 X X X
WRITE 1
4 = Motion
5 = Net
15 = Upper Limit
16 = Lower Limit
17 = Refill
18 = Alarm

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-24
5.3. Acyclic Commands – IND360 Fill Dose
Application
The acyclic commands listed below are for use with the IND360 Fill Dose application. Please note that
these same commands will not necessarily be supported or may work differently if used with anything other
than the IND360 Fill Dose application. Please see the section specific to the application installed on your
device if using something other than the IND360 Fill Dose application. More details about the IND360 Fill
Dose Application can be found in the IND360 Fill Dose Application Manual.

IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Work Mode

Float
Parameter: READ/WRITE 3 0xA0 0x41B 0x01 0x01 0, 1 0x4701 X
32
0 = Fill Dump
1 = Refill Dose
Feed Speeds

Parameter: Float
0 = One Speed READ/WRITE 3 0xA1 0x41B 0x01 0x02 0, 1 0x4702 X
32
1 = Two Speed
2 = Three Speed
Output Type

Float
Parameter: READ/WRITE 3 0xA2 0x41B 0x01 0x03 0, 1 0x4703 X
32
0 = Concurrent
1 = Independent
Complete Mode

Float
Parameter: READ/WRITE 3 0xA3 0x41B 0x01 0x04 0, 1 0x4704 X
32
0 = Weight Mode
1 = Time Mode
Clear Statistics

Parameter:
Float
0 = Disable WRITE 3 0xA5 0x41B 0x01 0x06 0, 1 0x4706 X
32
1 = Enable (Will
automatically disable once
complete)

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-25
IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Target Source

Float
Parameter: READ/WRITE 3 0xA6 0x41B 0x01 0x07 0, 1 0x4707 X
32
0 = Gross
1 = Net
Target
Float
READ/WRITE 3 0xA7 0x41B 0x01 0x08 0, 1 0x4708 X
32
Parameter: 0 - Capacity
Spill
Float
READ/WRITE 3 0xA8 0x41B 0x01 0x09 0, 1 0x4709 X
32
Parameter: 0 - Capacity
Fine Feed
Float
READ/WRITE 3 0xA9 0x41B 0x01 0x0A 0, 1 0x470A X
32
Parameter: 0 - Capacity
Fast Feed
Float
READ/WRITE 3 0xAA 0x41B 0x01 0x0B 0, 1 0x470B X
32
Parameter: 0 - Capacity
Heel Weight
Float
READ/WRITE 3 0xAB 0x41B 0x01 0x0C 0, 1 0x470C X
32
Parameter: 0 - Capacity
+ Tolerance
Float
READ/WRITE 3 0xAC 0x41B 0x01 0x0D 0, 1 0x470D X
32
Parameter: 0 - Capacity
- Tolerance
Float
READ/WRITE 3 0xAD 0x41B 0x01 0x0E 0, 1 0x470E X
32
Parameter: 0 - Capacity
Upper Limit
Float
READ/WRITE 3 0xAE 0x41B 0x01 0x0F 0, 1 0x470F X
32
Parameter: 0 - Capacity
Lower Limit
Float
READ/WRITE 3 0xAF 0x41B 0x01 0x10 0, 1 0x4710 X
32
Parameter: 0 - Capacity
Container Tare Max
Float
READ/WRITE 3 0xB0 0x41B 0x01 0x11 0, 1 0x4711 X
32
Parameter: 0 - Capacity

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-26
IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Container Tare Min
Float
READ/WRITE 3 0xB1 0x41B 0x01 0x12 0, 1 0x4712 X
32
Parameter: 0 - Capacity
Inhibit Time
Float
READ/WRITE 3 0xB2 0x41B 0x01 0x13 0, 1 0x4713 X
Parameter: 0 – 9.99 32
seconds
Stable Time
Float
READ/WRITE 3 0xB3 0x41B 0x01 0x14 0, 1 0x4714 X
Parameter: 0 – 9.99 32
seconds
Complete Time
Float
READ/WRITE 3 0xB4 0x41B 0x01 0x15 0, 1 0x4715 X
Parameter: 0 – 9.99 32
seconds
Control Timeout
Float
READ/WRITE 3 0xB5 0x41B 0x01 0x16 0, 1 0x4716 X
Parameter: 0 – 99.99 32
seconds
Process Timeout
Float
READ/WRITE 3 0xB6 0x41B 0x01 0x17 0, 1 0x4717 X
Parameter: 0 – 99.99 32
seconds
Self Learning Mode

Parameter: Float
READ/WRITE 3 0xB7 0x41B 0x01 0x18 0, 1 0x4718 X
0 = None 32
1 = Spill Learning
2 = All Learning
Spill Adjust Period
Float
READ/WRITE 3 0xB8 0x41B 0x01 0x19 0, 1 0x4719 X
32
Parameter: 1 - 9
Spill Adjust Factor
Float
READ/WRITE 3 0xB9 0x41B 0x01 0x1A 0, 1 0x471A X
32
Parameter: 0.1 – 0.9
Spill Adjust Range
Float
READ/WRITE 3 0xBA 0x41B 0x01 0x1B 0, 1 0x471B X
32
Parameter: 0 - Capacity

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-27
IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Control Reliability

Parameter:
Float
3 = 93.32% READ/WRITE 3 0xBC 0x41B 0x01 0x1D 0, 1 0x471D X
32
4 = 99.379%
5 = 99.977%
6 = 99.9997%
Learning Samples
Float
READ/WRITE 3 0xBD 0x41B 0x01 0x1E 0, 1 0x471E X
Parameter: 6, 9, 12, 15, 32
9999
Adjust Factor
Float
READ/WRITE 3 0xBE 0x41B 0x01 0x1F 0, 1 0x471F X
32
Parameter: 0.1 – 0.9
Float
Filling Dosing Weight READ 3 0xBF 0x41B 0x01 0x20 0, 1 0x4720 X
32
Float
Min Cycle Time READ 3 0xC0 0x41B 0x01 0x21 0, 1 0x4721 X
32
Float
Max Cycle Time READ 3 0xC1 0x41B 0x01 0x22 0, 1 0x4722 X
32
Float
Total Cycle Weight READ 3 0xC2 0x41B 0x01 0x23 0, 1 0x4723 X
32
Float
Total Buckets READ 3 0xC3 0x41B 0x01 0x24 0, 1 0x4724 X
32
Float
Valid Buckets READ 3 0xC4 0x41B 0x01 0x25 0, 1 0x4725 X
32
Control Command

Parameter: Float
WRITE 3 0xC5 0x41B 0x01 0x26 0, 1 0x4726 X
0 = Stop 32
1 = Run
2 = Pause

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-28
IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Input1 Assignment

Parameter:
0 = None READ/ Byte,
2 0x11 0x418 0x01 0x02 0, 1 0x4402 X
6 = Silence Alarm WRITE 1
7 = Run/Stop
8 = Pause
9 = Clear Statistics
Input2 Assignment

Parameter:
0 = None READ/ Byte,
2 0x14 0x418 0x01 0x05 0,1 0x4405 X
6 = Silence Alarm WRITE 1
7 = Run/Stop
8 = Pause
9 = Clear Statistics
Input3 Assignment

Parameter:
0 = None READ/ Byte,
2 0x17 0x418 0x01 0x08 0,1 0x4408 X
6 = Silence Alarm WRITE 1
7 = Run/Stop
8 = Pause
9 = Clear Statistics
Input4 Assignment

Parameter:
0 = None READ/ Byte,
3 0x21 0x418 0x01 0x42 0,1 0x4602 X
6 = Silence Alarm WRITE 1
7 = Run/Stop
8 = Pause
9 = Clear Statistics

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-29
IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Input5 Assignment

Parameter:
0 = None READ/ Byte,
3 0x24 0x418 0x01 0x45 0,1 0x4605 X
6 = Silence Alarm WRITE 1
7 = Run/Stop
8 = Pause
9 = Clear Statistics
Output1 Assignment

Parameter:
0 = None
15 = Fast Feed
READ/ Byte,
16 = Fine Feed 2 0x1D 0x418 0x01 0x0E 0,1 0x440E X
WRITE 1
17 = Spill
18 = Complete
19 = Dump
20 = Refill
21 = Run
Output2 Assignment

Parameter:
0 = None
15 = Fast Feed
READ/ Byte,
16 = Fine Feed 2 0x24 0x418 0x01 0x15 0, 1 0x4415 X
WRITE 1
17 = Spill
18 = Complete
19 = Dump
20 = Refill
21 = Run

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-30
IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Output3 Assignment

Parameter:
0 = None
15 = Fast Feed
READ/ Byte,
16 = Fine Feed 2 0x2B 0x418 0x01 0x1C 0, 1 0x441C X
WRITE 1
17 = Spill
18 = Complete
19 = Dump
20 = Refill
21 = Run
Output4 Assignment

Parameter:
0 = None
15 = Fast Feed
READ/ Byte,
16 = Fine Feed 2 0x32 0x418 0x01 0x23 0, 1 0x4423 X
WRITE 1
17 = Spill
18 = Complete
19 = Dump
20 = Refill
21 = Run
Output5 Assignment

Parameter:
0 = None
15 = Fast Feed
READ/ Byte,
16 = Fine Feed 2 0x39 0x418 0x01 0x2A 0, 1 0x442A X
WRITE 1
17 = Spill
18 = Complete
19 = Dump
20 = Refill
21 = Run

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-31
IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Output6 Assignment

Parameter:
0 = None
15 = Fast Feed
READ/ Byte,
16 = Fine Feed 3 0x27 0x418 0x01 0x48 0,1 0x4608 X
WRITE 1
17 = Spill
18 = Complete
19 = Dump
20 = Refill
21 = Run
Output7 Assignment

Parameter:
0 = None
15 = Fast Feed
READ/ Byte,
16 = Fine Feed 3 0x2E 0x418 0x01 0x4F 0,1 0x460F X
WRITE 1
17 = Spill
18 = Complete
19 = Dump
20 = Refill
21 = Run
Output8 Assignment

Parameter:
0 = None
15 = Fast Feed
READ/ Byte,
16 = Fine Feed 3 0x35 0x418 0x01 0x56 0,1 0x4616 X
WRITE 1
17 = Spill
18 = Complete
19 = Dump
20 = Refill
21 = Run

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-32
5.4. Acyclic Commands – IND360 Rate Control
Application
The cyclic commands listed below are for use with the IND360 Rate Control application. Please note that
these same commands will not necessarily be supported or may work differently if used with anything other
than the IND360 Rate Control application. Please see the section specific to the application installed on
your device if using something other than the IND360 Rate Control application. More details about the
IND360 Rate Control Application can be found in the IND360 Rate Control Application Manual.

IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Flow Target
Float
READ/WRITE 3 0xA0 0x41B 0x01 0x01 0, 1 0x4701 X
Parameter: 0.1 – 32
Rated Flow
Flow Control Mode

Parameter:
0 = Flow Control Mode Float
READ/WRITE 3 0xA1 0x41B 0x01 0x02 0, 1 0x4702 X
1 = Fixed Frequency 32
Control Mode
2 = Rapid Cal
3 = Step Cal
Refill Control Mode

Parameter: Float
READ/WRITE 3 0xA2 0x41B 0x01 0x03 0, 1 0x4703 X
0 = Fixed Frequency 32
1 = Follow Mode
2 = Level Switch Mode
Upper Limit
Float
READ/WRITE 3 0xA3 0x41B 0x01 0x04 0, 1 0x4704 X
Parameter: 0 - 32
Capacity
Lower Limit
Float
READ/WRITE 3 0xA4 0x41B 0x01 0x05 0, 1 0x4705 X
Parameter: 0 - 32
Capacity

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-33
IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Control Rate Upper
Limit Float
READ/WRITE 3 0xA5 0x41B 0x01 0x06 0, 1 0x4706 X
32
Parameter: 0 - 1
Control Rate Lower
Limit Float
READ/WRITE 3 0xA6 0x41B 0x01 0x07 0, 1 0x4707 X
32
Parameter: 0 - 1
Rated Flow
Float
READ/WRITE 3 0xA7 0x41B 0x01 0x08 0, 1 0x4708 X
Parameter: 0.1 – 32
99,999
Control Filter
Float
READ/WRITE 3 0xA8 0x41B 0x01 0x09 0, 1 0x4709 X
32
Parameter: 0 - 9
Flow Filter
Float
READ/WRITE 3 0xA9 0x41B 0x01 0x0A 0, 1 0x470A X
32
Parameter: 0 - 9
Control Tolerance
Float
READ/WRITE 3 0xAA 0x41B 0x01 0x0B 0, 1 0x470B X
32
Parameter: 0 - 1
Flow Tolerance
Float
READ/WRITE 3 0xAB 0x41B 0x01 0x0C 0, 1 0x470C X
32
Parameter: 0 - 1
Test Time
Float
READ/WRITE 3 0xAC 0x41B 0x01 0x0D 0, 1 0x470D X
Parameter: 0 – 9,999 32
Seconds
Flow Stability Range
Float
READ/WRITE 3 0xAD 0x41B 0x01 0x0E 0, 1 0x470E X
32
Parameter: 0 - 20
Flow Stability Time
Float
READ/WRITE 3 0xAE 0x41B 0x01 0x0F 0, 1 0x470F X
32
Parameter: 0 - 20
Start Delay Time
Float
READ/WRITE 3 0xAF 0x41B 0x01 0x10 0, 1 0x4710 X
32
Parameter: 0 – 9,999

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-34
IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Refill Delay Time
Float
READ/WRITE 3 0xB0 0x41B 0x01 0x11 0, 1 0x4711 X
32
Parameter: 0 – 9,999
PID Mode

Float
Parameter: READ/WRITE 3 0xB1 0x41B 0x01 0x12 0, 1 0x4712 X
32
0 = Auto PID
1 = Manual PID
Proportional Term (P)
Float
READ/WRITE 3 0xB2 0x41B 0x01 0x13 0, 1 0x4713 X
32
Parameter: 0 – 255
Intergral Term (I)
Float
READ/WRITE 3 0xB3 0x41B 0x01 0x14 0, 1 0x4714 X
32
Parameter: 0 – 255
Derivative Term (D)
Float
READ/WRITE 3 0xB4 0x41B 0x01 0x15 0, 1 0x4715 X
32
Parameter: 0 – 255
Control Rate Factor
Float
READ/WRITE 3 0xB5 0x41B 0x01 0x16 0, 1 0x4716 X
32
Parameter: 0 – 2
Refill Control Rate
Factor Float
READ/WRITE 3 0xB6 0x41B 0x01 0x17 0, 1 0x4717 X
32
Parameter: 0 – 2
Refill Control Rate
Target Float
READ/WRITE 3 0xB7 0x41B 0x01 0x18 0, 1 0x4718 X
32
Parameter: 0 - 1
Control Rate Target
Float
READ/WRITE 3 0xB8 0x41B 0x01 0x19 0, 1 0x4719 X
32
Parameter: 0 - 1
Rapid Cal. Time
Float
READ/WRITE 3 0xB9 0x41B 0x01 0x1A 0, 1 0x471A X
32
Parameter: 10 - 60
20% Flow Rate
Float
READ 3 0xBA 0x41B 0x01 0x1B 0, 1 0x471B X
Parameter: 0 – 32
99,999

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-35
IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
40% Flow Rate
Float
READ 3 0xBB 0x41B 0x01 0x1C 0, 1 0x471C
Parameter: 0 – 32
99,999
60% Flow Rate
Float
READ 3 0xBC 0x41B 0x01 0x1D 0, 1 0x471D X
Parameter: 0 – 32
99,999
80% Flow Rate
Float
READ 3 0xBD 0x41B 0x01 0x1E 0, 1 0x471E X
Parameter: 0 – 32
99,999
100% Flow Rate
Float
READ 3 0xBE 0x41B 0x01 0x1F 0, 1 0x471F X
Parameter: 0 – 32
99,999
Float
Control Rate READ 3 0xBF 0x41B 0x01 0x20 0, 1 0x4720 X
32
Refill Time
Float
READ/WRITE 3 0xC0 0x41B 0x01 0x21 0, 1 0x4721 X
Parameter: 0 – 9,999 32
seconds
Float
Flow READ 3 0xC1 0x41B 0x01 0x22 0, 1 0x4722 X
32
Float
Cumulant READ 3 0xC3 0x41B 0x01 0x24 0, 1 0x4724 X
32
Float
Work Cumulant READ 3 0xC4 0x41B 0x01 0x25 0, 1 0x4725 X
32
Float
Test Cumulant READ 3 0xC5 0x41B 0x01 0x26 0, 1 0x4726 X
32
Control Command

Float
Parameter: WRITE 3 0xC6 0x41B 0x01 0x27 0, 1 0x4727 X
32
0 = Stop
1 = Run
Clear Totalization
Float
WRITE 3 0xC7 0x41B 0x01 0x28 0, 1 0x4728 X
Parameter: 32
1 = Clear

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-36
IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Input1 Assignment

Parameter:
0 = None Byte,
READ/ WRITE 2 0x11 0x418 0x01 0x02 0, 1 0x4402 X
6 = Silence Alarm 1
7 = Run/Stop
8 = Refill
9 = Clear Statistics
Input2 Assignment

Parameter:
0 = None Byte,
READ/ WRITE 2 0x14 0x418 0x01 0x05 0,1 0x4405 X
6 = Silence Alarm 1
7 = Run/Stop
8 = Refill
9 = Clear Statistics
Input3 Assignment

Parameter:
0 = None Byte,
READ/ WRITE 2 0x17 0x418 0x01 0x08 0,1 0x4408 X
6 = Silence Alarm 1
7 = Run/Stop
8 = Refill
9 = Clear Statistics
Input4 Assignment

Parameter:
0 = None Byte,
READ/ WRITE 3 0x21 0x418 0x01 0x42 0,1 0x4602 X
6 = Silence Alarm 1
7 = Run/Stop
8 = Refill
9 = Clear Statistics

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-37
IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Input5 Assignment

Parameter:
0 = None Byte,
READ/ WRITE 3 0x24 0x418 0x01 0x45 0,1 0x4605 X
6 = Silence Alarm 1
7 = Run/Stop
8 = Refill
9 = Clear Statistics
Output1 Assignment

Parameter:
Byte,
0 = None READ/ WRITE 2 0x1D 0x418 0x01 0x0E 0,1 0x440E X
1
14 = Alarm
15 = Run
16 = Refill
Output2 Assignment

Parameter:
Byte,
0 = None READ/ WRITE 2 0x24 0x418 0x01 0x15 0, 1 0x4415 X
1
14 = Alarm
15 = Run
16 = Refill
Output3 Assignment

Parameter:
Byte,
0 = None READ/ WRITE 2 0x2B 0x418 0x01 0x1C 0, 1 0x441C X
1
14 = Alarm
15 = Run
16 = Refill
Output4 Assignment

Parameter:
Byte,
0 = None READ/ WRITE 2 0x32 0x418 0x01 0x23 0, 1 0x4423 X
1
14 = Alarm
15 = Run
16 = Refill

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-38
IND360 POWERCELL
EIP Instance Value

IND360 Precision
PROFINET Slot +
PROFIBUS Index

PROFINET Index
EIP Class Code

IND360 Analog
PROFIBUS Slot

EIP Attribute #
Read/Write

Data Type

subslot
Command/Description
Output5 Assignment

Parameter:
Byte,
0 = None READ/ WRITE 2 0x39 0x418 0x01 0x2A 0, 1 0x442A X
1
14 = Alarm
15 = Run
16 = Refill
Output6 Assignment

Parameter:
Byte,
0 = None READ/ WRITE 3 0x27 0x418 0x01 0x48 0,1 0x4608 X
1
14 = Alarm
15 = Run
16 = Refill
Output7 Assignment

Parameter:
Byte,
0 = None READ/ WRITE 3 0x2E 0x418 0x01 0x4F 0,1 0x460F X
1
14 = Alarm
15 = Run
16 = Refill
Output8 Assignment

Parameter:
Byte,
0 = None READ/ WRITE 3 0x35 0x418 0x01 0x56 0,1 0x4616 X
1
14 = Alarm
15 = Run
16 = Refill

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 5-39
6 Frequently Asked
Questions
6.1. What is the easiest way to get my SAI
device communicating with my automation
system?
Mettler Toledo provides various device description files for each SAI device covered in this manual. These
files make integration into the automation system quick and easy. Many of these device description files are
already installed by default in the latest versions of the most popular automation system configuration
programs. If not already installed in your program, available device description files can be found below.

SAI Device Automation Device Mettler Toledo Product Downloads Page


Network Description Page
File

ACT350 ACT350 Downloads


www.mt.com/act350
ACT350DIO ACT350DIO Downloads
Add-On
ACT350POWERCELL Profile (AOP) www.mt.com/act350- ACT350POWERCELL
EtherNet/IP & Electronic powercell Downloads
Data Sheet
ACT350 Precision (EDS) www.mt.com/act350- ACT350 Precision
precision Downloads

IND360 www.mt.com/ind360 IND360 Downloads

ACT350 ACT350 Downloads


www.mt.com/act350
ACT350DIO ACT350DIO Downloads

ACT350POWERCELL www.mt.com/act350- ACT350POWERCELL


PROFINET GSDML File powercell Downloads

ACT350 Precision www.mt.com/act350- ACT350 Precision


precision Downloads

IND360 www.mt.com/ind360 IND360 Downloads

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 6-1
ACT350 ACT350 Downloads
www.mt.com/act350
ACT350DIO ACT350DIO Downloads

ACT350POWERCELL www.mt.com/act350- ACT350POWERCELL


PROFIBUS
GSD File powercell Downloads
DP
ACT350 Precision www.mt.com/act350- ACT350 Precision
precision Downloads

IND360 www.mt.com/ind360 IND360 Downloads

6.2. What are the Assembly Instance Values for


each device covered in this manual?
Device Block Format Input Output

ACT350 Single Port 1 Block 103 100


(ACT350-1P)

ACT350 Single Port 2 Blocks 101 100


(ACT350-1P)

ACT350 DIO, POWERCELL 1 Block 103 100


and Precision (ACT350-
2P)

ACT350 DIO, POWERCELL 2 Blocks 101 100


and Precision (ACT350-
2P)

IND360 2 Blocks 101 100

IND360 8 Blocks 105 100

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 6-2
6.3. How can I tell if my cyclic command
executed successfully?
Once the cyclic command has been sent, monitor the response value. If the response value = cyclic
command, the cyclic command was executed successfully. If bit 15 of the response value is high, that
means an error has occurred when trying to execute the cyclic command.

If bit 15 of the response is low and the response does not equal the command, it could mean the command
is still being executed. For example, the cyclic command "tare when stable" (command = 400) will wait for
a no-motion before completing the tare. While waiting for a no-motion condition, the response value may
equal 2047 (in-process). Eventually, the command will either complete successfully (response = 400) or
the process will timeout if the no-motion condition is not met (response bit 15 = 1).

6.4. Is it possible to read gross weight and net


weight at the same time?
It is possible to read both gross weight and net weight at the same time if using the SAI 8 block format. The
8 block format is available on the IND360. This format allows for 7 floating point block cyclic commands
and 1 status block cyclic command to be executed at the same time.

If using the SAI 1 block or 2 block formats, there is only one floating point block available for cyclic
commands at a time. In order to read gross weight and net weight using these formats, the weight
commands will need to be cycled repeatedly in the automation system.

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 6-3
6.5. Bit 15 of my Floating Point Block Response
is High. What does this mean?
If bit 15 of the response for the floating point block is high, an error has occurred when trying to execute the
last cyclic command. The possible errors are:

Bit Value of Response Decimal Error Description


Value

1000000000000001 -32767 Invalid Sent when the device determines that


Command the command is known but cannot be
executed. This might occur due state
restrictions – for example attempting to
zero when the scale is outside of
acceptable zero range.
1000000000000010 -32766 Timeout Sent when the valid command that is
Command received by the device is unable to
execute within a pre-determined time.
This might occur for commands that
require stable weight before execution,
for example.
1000000000000100 -32764 Unknown Sent when the device does not support
Command this information (for example requesting
rate values from a device that does not
provide rate functionality).
1000000000001000 -32760 Invalid Sent when a valid write command is
Command Data received with an invalid argument (for
example one that is smaller or larger
than the allowed value).
1000000000010000 -32752 Aborted Sent once a second command to cancel
Command the prior command has been received
and processed. This can only occur if the
original command 1) permits
cancellation, 2) has not already
completed successfully, and 3) has not
already failed.
1000000000100000 -32736 Step Failed Sent when the device determines that
Command the command's current step has failed.
At this point the control system will need
to decide whether to abort the sequence
(command = 2004), to retry the step
(command = 2005), or to skip this step
(command = 2006) and try to perform the
next step. Not all processes will allow all
three of these options – those not
permitted will have an invalid command
response when the next step command
is sent.

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 6-4
6.6. I still don't quite understand how SAI
works. What other resources are available?
One of the best ways to understand SAI is to see an example of it. Sample code is provided for each SAI
device covered in this manual. Sample code is written for Studio 5000 (EtherNet/IP) and TIA Portal
(PROFINET and PROFIBUS DP). The sample code shows how to use cyclic commands such as zero and
tare, scale processes like performing a span adjustment via acyclic commands and much more. These
functions are contained in Add-On Instructions (AOIs) for EtherNet/IP and Function Blocks for PROFINET and
PROFIBUS DP. Even if you do not have access to the software the sample code was written for, detailed
engineering notes are available in the sample code download that explain how to use the sample code.

This SAI manual is specific to Mettler Toledo terminals and transmitters. A more detailed manual about SAI
called 30588288_Rxx_MAN_UG_SAI_EN.pdf is available. This manual details SAI in a more general sense.

Both the sample code and SAI manual can be found on the downloads page of your SAI device. See the
table in Section 5.1 for a link to the downloads page.

If there are still questions, please contact your local Mettler Toledo representative for additional help.

30587511| 02 | 04/2021 METTLER TOLEDO Standard Automation Interface (SAI) for Transmitters Reference Guide 6-5
To protect your product’s future:
Congratulations on choosing the quality and
precision of METTLER TOLEDO. Proper use
according to these instructions and regular
calibration and maintenance by our factory-trained
service team ensure dependable and accurate
operation, protecting your investment. Contact us
about a service agreement tailored to your needs
and budget.

We invite you to register your product at


www.mt.com/productregistration so we can contact
you about enhancements, updates and important
notifications concerning your product.

www.mt.com
For more information

Mettler-Toledo, LLC
1900 Polaris Parkway
Columbus, OH 43240

© 2020 Mettler-Toledo, LLC


30587511 Rev. 02, 04/2021

You might also like