Chart

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
tonverra
Posts: 11
Joined: Wed May 29, 2013 9:18 am

Chart

Post by tonverra »

Hi all,

Trying to make a chart, similar to a diagram in e-designer. I use a Siemens PLC and have 6 values for my X (db44.dbw6-16) and 6 values for my Y (db44.dbw18-28).

I initialized two arrays, INT16[6] from dbw6 and dbw18 and used these in my chart. I have values in the array, but nothing is showing up in my chart.. Is there anything I am doing wrong?

mark.monroe
Posts: 824
Joined: Tue Mar 13, 2012 9:53 am

Re: Chart

Post by mark.monroe »

Have you associated the curves with your arrays? I would also verify that you have values in your arrays and they are within the range of your min/max axis values. There is no known issues with the chart object in iX. I have used it with success in the past.
Best Regards,
Mark Monroe

Beijer Electronics, Inc. | Applications Engineer

tonverra
Posts: 11
Joined: Wed May 29, 2013 9:18 am

Re: Chart

Post by tonverra »

I got it to work. I don't know how: I flipped the axis, which worked, and then flipped them back.

Thank you!

Post Reply