永发信息网

三菱PLC驱动双位七段数码管译码程序

答案:2  悬赏:0  手机版
解决时间 2021-02-12 14:38
  • 提问者网友:遁入空寂
  • 2021-02-12 07:25
三菱PLC驱动双位七段数码管译码程序
最佳答案
  • 五星知识达人网友:神也偏爱
  • 2021-02-12 08:48
选择fx系列编程时可以写入segd。 



 
 
选择q系列编程应该用seg。

全部回答
  • 1楼网友:渡鹤影
  • 2021-02-12 09:25
library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity ymq is port ( num:in std_logic_vector(3 downto 0); dout:out std_logic_vector(6 downto 0) ); end ymq; architecture a1 of ymq is begin with num select dout<="
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯