News:

Welcome on our forum!

Main Menu

Advanced OPC Data Logger Parser Issue

Started by lcanessa, August 02, 2019, 11:00:00 AM

Previous topic - Next topic

lcanessa

OS: Windows 7 64bit
Advanced OPC Data Logger: 2.6.10.119

On the filter page, there is no option to choose / define a parser.

Please see:
http://i.imgur.com/3i8z9.png

A configuration back up is attached.

How do I resolve this?


Arthur Grasin

The parser is built-in. You don't need to change or configure it.
If you like my work, please take a few seconds and add feedback about our site or our software [here]

lcanessa

Okay. So then if I want to insert the data into the database using the SQL Professional Plugin, I have to add an INSERT statement into the SQL Queue?

I don't see any mappings to table columns.

Arthur Grasin

Yes, you need to add the INSERT statement. Your tags appear in mapping when you'll get these tags in the main window before.
If you like my work, please take a few seconds and add feedback about our site or our software [here]

lcanessa

Okay, thanks. Can I make it only INSERT data if a variable has been incremented?

I think I would use DISCARD_DATA_PACKET_IF, but I'm not sure on the condition as I do not know how to look at previous values of a variable.

It'd be something like DISCARD_DATA_PACKET_IF(current value <= previous value).

Arthur Grasin

You need the Deadband filter plugin. But it will check all changes (increments and decrements). A more complex logic can be implemented with the Script Execute plugin.
If you like my work, please take a few seconds and add feedback about our site or our software [here]