Can (should ) SQL be used for trend data in IFix

BillyB

Member
Join Date
Aug 2006
Location
Cork
Posts
24
Hi,
We are upgrading from fix32 to Ifix. We will be using SQL Server to hold and retrieve our alarm and Event data.

1.Can we also use SQL to hold and display Tag data like temperatures and pressures.

2. Will I be able to display this info(trend data) in a trend object on one of the graphics.

I know IHistorian is ideal for this but thats not currently in the budget.

Thanks
BillyB
 
Yes, you can!
Concerning Historian, ask your local office for a promotion kit. Currently, in Europe you'll get a 100pt Historian when buying iFix 5.0 f.o.c.
 
I could have 30 transmitters being collected every second for up to 4 days(Cycle lasts 4 days)
Which would equal 10,368000 entries. Is this too much???


I would also have the same for 2 other systems but would probably use seperate tables.
 
Should be fine - that's a great application for SQL Server. Ensure that any columns that you sort or filter by are indexed (especially timestamp).

BillyB said:
I could have 30 transmitters being collected every second for up to 4 days(Cycle lasts 4 days)
Which would equal 10,368000 entries. Is this too much???


I would also have the same for 2 other systems but would probably use seperate tables.
 
With that amount of data, think about using Historian as a DB. With the built in compression the DB size is much less than with SQL. As I mentioned above, Historian comes with iFix f.o.c. (100pts). You can call the GEF office in Towcester (UK) if you're located in IRE for more information.
 

Similar Topics

Hi, I am working on automating an industrial fabric shrinkage tester to replace its outdated electronics with a PLC. To get the tank's water level...
Replies
16
Views
704
In a control System, I need to move 3 motors attached to roller in stages with speed of 1 to 2 RPM and the torque of motor should be 8-10 Nm...
Replies
0
Views
832
Hi, I want to build a production line project using a PLC. This is the project page...
Replies
14
Views
2,234
See picture. I want to add a rung (magenta) into the existing code. Can't figure out how to do this. I select a -||- , right? When I drag/drop...
Replies
21
Views
1,813
Sorry for the basic question: On my HMI, I've created a button labelled SAVE to save the current values (distances in mm). It's not linked to any...
Replies
22
Views
2,273
Back
Top Bottom