receive whole numbers with decimals (positive and negative)

Escribe tu meI want to receive whole numbers with decimals (positive and negative) of a PLC through IP Ethernet communication. My controller is an IRC5.
Someone here has experience in that applicationnsaje

Hello,
You can use analog signal where you set maximal and minimal values.
What I use with ProfiNet:

      -Name "AiOffS_X_T1TB1" -SignalType "AI" -Device "PN_Internal_Device"\
      -DeviceMap "208-223" -MaxLog 327.67 -MinLog -327.68

THE ANALOG SIGNAL DOES NOT REFER TO A PHYSICAL OUTPUT OR INPUT TO WHAT I UNDERSTAND WITH YOUR EXAMPLE THAT ALSO WORK AS A VIRTUAL ANALOG OUTPUT OR INPUT. IT IS RIGHT?

Map it to your device and it is a real signal, this was just an example for you.

Thank you