Recent Posts

Pages: [1] 2 3 ... 10
1
Displays / Re: Data logging limitation
« Last post by Lukey on Today at 04:25:21 AM »
Mike I am using the applog for daily logging on a drill rig, logging at 1 second intervals with more that 20 points.

The work around I have is that I create 1/the 1st point that is my 'header' of the CSV file, using Commas as my delimiter between the 'points' I am logging, this 1st point is written only once at the beginning of the log.
This is done so that when processing the CSV in excel by using 'Text to Columns' feature, each column of data then has a header for reference.

The second point is a STRING of all the points that I want to log, using a POU and instruction CONCAT, I merge all my inputs together, inserting a comma delimiter between (for the reason above), and then outputting a STRING to the applog
This 2nd point is written at 1 second intervals.

I haven't found any character limitations using a STRING in this method.

See the screenshots, my 2nd point is actually 2 STRINGS, again separated by a delimiter of a comma for processing in Excel.

I also have the CS500 in my project, yes it is completely useless for applogging/datalogging, as it can't receive strings, signed values and is limited to 31 byte messages (U31).
PLUS+1Connect Reports and Charts don't have the capabilities of the applog. Plus+1HelpDesk has told me it's in the pipeline, don't hold your breath.
2
Displays / Data logging limitation
« Last post by Mike AA on Today at 01:33:12 AM »
I am using the applog data logging ability to frequently record machine data, unlike most who use the logging for errors and alerts we are using it for daily logging. I have nearly 30 data points that I need to log. I know about the 20 point limitation and it really hinders data analysis and makes merging data much more time consuming. Has anyone had any luck on a danfoss work around doing more than 20 points? There must be a reason for the 20 point limitation since you can log data until you run out of memory. MY current work around involves having 3 machine data logs which I still need to further manipulate taking more time.

I am using the applog like was discussed in this thread
https://www.plus1forum.danfoss.com/index.php?topic=927.msg2884#msg2884

I am investigating the data logging properties of the CS10 and CS100 but they appear to be very limited to non existant.

I started looking at external data loggers but they add more complexity by needing to convert the log file.
3
PLUS+1 GUIDE / Re: Guide Text Box Tab
« Last post by Tor on May 16, 2024, 11:46:04 AM »
Hello Scott_MARL,

I did a quick test with similar texts in v2024.1.5 and it seems to work.

Can you do some test with the latest version of PLUS+1 GUIDE as well?
If you see the same issues please report it to plus1helpdesk.danfoss.com


Thank you.
4
PLUS+1 GUIDE / Guide Text Box Tab
« Last post by Scott_MARL on May 15, 2024, 06:17:41 PM »
Using version Guide 2023.3.4.5537
The text box does not display tab as expected or consistently
I attached a photo of the text editor and the resulting text box

5
Controllers / Re: NV Memory writing error
« Last post by Tor on May 13, 2024, 07:51:51 AM »
Hello federico.furlani,

The issue with the NV_Memory was found in version 2024.1.3 and was fixed in 2024.1.4.
The recommendation is to update to the latest version of PLUS+1 GUIDE. Today it's 2024.1.5.  You can find it in the PLUS+1 Update Center.

Have a nice day.
6
Controllers / Re: MC018 C1p11 error 23 and 665
« Last post by macbahi on May 08, 2024, 02:31:45 PM »
Hello Fitz

Thank you very much to answer me.
The error it's was feedback but plus+1 compiler show other thinks.
Since I installed the last version the compilation it's not as before.

Any way thanks sir.

With best regards
mac bahi
7
Controllers / Re: NV Memory writing error
« Last post by federico.furlani on May 08, 2024, 11:13:44 AM »
Exact version is 2024.1.3.5743.

Do we need to update our installations?
8
Controllers / Re: NV Memory writing error
« Last post by Camox on May 07, 2024, 01:32:25 PM »
Hello,
What is your exact version?

Version 2024.1.4 had a memory problem.
Here is an extract from the Guide release notes:
Version 2024.1.4
2024.1.4 (February 2024)
What is Fixed
[P100006950] Some fonts were incorrectly reported as missing.
[P100006939] In some cases, an application containing images would not compile.
[P100006956] NV memory writes


Have a nice day
9
Controllers / NV Memory writing error
« Last post by federico.furlani on May 07, 2024, 11:01:37 AM »
Hi all,
I'm facing an error in memory writing.
It seems that with the new version, 2024.1, an original logics part, migrated from 2023.3, that has no problem, started with writing error.
If I reduce the logics with this memory handling, is seems ok.

If I write this memory from Service Tool, it is ok. If I write this mem from logics, it takes the previuos value at power cycle.

Ideas?
10
General controls / Re: HINT 4000 DISABLE
« Last post by Mike AA on May 06, 2024, 11:15:12 PM »
Figured it out myself. Once again, search the help. In the options there is a setting to de-select the hints.
Pages: [1] 2 3 ... 10