|  |  | 
 |  |  |             Bx5GEnv.initial(3000); | 
 |  |  |             screen = new Bx5GScreenClient("my"); | 
 |  |  |             screen.turnOn(); | 
 |  |  |             pf = new ProgramBxFile( 0, screen.getProfile()); | 
 |  |  |             pf.setFrameShow(false); | 
 |  |  |             // 分别输入X,Y,width,height | 
 |  |  |             area = new TextCaptionBxArea( 0,0,192,128,screen.getProfile()); | 
 |  |  |         } catch (Exception e) { | 
 |  |  |             e.printStackTrace(); | 
 |  |  |             log.info("led连接构造器错误 ===>> [id:{}] [ip:{}] [port:{}]", slave.getId(), slave.getIp(), slave.getPort()); | 
 |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     private void write(List<LedCommand> list) throws Bx5GException { | 
 |  |  |         pf = new ProgramBxFile( 0, screen.getProfile()); | 
 |  |  |         pf.setFrameShow(false); | 
 |  |  |         // 分别输入X,Y,width,height | 
 |  |  |         area = new TextCaptionBxArea( 0,0,192,128,screen.getProfile()); | 
 |  |  |         // 创建一个数据页 | 
 |  |  |         TextBxPage page = new TextBxPage(); | 
 |  |  |         for (LedCommand command : list) { | 
 |  |  | 
 |  |  |  | 
 |  |  |     private void reset() throws Bx5GException { | 
 |  |  |         if (!resetStatus) { | 
 |  |  |             pf = new ProgramBxFile( 0, screen.getProfile()); | 
 |  |  |             pf.setFrameShow(false); | 
 |  |  |             // 分别输入X,Y,width,height | 
 |  |  |             area = new TextCaptionBxArea( 0,0,192,128,screen.getProfile()); | 
 |  |  |             // 创建一个数据页 | 
 |  |  |             TextBxPage page = new TextBxPage(); | 
 |  |  |             page.newLine("广德中扬物流装备有限公司"); |