Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - fperes

Pages: [1]
1
Help Me / Simple Formula
« on: January 28, 2012, 12:39:53 AM »
Hello to everybody...

I did my formula, and it worked... but, I want to know, if there is another way to simple that...

The last one receive one point , sum one more for each position until 11º place.  If(r >=11, n-r+1)

10º  - Sum the points before,  + 2% of the pot /1000.
9º  - Sum the points before,    + 3% of the pot /1000.
8º  - Sum the points before,    + 4% of the pot /1000.
7º  - Sum the points before,    + 5% of the pot /1000.
6º  - Sum the points before,    + 6% of the pot /1000.
5º  - Sum the points before,    + 8% of the pot /1000.
4º  - Sum the points before,    + 10% of the pot /1000.
3º  - Sum the points before,    + 20% of the pot /1000.
2º  - Sum the points before,    + 30% of the pot /1000.
1º  - Sum the points before,    + 50% of the pot /1000.

Formula

assign("p1", 50*pot/1000)
assign("p2", 30*pot/1000)
assign("p3", 20*pot/1000)
assign("p4", 10*pot/1000)
assign("p5", 8*pot/1000)
assign("p6", 6*pot/1000)
assign("p7", 5*pot/1000)
assign("p8", 4*pot/1000)
assign("p9", 3*pot/1000)
assign("p10", 2*pot/1000)
assign("total", sum(p1+p2+p3+p4+p5+p6+p7+p8+p9+p10+n)-10)
switch(r,1,total,2,total-p1,3,total-(p1+p2),4,total-(p1+p2+p3),5,total-(p1+p2+p3+p4),6,total-(p1+p2+p3+p4+p5),7,total-(p1+p2+p3+p4+p5+p6),8,total-(p1+p2+p3+p4+p5+p6+p7),9,total-(p1+p2+p3+p4+p5+p6+p7+p8),10,total-(p1+p2+p3+p4+p5+p6+p7+p8+p9))+if(r >= 11, n-r+1)

 
So... Could you help me ?

2
General Discussion / Re: Barcode Scanning+thermal printer
« on: November 23, 2011, 08:37:19 AM »
Beaker, Thanks again...

I didn´t find anything to use with my usb barcode scanner...

I Think the better solution is buy another barcode scanner with Serial Port...

3
General Discussion / Re: Barcode Scanning+thermal printer
« on: November 22, 2011, 07:37:17 PM »
Thanks Beaker...

About the twedge software...

TWedge supports all devices connected via the serial interface (RS232), TCP/IP, Bluetooth® or USB (virtual COM) interface. Device connections are bi-directional, thus this data acquisition software can also send control commands to the connected device or poll it on a regularly base.

My scanner is USB, and I didn´t find any Virtual com to use with it...

Do u know where I can find a virtual com to use with my scanner ?

4
General Discussion / Re: Barcode Scanning+thermal printer
« on: November 19, 2011, 02:44:41 PM »
Jody...

Thanks, about the reply...

But I need any software to try... because my barcode scanner doesn´t have a software for it..

my barcode scanner : http://www.dealextreme.com/p/acan-8100-handheld-usb-barcode-scanner-12559

If u know any software, can I try, let me know...

5
General Discussion / Re: Barcode Scanning+thermal printer
« on: November 19, 2011, 12:37:07 PM »
The bar code reader should come with software that allows you to configure how it acts. With my reader, I set it to send  "B" to TD before sending the information coded on the magnetic bar. In TD, I programmed the letter 'B' as a hotkey to buy-in players.

Could u tell me the software name ? my barcode is USB and didn´t come with a software, and I don´t know how to setup a key like 'B' for buy in players... like u did...

6
General Discussion / Re: Barcode Scanning+thermal printer
« on: November 16, 2011, 08:14:44 PM »

I want to know how to setup ?  please help us ?

7
Beta Testing / Re: 2.6 beta 5
« on: October 29, 2011, 04:48:16 PM »
Corey Cooper...

which day a new version will release ?

Pages: [1]