EPL stands for the "Eltron Programming Language" and is a proprietary programming language used to communicate to Zebra (formerly Eltron) branded printers
0
votes
0answers
20 views
LGPL and EPL licenced code together in commercial software
I'm writing what will be a closed licence commercial application that I plan (hope) to sell. Within it is some LGPL (Lesser GPL) covered code. I know I'm ok to use this, as long as I make the code / ...
0
votes
0answers
18 views
Eclipse Public License in Rich Client Application
What are you supposed to do in order to distribute an Eclipse Rich Client Application based on different EPL licensed plugin (i.e. EMF, OCL, etc.)?
0
votes
1answer
32 views
EPL drawing circle from c#?
Cannot draw a circle in EPL language to print from a label printer. I'm doing a program using c# and it communicates over the network with a label printer, everything works fine, but cannot find a ...
0
votes
0answers
63 views
EPL2, delay between labels print
We're developing application (web), which has to print big amount of labels (via ActiveX, clients choice).
For this, we use EPL2. Amount of data to be printed - biggest label has nearly 20 text ...
0
votes
1answer
252 views
Printing multiple epl labels with a Zebra TLP 2824
Im trying to print multiple labels in epl code with a Zebra tlp 2824. If I send the code once it prints perfectly but when I loop it a few times it seems to lose the label measures and prints over the ...
0
votes
1answer
109 views
Convert EPL image to PDF?
I am using the UPS API to generate EPL labels to print on our thermal printer, which is working perfectly using CUPS and lpr.
However, I would like to be able to save that label in a ...
1
vote
0answers
33 views
LGPL library in EPL project
I am working on EPL licensed open-source project. What I would like to do, it to use JFreeChart library (only jar, not modifying any code), which licensed under LGPL, in this project.
Is this ...
-3
votes
1answer
207 views
Barcode EPL Error [closed]
I am creating barcode for stock management system but Zebra is having problem with direct printing as it need ZPL or EPL coding in c# to print properly. I searched through out the net to get through ...
-1
votes
1answer
438 views
Zebra TLP 2844 printer refusing to print too many lines
I'm trying to print some vouchers with variable length on continuous paper. The problem is that the printer refuses to print anything beyond around 2300 points (approximately 26 cm or 10.4 inches) and ...
1
vote
1answer
138 views
Esper EPL leftouter join forwarding to other stream
I have implemented ESPER for my application need of CEP. While using EPL I encountered a specific scenario which is as follows:
I have combined two events with left outer join to make sure each event ...
1
vote
3answers
2k views
Printing a graphic to a Zebra LP2844 with the GW EPL command?
I need to print an image that is being returned to me through a web service (the data is returned as RAW) and I cannot for the life of me figure out how to print a graphic to a label with EPL.
The ...
1
vote
5answers
1k views
Zebra Printing with CUPS no print ZPL or EPL
I have a Zebra GK420d connect to OS X via CUPS. However, when I send files to it that are written in ZPL or EPL they are only printed in plain text.
Am I required to change to mode on the printer?
3
votes
2answers
900 views
.NET network socket print on Zebra EPL/ZPL
I need to print on network Zebra printer. From some reasons, I cannot use winspool printing ( http://support.microsoft.com/kb/154078 ), I have to print print directly through sockets on IP and port. ...
0
votes
2answers
569 views
How to get started with epl visual basic zebra printing
i can't really find anything on how to print through EPL with Visual Basic. Can anyone help me write some simple text to the printer. I found the Zebra EPL manual so I thing i can go from there, i ...
0
votes
1answer
477 views
EPL Issue on CentOS 5.8
I am trying to install R on a CentOS 5.8 64 bit machine. I am trying to get the rpm, but I get an error message of "unknown or unexpected error". Here is what I'm using sudo rpm -Uvh ...
0
votes
1answer
285 views
Why is my EPL file being printed literally instead of interpreted by my Zebra LP2844?
I'm trying to print an EPL file I've written.
I'm sending the file like this in Unix: lpstat -P Zebra_LP2844 /path/to/my/file.epl
If I send an EPL file generated by UPS, it prints perfectly.
If I ...
1
vote
1answer
1k views
Printing with EPL via PHP: Storing Images
Background Information:
Mac OS X Lion 10.7.3 (11D50b)
EPL: http://en.wikipedia.org/wiki/Eltron_Programming_Language
EPL Manual: http://www.geksagon.ru/i/2/EPL2_Manual.pdf
I am connecting to the ...
0
votes
1answer
73 views
Is there a way to get time since insert of an event in NEsper?
I'm trying to use NEsper and I want to create statements that takes time since insert as a return field.
ex:
select avg((insertTime - now)) as timeElapsed
from Blah.win:time(1 min)
Is this ...
0
votes
1answer
238 views
Printig raw data EPL using Mono C#
I need to print RAW DATA to a Zebra Label Printer using Mono under Ubuntu 10.04+
Iv tried GTk-sharp print but i couldn't find a way to set RAW data parameter and the outupt was the EPL program ...
0
votes
1answer
152 views
EPL Errors with Nesper Patterns
I am experimenting with Nesper (.NET version of Esper) and ran into a few troubles that I just cannot understand. The following simple EPL (modeled after the tutorial) fails with an error:
select * ...
0
votes
1answer
901 views
how to print ASCII character codes in EPL
I'm working on a webproject that involves sending EPL2 printing codes to a Zebra label printer. It does this by writing a file to the local computer with the EPL2-codes and calling an ...
2
votes
2answers
2k views
Print preview ZPL II commands using .NET WinForm before sending it to Zebra printer
I have an .NET Windows application that prints commands to Zebra printer using ZPL II or EPL2.
Is there any way to print preview the data in a form before printing it directly from Zebra printer?
0
votes
2answers
1k views
Customize UPS Shipping Label with Eltron Programming Language
I am integrating with UPS's Shipping Web Services to improve our warehouse's daily process. UPS returns a shipping label for a package in EPL (Eltron Programming Language). I was able to print the ...
2
votes
1answer
2k views
EPL (Eclipse Public License), GPL (GNU Public License)/LGPL (Lesser GPL) and license exceptions?
The Free Software Foundation considers EPL and GPL to be incompatible. Based on my reading of their reasoning, it would seem that the LGPL would be similarly affected -- IANAL, please correct me if ...
1
vote
1answer
358 views
Esper: Chaining property access and method calls in EPL queries
I am currently struggling to get some Esper EPL queries to work. The queries are looking like this:
select a.center.distance(b.center) as delta
from pattern [
every-distinct(a.id, b.id) (
...
2
votes
1answer
78 views
Distributing applications that require FOSS license.txt files to be distributed; how to handle conflicts?
I have an application I intend to distribute in binary form. It depends on a LGPL binary, and an Eclipse Public Library. Each of these licenses require me distribute a license file with them.
How ...
3
votes
2answers
2k views
How to print with win-1250 codepage on zebra printer?
I have this code for printing with Zebra printer (RW 420 to be specific)
StringBuilder sb = new StringBuilder();
sb.AppendLine("N");
sb.AppendLine("q609");
...
0
votes
1answer
614 views
Esper EPL Query for Time(t) and Time(t-1)
I am trying to implement an EPL query that can pick up the avg for Time(t) & Time(t-1).
For example:
a) in the first 5 seconds (seconds 0-5) there are 2 events with an avg of 12
...
2
votes
2answers
246 views
can I ship a 'lein uberjar' containing some gpl3 classes?
I have a project that I have released under the GPLv3 that requires clojure.jar and clojure-tontrib.jar to run. I would really like to ship one big jar file with all of them. (perhaps with a ...
2
votes
3answers
393 views
Licensing an Eclipse RCP application as GPL
I'm currently developing an Eclipse RCP application an I would like to release it under GPL v 3.
As far as I can tell, Eclipse Public License (under which the RCP code is licensed) allows this, but ...
1
vote
2answers
2k views
Image (PCX) for EPL2 Zebra printer
I am having trouble producing and uploading graphics to an EPL2 printer.
Having tired quite literally any pieces of software available and trawled the internet, I am at a loss.
I have a 1 bit file ...
1
vote
1answer
2k views
Preview label written in Eltron Programming Language EPL?
I have code produced by our proprietry system in the Eltron Programming Language:
This is sent to Eltron/Zebra label printers to be printed.
Is there some kind of software that would allow me to ...
1
vote
1answer
224 views
Name that printing file format
Hello there fellow Stackers!
I wonder if anybody could tell me what the following file format is? If you print it as-is then your print out will be, er, as-is BUT if you send it directly to the ...
