1/16/2009 9:06 PM | |
Posts: 1 Rating: (0) |
How do I compensate if the analog card is 8 bit? Does FC105 care what resolution the input signal is? |
1/17/2009 10:05 AM | |
Joined: 9/27/2006 Last visit: 11/18/2024 Posts: 12296 Rating: (2691)
|
Hello gerryh; The binary representation of an analog value from the periphery in Siemens PLCs is independant of the resolution of the analog module used. Whether your module is 8-bit or 16-bit, the numerical value of an analog input or outputwill always be represented from 0 to 27648 (unipolar value) or -27648 to +27648 (bipolar value). What will change is the internal resolution of the analog value, that is the steps that the value will take for an 8-bit module wioll be larger, while for a higher-resolution module the steps will be finer. If you need to convince yourself of this, please study the chapter on Analog Value Representation in the manual S7-300 Module Data: S7-300 Automation System Module data So, to answer your exact question, FC105 will scale the numerical value of the analog input to the engineering values you set, whether the module has an 8-bit resolution or 16-bit resolution. Hope this helps, Daniel Chartier |
This contribution was helpful to1 thankful Users |
Follow us on