10/17/2020 3:32 PM | |
Joined: 10/17/2020 Last visit: 1/2/2021 Posts: 3 Rating:
|
hello I have problem with ramp function for analog output in plc400. Do we have any FC for that to make ramp for UP and down of analog output... ------------------------------------------------------------------------------------------ |
Last edited by: Jen_Moderator at: 10/19/2020 11:07:21New subject after splitting |
|
10/17/2020 4:02 PM | |
Joined: 9/27/2006 Last visit: 1/27/2021 Posts: 10358 Rating:
|
Hello vghvghadam; What is the address you are trying to control? In Siemens S7-300 CPUs, this address should use peripheral addressing (with a preceding "P"), since analog outputs (and inputs) are outside of the image tables of the CPU, and generally start around address 256. Where and when do you need peripheral addressing? https://support.industry.siemens.com/cs/ww/en/view/18325417 So look in the hardware configuration the address selected for the analog output, let's say it is 272, then you should address it in your code as PQW 272. If this does not help you, please post a screenshot of the code that is giving you trouble, so we can examine it. Hope this helps, Daniel Chartier |
Last edited by: dchartier at: 10/17/2020 16:03:40 |
|
10/17/2020 4:39 PM | |
Joined: 3/30/2020 Last visit: 1/28/2021 Posts: 1109 Rating:
|
Something like this? |
Small scale automation practitioner |
|
10/19/2020 1:18 PM | |
Joined: 9/23/2005 Last visit: 1/27/2021 Posts: 3095 Rating:
|
Have you even read the topic you posted to? |
Regards, |
|
This contribution was helpful to
1 thankful Users |
Follow us on