Search found 4 matches
- Fri 8. Nov 2019, 06:25
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: How do i access individual symbols in a Macro?
- Replies: 6
- Views: 9754
Re: VBS For Each SymbolsManager
Great, Thanks a lot. This solve my question.
- Wed 6. Nov 2019, 12:41
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: How do i access individual symbols in a Macro?
- Replies: 6
- Views: 9754
Re: VBS For Each SymbolsManager
OK, i wil send a mail with my software info to you.
And another question:
How can i send a message using macro if no Multiplexers in my symbols file, that is i not add multiplexer in my symbols file. The folder/file tree in symbol Editor is Symbols --> symbol--> variable
And another question:
How can i send a message using macro if no Multiplexers in my symbols file, that is i not add multiplexer in my symbols file. The folder/file tree in symbol Editor is Symbols --> symbol--> variable
- Wed 6. Nov 2019, 12:04
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: How do i access individual symbols in a Macro?
- Replies: 6
- Views: 9754
Re: VBS For Each SymbolsManager
Sorry for lacking issue description
Which version of PCAN-Explorer are you using?
A: PCAN-Explorer 5
Did you use the symbol-manager to load this macro?
A: I am a newer to use PE5 via Macro, I do not know where i should start.
The purpose of my learning this way is watch a RX msg then return a ...
Which version of PCAN-Explorer are you using?
A: PCAN-Explorer 5
Did you use the symbol-manager to load this macro?
A: I am a newer to use PE5 via Macro, I do not know where i should start.
The purpose of my learning this way is watch a RX msg then return a ...
- Wed 6. Nov 2019, 09:16
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: How do i access individual symbols in a Macro?
- Replies: 6
- Views: 9754
How do i access individual symbols in a Macro?
I follow the document of "HELP" and execute the script bellow, but i got an error: Object not support this property or method
Thanks a lot for your reply.
Sub SymbolsManagerExample()
Dim objSymbols, str
For Each objSymbols In SymbolsManager
' Access objSymbols here.
' For example:
str = str ...
Thanks a lot for your reply.
Sub SymbolsManagerExample()
Dim objSymbols, str
For Each objSymbols In SymbolsManager
' Access objSymbols here.
' For example:
str = str ...