1
完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我试着用labview使用CysB.DLL访问FX2LP,但是失败了。
我的LabVIEW代码如下,它是一个很好的运行前“GEtiION项目”,并且UBDeVIECLIST的计数是1或0取决于CY7C68013A是否被连接。当它在方法“GETIIGION”之后运行时,LabVIEW将崩溃。 如果你能给我一些建议或一个例子,那真是太好了。 以上来自于百度翻译 以下为原文 I am trying to using CyUSB.dll with LabVIEW to access FX2LP, but failed. My LabVIEW code as follow, it is good running before method "get_Item", and the count of USBDeviceList is 1 or 0 depends on CY7C68013A is attached or not. When it runs after method "get_Item", LabVIEW will be crashed.... It's very kind of you if you give me some advice or an example. |
|
相关推荐
20个回答
|
|
你好,
在LabVIEW窗口中显示的错误是什么?? 谢谢 普拉吉斯 以上来自于百度翻译 以下为原文 Hi, What is the error being displayed in the Labview Window?? Thanks Prajith |
|
|
|
看看这个:iTeleLoad 1.Zip 350 KB
从LabVIEW应用程序(VISA)将英特尔HEX文件加载到CyPress CY7C68013芯片中 我还没有找到一种在LabVIEW中使用CysB.DLL的方法…… 以上来自于百度翻译 以下为原文 look at this too: IntelHexLoad1.zip 350 KB from LabVIEW application (VISA) that could load an Intel Hex file into the Cypress CY7C68013 chip I also have not found a way to use CyUSB.dll in LabVIEW....(( |
|
|
|
嗨,普吉,
谢谢你的回复。 我在谷歌翻译: LabVIEW 100F2开发系统遇到了需要关闭的问题,不便之处我们深表歉意。 如果你在信息丢失的过程中。 (按钮)调试(按钮)关闭 以上来自于百度翻译 以下为原文 hi, PRJI, Thank you to reply. I translate in Google: LabVIEW 10.0f2 Development System has encountered a problem need to close. We apologize for the inconvenience. If you are in the process of which the information may be lost. (Button)Debug (Button)Close |
|
|
|
你好,
请告诉我以下几点 1。运行应用程序时是否返回任何错误? 2。您是否尝试使用相同的十六进制文件来使用CyStAuto /控制中心编程设备? 三。请捕获USB跟踪并检查它是否发送十六进制文件中的实际十六进制数据或为每个字节发送ASCI值。 为了将CysB.DLL导入LabVIEW,请参阅Link KHTP://Digal.N.Cu/Puff.NSF/ALKB/DCB90714981A1F148625731 E07797 C33。 当做, Vikas。 以上来自于百度翻译 以下为原文 Hi, Please let me know the following 1. Is it returning any error when you are running the application? 2. Have you tried to program the device using the Cyconsole/Control Centre with the same hex file? 3. Please capture a USB trace and check whether it is sending the actual hexadecimal data that is in the hex file or sending the ASCI values for each byte For importing cyu***.dll into labview refer the link http://digital.ni.com/public.nsf/allkb/DCB90714981A1F148625731E00797C33. Regards, Vikas. |
|
|
|
你好,
在GETSITY项目方法中你想做什么?我想看一看,如果可能的话,请附上你的项目。 谢谢 普拉吉斯 以上来自于百度翻译 以下为原文 Hi, What are you trying to do inside get_Item method? I would like to take a look, please attach your project if possible. Thanks Prajith |
|
|
|
嗨,尝试与附加项目。我做了一些修改到您的项目,现在我可以编程RAM的FX2LP问候,Vikas
智能装载机 341.1 K 以上来自于百度翻译 以下为原文 Hi Try with the attached project. I did some modifications to your project and now I could able to program the RAM of FX2LP Regards, Vikas
|
|
|
|
嗨,普吉,
附件文件是我的测试项目。 我只想用LabVIEW使用CysUBDLL,就像我用C语言做的那样。 事实上,在LabVIEW中,我可以通过Ni-VISA驱动程序访问FX2LP,但吞吐量最高为21Mb/s。当我在C语言中使用CyUSB.dll时,它达到36Mb/s。这就是为什么我想用LabVIEW使用CysB.DLL的原因。 以上来自于百度翻译 以下为原文 Hi, PRJI, Attached file is my test project. I just want to use CyUSB.dll with LabVIEW like I do it with C#. In fact, I can access FX2LP via NI-VISA driver in LabVIEW, but the throughput is 21MB/s at most. (It is up to 36MB/s when I use CyUSB.dll in C#. That is why I want to use CyUSB.dll with LabVIEW. ) |
|
|
|
不幸的是,您的文件与最新版本(LabVIEW2014)我的LabVIEWS2012无法打开它((
以上来自于百度翻译 以下为原文 Unfortunately your file with the latest version (LabVIEW_2014) My LabVIEW_2012 could not open it ((( |
|
|
|
附加文件:LVY-dotNET.Test.Zip
LVI DOTNET.Test.Zip 51.4 K 以上来自于百度翻译 以下为原文 attached file: lv_dotnet_test.zip
|
|
|
|
你好,
我正在使用LabVIEW TRAIL版本2014。对不起,我们没有2012版本。当我试图下变频时,它显示出一些错误。 在您的应用程序中,我用示例固件更改了HEX文件,并尝试了源名称。这就是我做的所有修改。当您使用一些SPI HEX文件时,它是否与CY3684-DVK提供的控制中心一起工作?如果是,那么它也应该与你的项目一起工作。 当做, Vikas。 以上来自于百度翻译 以下为原文 Hi , I am using labview trail version 2014. Sorry we don't have 2012 version. When I am trying to downconvert it is showing some errors. In your application i changed the hex file with our example firmware and i tried the source name. Thats all the modifications I did. As you are using some spi hex file ,is it working with control centre provided with Cy3684 DVK?If yes then it should work with your project also. Regards, Vikas. |
|
|
|
嗨,普吉,
使用LabVIEW使用CysB.DLL有什么好消息吗? 我想我一定错过了一些细节。 这真的让我崩溃了。 非常感谢你。 以上来自于百度翻译 以下为原文 Hi, @PRJI, Is there any good news about using CyUSB.dll with LabVIEW? I think there must be some details I missed. It is really make me crashed. Thank you very much. |
|
|
|
你好,请在LabVIEW 2012的问候中找到附件,Vikas。
LabVIEWS.12ZIP 31 K 以上来自于百度翻译 以下为原文 Hi Please find the attached project in labview 2012 Regards, Vikas.
|
|
|
|
你好,
请创建一个技术支持案例(MyActudio & Gt;MyPases),这样我们的工程师就可以研究这个问题。 谢谢 普拉吉斯 以上来自于百度翻译 以下为原文 Hi, Please create a tech support case (MyAccount -> MyCases) so that one of our engineer can look into this. Thanks Prajith |
|
|
|
你好,XXIAAO,我正在研究如何通过LabVIEW开发CY7C68013,但是我不知道如何访问芯片。当我使用CysUBDLL时,没有选择功能。
不知您能否帮助我,请留下您的电子邮件进行沟通。谢谢! 以上来自于百度翻译 以下为原文 Hello,xhudiao, I'm studying how to develop the cy7c68013 through labview, but I don't know how to access the chip. When I use the CyUSB.dll, there is no functions to be selected . I wonder if you can help me, please leave me your email for communication. Thanks! |
|
|
|
你好,
我们还没有在内部测试LabVIEW和CysB.DLL。看看ThSE是否对您有帮助:http://www. Ni.com /白皮书/ 4888 /EN;http://ftpICPDAS.COM/PUB/CD/IOCAD/ISA/NAPDOS/ISA/MUMALAL/CALLIGN DLLILL函数,IN LabVIEWV.PDF 当做, 加亚特里 以上来自于百度翻译 以下为原文 Hi, We have not tested Labvieww ith CyUSB.dll internally. Just see if tehse are of help to you: http://www.ni.com/white-paper/4888/en; http://ftp.icpdas.com/pub/cd/iocard/isa/napdos/isa/manual/calling_dll_functions_in_labview.pdf Regards, Gayathri |
|
|
|
有没有用LabVIEW与CY7C68013通信?
以上来自于百度翻译 以下为原文 Have you succeed communicating with with LabVIEW to access CY7C68013 |
|
|
|
有没有人让这个工作正常?我现在也有同样的问题。
以上来自于百度翻译 以下为原文 Did anyone ever get this to work correctly? I am having the same issues now. |
|
|
|
这个问题有进展吗?看起来.NET库的一些内部结构被公开,而不是所有的方法。当使用GETyIGIN(内部.NET方法)时,使用LabVIEW CRAKES。
以上来自于百度翻译 以下为原文 Has there been any Headway on this problem. It appears some of the internals of the .NET library are exposed and not all of the methods. When the get_item is used (an internal .NET method) is used Labview crahes. |
|
|
|
我试图通过LabVIEW(或Matlab)访问7C68013,但还没有任何想法……以前有人做过类似的任务吗?请分享……
以上来自于百度翻译 以下为原文 I am trying to access CY7C68013 by Labview (or Matlab), but haven't got any idea yet...Does anyone have done similar task before? Please share...... |
|
|
|
只有小组成员才能发言,加入小组>>
754个成员聚集在这个小组
加入小组2105 浏览 1 评论
1851 浏览 1 评论
3669 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1786 浏览 6 评论
1536 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
568浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
422浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
437浏览 2评论
383浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
915浏览 2评论
小黑屋| 手机版| Archiver| 德赢Vwin官网 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-23 06:20 , Processed in 1.454591 second(s), Total 114, Slave 98 queries .
Powered by 德赢Vwin官网 网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
德赢Vwin官网 观察
版权所有 © 湖南华秋数字科技有限公司
德赢Vwin官网 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号