Sorry, Duplication was a mistake. Thank you for your note.
User 13293914
Posts
-
WITSML Server And Client in C# -
WITSML Server And Client in C#Thank you
-
WITSML Server And Client in C#I want to make a server and client side WITSML (for Oil & Gas Wells Drilling Data Send/Receive). There are some SDKs here: (WITSML api library for .Net / C# client apps?). I surfed though the internet, but i have not been found any code example or guide to use them. My Question: ==>.Are There any code example to develop a WITSML and/or WITS server and Client side software in C#? Thank you in advance.
-
WITSML Server And Client in C#I want to make a server and client side WITSML (for Oil & Gas Wells Drilling Data Send/Receive). There are some SDKs here: (WITSML api library for .Net / C# client apps?). I surfed though the internet, but i have not been found any code example or guide to use them.
My Question:
==>.Are There any code example to develop a WITSML and/or WITS server and Client side software in C#?
Thank you in advance.
-
The Best Free Database for real-time data storing and queryingthank you for your offer
-
The Best Free Database for real-time data storing and queryingthank you for your guid
-
The Best Free Database for real-time data storing and queryingFor one year the size will be 120GB for Postgresql but for the mentioned DBS will be only 30GB. it is a great difference (one fourth).
-
C# win forms .net core, user control, array on a dialog.Thank You, yes, it is a real-time software that showing data (querying) whilst data are recorded, and user(s) can querying anytime they need. Values will be shown in textBoxes and chart controls. my database structure only contains double-precision, string, and int Fields. If My info is not enough tell me and i will add anything needed. Thank you again.
-
The Best Free Database for real-time data storing and queryingBut Its Volume Will Be The Same As PostgreSQL!
-
The Best Free Database for real-time data storing and queryingI think the it size will be the same as postgresql, isn't it?
-
The Best Free Database for real-time data storing and queryingI need a real-time database for inserting at least 500fields per second. (I have been selected TimeScaleDB (Postgresql Extension) for my purpose, currently). So, the matrix of the table will be 500(Fields)x86400(Rows).
This means that for a 500 double-precision field it will be around 500*8bytes=4000bytes which for 86400rows it will be 345,600,000bytes (345.6M).
I know a software which it is recording the same structure of data and the final daily volume of its database is only 84M~85M. Its Extension is *.tag so, i think it is a DataFlex database. It is not a free database and i also never used it.
Question:
1- Which free database is the best to use for real-time data storing and querying (at the moment of storing) based on your experience or knowledge?
2- Is there any database to have such a volume or even less for this size of data?
Thank you for your Help.
-
Background Data Tables In C#Hi, I am reading pulses of nearly 40 sensors in my program. I want to calculate 40parameters based on real-time pulses and also nearly 1000 real-time parameters with calculation formula contained some constant and values calculated based on sensors pulses as the formula variables. 1- The first question is: Is it a good way to use from background running data tables in some datasets to perform all of these tasks at least every one second? what is the best way to perform the described affair? 2- I also want to make a link between data tables columns that when data in other tables inserted, they collect in a table based on one of the columns. For Example, I have the same column in all tables like an auto number, I want to collect data in a collector table automatically with joining (make relation among) tables. Thank you in advance for your answers
-
Resize all controls on a user control or form automatically with changing of user control or formHi, Excuse me if i did not ask my question properly. i only want to know is it possible to create a class to resize controls belong to a parent while i am resizing my parent (Form or user control)? because when i am using from anchoring and docking in the controls properties, sizes are will changed but the controls will go under/Over each other. i do not know what else shall i post! :doh: Thank you for your kindly trying to help me:rose::rose::rose:.
-
Resize all controls on a user control or form automatically with changing of user control or formHi, Thank you for your help and advise. i am trying to create a class to justify all of the components of the forms and user controls (each one of them, separately). I think it is possible. when i try to use from anchoring or docking, with resizing the form or user control, for instance, textBoxes will go under Buttons (some of them will move). my aim is to justify all controls belongs to a parent while resizing the parent with mouse movement and maximizing. thanks a million to care about my question.
-
Resize all controls on a user control or form automatically with changing of user control or formHi, excuse me, you're right. i am using c# and winApp. i want to change controls of a form or an user control in the same time with resizing the form or user control with mouse down movment in any direction (N,E,WS,NE,NW,SE,SW) and also with minimizing the and maximizing the form or user control. thank you for you help.
-
Resize all controls on a user control or form automatically with changing of user control or formHi, SOOooooooory, i forgot. i am using c# and windows application.
-
Resize all controls on a user control or form automatically with changing of user control or formHi, thank you for your help. when i use from anchor, during resizing, all controls take place on or below each other. i also chenged their autosize to false but the problem is still exists.
-
Resize all controls on a user control or form automatically with changing of user control or formHI, Thank you for your help. do you know an essay through the site?if yes, could you please send its link to me?i have tried to do this but i could not overcom.
-
Resize all controls on a user control or form automatically with changing of user control or formHi, i want to resize (Readjust) all of the controls that are belongs to a Form or User Control while i am resizing the User Control or the Form. I already have used from both docking and anchoring , but non of them are working properly. Is there any way to create a class to overcome this. i also searched but i did not get any proper answer. i will be thankful if you professionals coach me to do it. Thank you in advance.
-
How to fill between two spline curves with two different colors in C#Hi, I want to fill between two spline curves with two different colors (Above one of the curves (Red), and below it (yellow)). And also i want the end user to be able fill the mentioned area with a selected pattern. how can i do that? i have used from ValueToPixelPosition but it is not a proper way or i can not do it inpecable. thanks in advance.